Color: #CDE08B

#CDE08B Color Information

#CDE08B is a light color. The closest websafe version is #CDE08B. A complement of this color would be #9D8AE0, perceived brightness is 0.82, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 73°,a saturation of 58%, and a lightness of 71%.The HSV representation shows a hue of 73°, a saturation of 38%, and a value of 88%.

In a RGB color space, #CDE08B is composed of 80% red, 88% green and 55% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 38% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 68.59, x: 0.3829, and y: 0.4450.

Color Code #CDE08B

#CDE08Brgb(205, 224, 139)
HEX
#CDE08B
RGB
rgb(205, 224, 139)
HSL
hsl(73, 58%, 71%)
HSV
hsv(73, 38%, 88%)
CMYK
8%, 0%, 38%, 12%
XYZ
X: 59.02, Y: 68.59, Z: 26.53
Lab
L: 86.30, a: -16.41, b: 39.37
Name

Shades of Color #CDE08B

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

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

#CDE08Brgb(205, 224, 139)

About #CDE08B Color Code

In the HSL color space, this color has a hue angle of 73°, a saturation of 58%, and a lightness of 71%. The HSV representation shows a hue of 73°, a saturation of 38%, and a value of 88%.

  • HEX: #CDE08B
  • RGB: rgb(205, 224, 139)
  • HSL: hsl(73, 58%, 71%)
  • HSV: hsv(73, 38%, 88%)
  • CMYK: 8.00% cyan, 0.00% magenta, 38.00% yellow, 12.00% black
  • XYZ: 59.02, 68.59, 26.53
  • Yxy: 68.59, 0.3829, 0.4450
  • Hunter Lab: 86.30, -16.41, 39.37
  • CIE-Lab: 86.30, -16.41, 39.37

In the XYZ color space, this color is represented as X: 59.02, Y: 68.59, Z: 26.53. The Yxy representation further refines this as Y: 68.59, x: 0.3829, and y: 0.4450.

In the Hunter Lab color space, this color is represented as L: 86.30, a: -16.41, and b: 39.37. Similarly, in the CIE-Lab color space, it is represented as L: 86.30, a: -16.41, and b: 39.37.

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

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

Analogous Colors of #CDE08B

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

Split Complementary Colors of #CDE08B

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

Tetradic Colors of #CDE08B

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

Monochromatic Colors of #CDE08B

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

Complementary Color of #CDE08B

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

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

HTML Examples of #CDE08B

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

Related Colors of #CDE08B

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