Color: #CAEB8B

#CAEB8B Color Information

#CAEB8B is a light color. The closest websafe version is #CAEB8B. A complement of this color would be #AB89EB, perceived brightness is 0.84, and the grayscale version is #BBBBBB.

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

In a RGB color space, #CAEB8B is composed of 79% red, 92% green and 55% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 0% magenta, 41% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 74.26, x: 0.3769, and y: 0.4555.

Color Code #CAEB8B

#CAEB8Brgb(202, 235, 139)
HEX
#CAEB8B
RGB
rgb(202, 235, 139)
HSL
hsl(81, 71%, 73%)
HSV
hsv(81, 41%, 92%)
CMYK
14%, 0%, 41%, 8%
XYZ
X: 61.44, Y: 74.26, Z: 27.33
Lab
L: 89.05, a: -22.53, b: 42.74
Name

Shades of Color #CAEB8B

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

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

#CAEB8Brgb(202, 235, 139)

About #CAEB8B Color Code

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

  • HEX: #CAEB8B
  • RGB: rgb(202, 235, 139)
  • HSL: hsl(81, 71%, 73%)
  • HSV: hsv(81, 41%, 92%)
  • CMYK: 14.00% cyan, 0.00% magenta, 41.00% yellow, 8.00% black
  • XYZ: 61.44, 74.26, 27.33
  • Yxy: 74.26, 0.3769, 0.4555
  • Hunter Lab: 89.05, -22.53, 42.74
  • CIE-Lab: 89.05, -22.53, 42.74

In the XYZ color space, this color is represented as X: 61.44, Y: 74.26, Z: 27.33. The Yxy representation further refines this as Y: 74.26, x: 0.3769, and y: 0.4555.

In the Hunter Lab color space, this color is represented as L: 89.05, a: -22.53, and b: 42.74. Similarly, in the CIE-Lab color space, it is represented as L: 89.05, a: -22.53, and b: 42.74.

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

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

Analogous Colors of #CAEB8B

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

Monochromatic Colors of #CAEB8B

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

Complementary Color of #CAEB8B

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

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

HTML Examples of #CAEB8B

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

Related Colors of #CAEB8B

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