Color: #CAEAB0

#CAEAB0 Color Information

#CAEAB0 is a light color. The closest websafe version is #CAEAB0. A complement of this color would be #CFAEEA, perceived brightness is 0.85, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 93°,a saturation of 58%, and a lightness of 80%.The HSV representation shows a hue of 93°, a saturation of 25%, and a value of 92%.

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

In the Yxy color space, this color is represented as Y: 74.76, x: 0.3571, and y: 0.4195.

Color Code #CAEAB0

#CAEAB0rgb(202, 234, 176)
HEX
#CAEAB0
RGB
rgb(202, 234, 176)
HSL
hsl(93, 58%, 80%)
HSV
hsv(93, 25%, 92%)
CMYK
14%, 0%, 25%, 8%
XYZ
X: 63.65, Y: 74.76, Z: 39.82
Lab
L: 89.28, a: -18.43, b: 24.65
Name

Shades of Color #CAEAB0

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

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

#CAEAB0rgb(202, 234, 176)

About #CAEAB0 Color Code

In the HSL color space, this color has a hue angle of 93°, a saturation of 58%, and a lightness of 80%. The HSV representation shows a hue of 93°, a saturation of 25%, and a value of 92%.

  • HEX: #CAEAB0
  • RGB: rgb(202, 234, 176)
  • HSL: hsl(93, 58%, 80%)
  • HSV: hsv(93, 25%, 92%)
  • CMYK: 14.00% cyan, 0.00% magenta, 25.00% yellow, 8.00% black
  • XYZ: 63.65, 74.76, 39.82
  • Yxy: 74.76, 0.3571, 0.4195
  • Hunter Lab: 89.28, -18.43, 24.65
  • CIE-Lab: 89.28, -18.43, 24.65

In the XYZ color space, this color is represented as X: 63.65, Y: 74.76, Z: 39.82. The Yxy representation further refines this as Y: 74.76, x: 0.3571, and y: 0.4195.

In the Hunter Lab color space, this color is represented as L: 89.28, a: -18.43, and b: 24.65. Similarly, in the CIE-Lab color space, it is represented as L: 89.28, a: -18.43, and b: 24.65.

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

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

Analogous Colors of #CAEAB0

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

Split Complementary Colors of #CAEAB0

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

Tetradic Colors of #CAEAB0

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

Monochromatic Colors of #CAEAB0

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

Complementary Color of #CAEAB0

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

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

HTML Examples of #CAEAB0

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

Related Colors of #CAEAB0

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