Color: #CADF28

#CADF28 Color Information

#CADF28 is a light color. The closest websafe version is #CADF28. A complement of this color would be #3F2ADF, perceived brightness is 0.77, and the grayscale version is #848484.

In the HSL color space, this color has a hue angle of 67°,a saturation of 74%, and a lightness of 52%.The HSV representation shows a hue of 67°, a saturation of 82%, and a value of 87%.

In a RGB color space, #CADF28 is composed of 79% red, 87% green and 16% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 0% magenta, 82% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 66.17, x: 0.4185, and y: 0.5085.

Color Code #CADF28

#CADF28rgb(202, 223, 40)
HEX
#CADF28
RGB
rgb(202, 223, 40)
HSL
hsl(67, 74%, 52%)
HSV
hsv(67, 82%, 87%)
CMYK
9%, 0%, 82%, 13%
XYZ
X: 54.47, Y: 66.17, Z: 9.50
Lab
L: 85.08, a: -22.36, b: 76.97
Name

Shades of Color #CADF28

Shades are created by darkening the original color #CADF28 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #CADF28

Tints are created by lightening the original color #CADF28 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#CADF28rgb(202, 223, 40)

About #CADF28 Color Code

In the HSL color space, this color has a hue angle of 67°, a saturation of 74%, and a lightness of 52%. The HSV representation shows a hue of 67°, a saturation of 82%, and a value of 87%.

  • HEX: #CADF28
  • RGB: rgb(202, 223, 40)
  • HSL: hsl(67, 74%, 52%)
  • HSV: hsv(67, 82%, 87%)
  • CMYK: 9.00% cyan, 0.00% magenta, 82.00% yellow, 13.00% black
  • XYZ: 54.47, 66.17, 9.50
  • Yxy: 66.17, 0.4185, 0.5085
  • Hunter Lab: 85.08, -22.36, 76.97
  • CIE-Lab: 85.08, -22.36, 76.97

In the XYZ color space, this color is represented as X: 54.47, Y: 66.17, Z: 9.50. The Yxy representation further refines this as Y: 66.17, x: 0.4185, and y: 0.5085.

In the Hunter Lab color space, this color is represented as L: 85.08, a: -22.36, and b: 76.97. Similarly, in the CIE-Lab color space, it is represented as L: 85.08, a: -22.36, and b: 76.97.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #CADF28

Triadic colors are three colors evenly spaced around the color wheel, including #CADF28. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #CADF28

Analogous colors are adjacent to #CADF28 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #CADF28

Split complementary colors are two colors adjacent to the complementary color of #CADF28. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CADF28

Tetradic colors form a rectangle on the color wheel, including #CADF28. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CADF28

Monochromatic colors are variations of #CADF28, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #CADF28

The complementary color of #CADF28 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #CADF28

/* Using HEX */
body {
  background-color: #cadf28;
}
/* Using RGB */
body {
  background-color: rgb(202, 223, 40);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 223, 40, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(67, 74%, 52%);
}
/* Text color */
p {
  color: #cadf28;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cadf28;
}
/* Border color */
.box {
  border: 4px solid #cadf28;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cadf28;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cadf28;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CADF28
On Black Background
#CADF28
On White Background
#CADF28

HTML Examples of #CADF28

<!-- Using HEX -->
<div style="background-color: #cadf28; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(202, 223, 40); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(202, 223, 40, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(67, 74%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cadf28;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cadf28; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cadf28; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cadf28;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cadf28; color: #fff; padding: 16px; border-radius: 8px;">
  #CADF28
</div>
#CADF28
On Black Background
#CADF28
On White Background
#CADF28

Related Colors of #CADF28

These colors are similar to #CADF28, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.