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