Color: #CCDE3A

#CCDE3A Color Information

#CCDE3A is a light color. The closest websafe version is #CCDE3A. A complement of this color would be #4E3BDE, perceived brightness is 0.78, and the grayscale version is #8C8C8C.

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

In a RGB color space, #CCDE3A is composed of 80% red, 87% green and 23% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 74% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 66.06, x: 0.4169, and y: 0.5002.

Color Code #CCDE3A

#CCDE3Argb(204, 222, 58)
HEX
#CCDE3A
RGB
rgb(204, 222, 58)
HSL
hsl(67, 71%, 55%)
HSV
hsv(67, 74%, 87%)
CMYK
8%, 0%, 74%, 13%
XYZ
X: 55.06, Y: 66.06, Z: 10.96
Lab
L: 85.03, a: -20.63, b: 72.15
Name

Shades of Color #CCDE3A

Shades are created by darkening the original color #CCDE3A 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 #CCDE3A

Tints are created by lightening the original color #CCDE3A 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.

#CCDE3Argb(204, 222, 58)

About #CCDE3A Color Code

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

  • HEX: #CCDE3A
  • RGB: rgb(204, 222, 58)
  • HSL: hsl(67, 71%, 55%)
  • HSV: hsv(67, 74%, 87%)
  • CMYK: 8.00% cyan, 0.00% magenta, 74.00% yellow, 13.00% black
  • XYZ: 55.06, 66.06, 10.96
  • Yxy: 66.06, 0.4169, 0.5002
  • Hunter Lab: 85.03, -20.63, 72.15
  • CIE-Lab: 85.03, -20.63, 72.15

In the XYZ color space, this color is represented as X: 55.06, Y: 66.06, Z: 10.96. The Yxy representation further refines this as Y: 66.06, x: 0.4169, and y: 0.5002.

In the Hunter Lab color space, this color is represented as L: 85.03, a: -20.63, and b: 72.15. Similarly, in the CIE-Lab color space, it is represented as L: 85.03, a: -20.63, and b: 72.15.

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 #CCDE3A

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

Analogous Colors of #CCDE3A

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

Monochromatic Colors of #CCDE3A

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

Complementary Color of #CCDE3A

The complementary color of #CCDE3A 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 #CCDE3A

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

HTML Examples of #CCDE3A

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

Related Colors of #CCDE3A

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