Color: #ADBCAA
#ADBCAA Color Information
#ADBCAA is a light color. The closest websafe version is #ADBCAA. A complement of this color would be #B9A9BC, perceived brightness is 0.71, and the grayscale version is #B3B3B3.
In the HSL color space, this color has a hue angle of 110°,a saturation of 12%, and a lightness of 70%.The HSV representation shows a hue of 110°, a saturation of 100%, and a value of 100%.
In a RGB color space, #ADBCAA is composed of 68% red, 74% green and 67% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 10% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 47.79, x: 0.3459, and y: 0.3814.
Color Code #ADBCAA
Shades of Color #ADBCAA
Shades are created by darkening the original color #ADBCAA 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 #ADBCAA
Tints are created by lightening the original color #ADBCAA 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 #ADBCAA Color Code
In the HSL color space, this color has a hue angle of 110°, a saturation of 12%, and a lightness of 70%. The HSV representation shows a hue of 110°, a saturation of 10%, and a value of 74%.
- HEX: #ADBCAA
- RGB: rgb(173, 188, 170)
- HSL: hsl(110, 12%, 70%)
- HSV: hsv(110, 10%, 74%)
- CMYK: 8.00% cyan, 0.00% magenta, 10.00% yellow, 26.00% black
- XYZ: 43.34, 47.79, 34.17
- Yxy: 47.79, 0.3459, 0.3814
- Hunter Lab: 74.69, -7.90, 7.29
- CIE-Lab: 74.69, -7.90, 7.29
In the XYZ color space, this color is represented as X: 43.34, Y: 47.79, Z: 34.17. The Yxy representation further refines this as Y: 47.79, x: 0.3459, and y: 0.3814.
In the Hunter Lab color space, this color is represented as L: 74.69, a: -7.90, and b: 7.29. Similarly, in the CIE-Lab color space, it is represented as L: 74.69, a: -7.90, and b: 7.29.
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 #ADBCAA
Triadic colors are three colors evenly spaced around the color wheel, including #ADBCAA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ADBCAA
Monochromatic colors are variations of #ADBCAA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADBCAA
The complementary color of #ADBCAA 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 #ADBCAA
/* Using HEX */ body { background-color: #adbcaa; }
/* Using RGB */ body { background-color: rgb(173, 188, 170); }
/* Using RGB with opacity */ body { background-color: rgba(173, 188, 170, 0.5); }
/* Using HSL */ body { background-color: hsl(110, 12%, 70%); }
/* Text color */ p { color: #adbcaa; }
/* Box shadow */ div { box-shadow: 4px 4px #adbcaa; }
HTML Examples of #ADBCAA
<!-- Using HEX --> <div style="background-color: #adbcaa; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 188, 170); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 188, 170, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(110, 12%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #adbcaa;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #adbcaa; width: 100px; height: 100px;"></div>
Related Colors of #ADBCAA
These colors are similar to #ADBCAA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.