Color: #CACE9C

#CACE9C Color Information

#CACE9C is a light color. The closest websafe version is #CACE9C. A complement of this color would be #A09CCE, perceived brightness is 0.78, and the grayscale version is #B5B5B5.

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

In a RGB color space, #CACE9C is composed of 79% red, 81% green and 61% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 0% magenta, 24% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 59.40, x: 0.3763, and y: 0.4118.

Color Code #CACE9C

#CACE9Crgb(202, 206, 156)
HEX
#CACE9C
RGB
rgb(202, 206, 156)
HSL
hsl(65, 34%, 71%)
HSV
hsv(65, 24%, 81%)
CMYK
2%, 0%, 24%, 19%
XYZ
X: 54.28, Y: 59.40, Z: 30.56
Lab
L: 81.51, a: -7.47, b: 24.50
Name

Shades of Color #CACE9C

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

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

#CACE9Crgb(202, 206, 156)

About #CACE9C Color Code

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

  • HEX: #CACE9C
  • RGB: rgb(202, 206, 156)
  • HSL: hsl(65, 34%, 71%)
  • HSV: hsv(65, 24%, 81%)
  • CMYK: 2.00% cyan, 0.00% magenta, 24.00% yellow, 19.00% black
  • XYZ: 54.28, 59.40, 30.56
  • Yxy: 59.40, 0.3763, 0.4118
  • Hunter Lab: 81.51, -7.47, 24.50
  • CIE-Lab: 81.51, -7.47, 24.50

In the XYZ color space, this color is represented as X: 54.28, Y: 59.40, Z: 30.56. The Yxy representation further refines this as Y: 59.40, x: 0.3763, and y: 0.4118.

In the Hunter Lab color space, this color is represented as L: 81.51, a: -7.47, and b: 24.50. Similarly, in the CIE-Lab color space, it is represented as L: 81.51, a: -7.47, and b: 24.50.

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

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

Analogous Colors of #CACE9C

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

Monochromatic Colors of #CACE9C

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

Complementary Color of #CACE9C

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

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

HTML Examples of #CACE9C

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

Related Colors of #CACE9C

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