Color: #ADAACA
#ADAACA Color Information
#ADAACA is a light color. The closest websafe version is #ADAACA. A complement of this color would be #C7CAAA, perceived brightness is 0.68, and the grayscale version is #BABABA.
In the HSL color space, this color has a hue angle of 246°,a saturation of 23%, and a lightness of 73%.The HSV representation shows a hue of 246°, a saturation of 100%, and a value of 100%.
In a RGB color space, #ADAACA is composed of 68% red, 67% green and 79% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 16% magenta, 0% yellow and 21% black.
In the Yxy color space, this color is represented as Y: 41.70, x: 0.3229, and y: 0.3195.
Color Code #ADAACA
Shades of Color #ADAACA
Shades are created by darkening the original color #ADAACA 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 #ADAACA
Tints are created by lightening the original color #ADAACA 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 #ADAACA Color Code
In the HSL color space, this color has a hue angle of 246°, a saturation of 23%, and a lightness of 73%. The HSV representation shows a hue of 246°, a saturation of 16%, and a value of 79%.
- HEX: #ADAACA
- RGB: rgb(173, 170, 202)
- HSL: hsl(246, 23%, 73%)
- HSV: hsv(246, 16%, 79%)
- CMYK: 14.00% cyan, 16.00% magenta, 0.00% yellow, 21.00% black
- XYZ: 42.15, 41.70, 46.67
- Yxy: 41.70, 0.3229, 0.3195
- Hunter Lab: 70.66, 5.94, -15.98
- CIE-Lab: 70.66, 5.94, -15.98
In the XYZ color space, this color is represented as X: 42.15, Y: 41.70, Z: 46.67. The Yxy representation further refines this as Y: 41.70, x: 0.3229, and y: 0.3195.
In the Hunter Lab color space, this color is represented as L: 70.66, a: 5.94, and b: -15.98. Similarly, in the CIE-Lab color space, it is represented as L: 70.66, a: 5.94, and b: -15.98.
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 #ADAACA
Triadic colors are three colors evenly spaced around the color wheel, including #ADAACA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ADAACA
Monochromatic colors are variations of #ADAACA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADAACA
The complementary color of #ADAACA 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 #ADAACA
/* Using HEX */ body { background-color: #adaaca; }
/* Using RGB */ body { background-color: rgb(173, 170, 202); }
/* Using RGB with opacity */ body { background-color: rgba(173, 170, 202, 0.5); }
/* Using HSL */ body { background-color: hsl(246, 23%, 73%); }
/* Text color */ p { color: #adaaca; }
/* Box shadow */ div { box-shadow: 4px 4px #adaaca; }
HTML Examples of #ADAACA
<!-- Using HEX --> <div style="background-color: #adaaca; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 170, 202); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 170, 202, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(246, 23%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #adaaca;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #adaaca; width: 100px; height: 100px;"></div>
Related Colors of #ADAACA
These colors are similar to #ADAACA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.