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