Color: #CAE79F

#CAE79F Color Information

#CAE79F is a light color. The closest websafe version is #CAE79F. A complement of this color would be #BA9DE7, perceived brightness is 0.84, and the grayscale version is #C3C3C3.

In the HSL color space, this color has a hue angle of 84°,a saturation of 60%, and a lightness of 76%.The HSV representation shows a hue of 84°, a saturation of 31%, and a value of 91%.

In a RGB color space, #CAE79F is composed of 79% red, 91% green and 62% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 31% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 72.53, x: 0.3674, and y: 0.4334.

Color Code #CAE79F

#CAE79Frgb(202, 231, 159)
HEX
#CAE79F
RGB
rgb(202, 231, 159)
HSL
hsl(84, 60%, 76%)
HSV
hsv(84, 31%, 91%)
CMYK
13%, 0%, 31%, 9%
XYZ
X: 61.49, Y: 72.53, Z: 33.34
Lab
L: 88.22, a: -18.87, b: 31.84
Name

Shades of Color #CAE79F

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

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

#CAE79Frgb(202, 231, 159)

About #CAE79F Color Code

In the HSL color space, this color has a hue angle of 84°, a saturation of 60%, and a lightness of 76%. The HSV representation shows a hue of 84°, a saturation of 31%, and a value of 91%.

  • HEX: #CAE79F
  • RGB: rgb(202, 231, 159)
  • HSL: hsl(84, 60%, 76%)
  • HSV: hsv(84, 31%, 91%)
  • CMYK: 13.00% cyan, 0.00% magenta, 31.00% yellow, 9.00% black
  • XYZ: 61.49, 72.53, 33.34
  • Yxy: 72.53, 0.3674, 0.4334
  • Hunter Lab: 88.22, -18.87, 31.84
  • CIE-Lab: 88.22, -18.87, 31.84

In the XYZ color space, this color is represented as X: 61.49, Y: 72.53, Z: 33.34. The Yxy representation further refines this as Y: 72.53, x: 0.3674, and y: 0.4334.

In the Hunter Lab color space, this color is represented as L: 88.22, a: -18.87, and b: 31.84. Similarly, in the CIE-Lab color space, it is represented as L: 88.22, a: -18.87, and b: 31.84.

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

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

Analogous Colors of #CAE79F

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

Monochromatic Colors of #CAE79F

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

Complementary Color of #CAE79F

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

/* Using HEX */
body {
  background-color: #cae79f;
}
/* Using RGB */
body {
  background-color: rgb(202, 231, 159);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 231, 159, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(84, 60%, 76%);
}
/* Text color */
p {
  color: #cae79f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cae79f;
}
/* Border color */
.box {
  border: 4px solid #cae79f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cae79f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cae79f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CAE79F
On Black Background
#CAE79F
On White Background
#CAE79F

HTML Examples of #CAE79F

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

Related Colors of #CAE79F

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