Color: #CAE4AB
#CAE4AB Color Information
#CAE4AB is a light color. The closest websafe version is #CAE4AB. A complement of this color would be #C4AAE4, perceived brightness is 0.84, and the grayscale version is #C8C8C8.
In the HSL color space, this color has a hue angle of 87°,a saturation of 51%, and a lightness of 78%.The HSV representation shows a hue of 87°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CAE4AB is composed of 79% red, 89% green and 67% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 0% magenta, 25% yellow and 11% black.
In the Yxy color space, this color is represented as Y: 71.23, x: 0.3613, and y: 0.4187.
Color Code #CAE4AB
Shades of Color #CAE4AB
Shades are created by darkening the original color #CAE4AB 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 #CAE4AB
Tints are created by lightening the original color #CAE4AB 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.
About #CAE4AB Color Code
In the HSL color space, this color has a hue angle of 87°, a saturation of 51%, and a lightness of 78%. The HSV representation shows a hue of 87°, a saturation of 25%, and a value of 89%.
- HEX: #CAE4AB
- RGB: rgb(202, 228, 171)
- HSL: hsl(87, 51%, 78%)
- HSV: hsv(87, 25%, 89%)
- CMYK: 11.00% cyan, 0.00% magenta, 25.00% yellow, 11.00% black
- XYZ: 61.46, 71.23, 37.44
- Yxy: 71.23, 0.3613, 0.4187
- Hunter Lab: 87.60, -16.24, 24.93
- CIE-Lab: 87.60, -16.24, 24.93
In the XYZ color space, this color is represented as X: 61.46, Y: 71.23, Z: 37.44. The Yxy representation further refines this as Y: 71.23, x: 0.3613, and y: 0.4187.
In the Hunter Lab color space, this color is represented as L: 87.60, a: -16.24, and b: 24.93. Similarly, in the CIE-Lab color space, it is represented as L: 87.60, a: -16.24, and b: 24.93.
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 #CAE4AB
Triadic colors are three colors evenly spaced around the color wheel, including #CAE4AB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CAE4AB
Monochromatic colors are variations of #CAE4AB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CAE4AB
The complementary color of #CAE4AB 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 #CAE4AB
/* Using HEX */ body { background-color: #cae4ab; }
/* Using RGB */ body { background-color: rgb(202, 228, 171); }
/* Using RGB with opacity */ body { background-color: rgba(202, 228, 171, 0.5); }
/* Using HSL */ body { background-color: hsl(87, 51%, 78%); }
/* Text color */ p { color: #cae4ab; }
/* Box shadow */ div { box-shadow: 4px 4px #cae4ab; }
HTML Examples of #CAE4AB
<!-- Using HEX --> <div style="background-color: #cae4ab; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(202, 228, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(202, 228, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(87, 51%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cae4ab;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cae4ab; width: 100px; height: 100px;"></div>
Related Colors of #CAE4AB
These colors are similar to #CAE4AB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.