Color: #CADAB0
#CADAB0 Color Information
#CADAB0 is a light color. The closest websafe version is #CADAB0. A complement of this color would be #BFAFD9, perceived brightness is 0.82, and the grayscale version is #C5C5C5.
In the HSL color space, this color has a hue angle of 83°,a saturation of 36%, and a lightness of 77%.The HSV representation shows a hue of 83°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CADAB0 is composed of 79% red, 85% green and 69% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 0% magenta, 19% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 66.03, x: 0.3603, and y: 0.4035.
Color Code #CADAB0
Shades of Color #CADAB0
Shades are created by darkening the original color #CADAB0 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 #CADAB0
Tints are created by lightening the original color #CADAB0 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 #CADAB0 Color Code
In the HSL color space, this color has a hue angle of 83°, a saturation of 36%, and a lightness of 77%. The HSV representation shows a hue of 83°, a saturation of 19%, and a value of 85%.
- HEX: #CADAB0
- RGB: rgb(202, 218, 176)
- HSL: hsl(83, 36%, 77%)
- HSV: hsv(83, 19%, 85%)
- CMYK: 7.00% cyan, 0.00% magenta, 19.00% yellow, 15.00% black
- XYZ: 58.96, 66.03, 38.64
- Yxy: 66.03, 0.3603, 0.4035
- Hunter Lab: 85.01, -11.00, 18.86
- CIE-Lab: 85.01, -11.00, 18.86
In the XYZ color space, this color is represented as X: 58.96, Y: 66.03, Z: 38.64. The Yxy representation further refines this as Y: 66.03, x: 0.3603, and y: 0.4035.
In the Hunter Lab color space, this color is represented as L: 85.01, a: -11.00, and b: 18.86. Similarly, in the CIE-Lab color space, it is represented as L: 85.01, a: -11.00, and b: 18.86.
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 #CADAB0
Triadic colors are three colors evenly spaced around the color wheel, including #CADAB0. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CADAB0
Monochromatic colors are variations of #CADAB0, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CADAB0
The complementary color of #CADAB0 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 #CADAB0
/* Using HEX */ body { background-color: #cadab0; }
/* Using RGB */ body { background-color: rgb(202, 218, 176); }
/* Using RGB with opacity */ body { background-color: rgba(202, 218, 176, 0.5); }
/* Using HSL */ body { background-color: hsl(83, 36%, 77%); }
/* Text color */ p { color: #cadab0; }
/* Box shadow */ div { box-shadow: 4px 4px #cadab0; }
HTML Examples of #CADAB0
<!-- Using HEX --> <div style="background-color: #cadab0; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(202, 218, 176); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(202, 218, 176, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(83, 36%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cadab0;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cadab0; width: 100px; height: 100px;"></div>
Related Colors of #CADAB0
These colors are similar to #CADAB0, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.