Color: #CADAB6
#CADAB6 Color Information
#CADAB6 is a light color. The closest websafe version is #CADAB6. A complement of this color would be #C5B4D9, perceived brightness is 0.82, and the grayscale version is #C8C8C8.
In the HSL color space, this color has a hue angle of 87°,a saturation of 33%, and a lightness of 78%.The HSV representation shows a hue of 87°, a saturation of 17%, and a value of 85%.
In a RGB color space, #CADAB6 is composed of 79% red, 85% green and 71% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 0% magenta, 17% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 66.24, x: 0.3566, and y: 0.3973.
Color Code #CADAB6
Shades of Color #CADAB6
Shades are created by darkening the original color #CADAB6 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 #CADAB6
Tints are created by lightening the original color #CADAB6 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 #CADAB6 Color Code
In the HSL color space, this color has a hue angle of 87°, a saturation of 33%, and a lightness of 78%. The HSV representation shows a hue of 87°, a saturation of 17%, and a value of 85%.
- HEX: #CADAB6
- RGB: rgb(202, 218, 182)
- HSL: hsl(87, 33%, 78%)
- HSV: hsv(87, 17%, 85%)
- CMYK: 7.00% cyan, 0.00% magenta, 17.00% yellow, 15.00% black
- XYZ: 59.45, 66.24, 41.04
- Yxy: 66.24, 0.3566, 0.3973
- Hunter Lab: 85.12, -10.30, 15.89
- CIE-Lab: 85.12, -10.30, 15.89
In the XYZ color space, this color is represented as X: 59.45, Y: 66.24, Z: 41.04. The Yxy representation further refines this as Y: 66.24, x: 0.3566, and y: 0.3973.
In the Hunter Lab color space, this color is represented as L: 85.12, a: -10.30, and b: 15.89. Similarly, in the CIE-Lab color space, it is represented as L: 85.12, a: -10.30, and b: 15.89.
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 #CADAB6
Triadic colors are three colors evenly spaced around the color wheel, including #CADAB6. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CADAB6
Monochromatic colors are variations of #CADAB6, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CADAB6
The complementary color of #CADAB6 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 #CADAB6
/* Using HEX */ body { background-color: #cadab6; }
/* Using RGB */ body { background-color: rgb(202, 218, 182); }
/* Using RGB with opacity */ body { background-color: rgba(202, 218, 182, 0.5); }
/* Using HSL */ body { background-color: hsl(87, 33%, 78%); }
/* Text color */ p { color: #cadab6; }
/* Box shadow */ div { box-shadow: 4px 4px #cadab6; }
/* Border color */ .box { border: 4px solid #cadab6; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cadab6; }
/* Background with text */ div { background: #cadab6; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CADAB6
<!-- Using HEX --> <div style="background-color: #cadab6; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(202, 218, 182); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(202, 218, 182, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(87, 33%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cadab6;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cadab6; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cadab6; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cadab6;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cadab6; color: #fff; padding: 16px; border-radius: 8px;"> #CADAB6 </div>
Related Colors of #CADAB6
These colors are similar to #CADAB6, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.