Color: #A2ADEC
#A2ADEC Color Information
#A2ADEC is a light color. The closest websafe version is #A2ADEC. A complement of this color would be #ECE1A2, perceived brightness is 0.69, and the grayscale version is #C7C7C7.
In the HSL color space, this color has a hue angle of 231°,a saturation of 66%, and a lightness of 78%.The HSV representation shows a hue of 231°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A2ADEC is composed of 64% red, 68% green and 93% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 27% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 43.08, x: 0.2896, and y: 0.2845.
Color Code #A2ADEC
Shades of Color #A2ADEC
Shades are created by darkening the original color #A2ADEC 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 #A2ADEC
Tints are created by lightening the original color #A2ADEC 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 #A2ADEC Color Code
In the HSL color space, this color has a hue angle of 231°, a saturation of 66%, and a lightness of 78%. The HSV representation shows a hue of 231°, a saturation of 31%, and a value of 93%.
- HEX: #A2ADEC
- RGB: rgb(162, 173, 236)
- HSL: hsl(231, 66%, 78%)
- HSV: hsv(231, 31%, 93%)
- CMYK: 31.00% cyan, 27.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 43.85, 43.08, 64.47
- Yxy: 43.08, 0.2896, 0.2845
- Hunter Lab: 71.61, 6.87, -33.15
- CIE-Lab: 71.61, 6.87, -33.15
In the XYZ color space, this color is represented as X: 43.85, Y: 43.08, Z: 64.47. The Yxy representation further refines this as Y: 43.08, x: 0.2896, and y: 0.2845.
In the Hunter Lab color space, this color is represented as L: 71.61, a: 6.87, and b: -33.15. Similarly, in the CIE-Lab color space, it is represented as L: 71.61, a: 6.87, and b: -33.15.
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 #A2ADEC
Triadic colors are three colors evenly spaced around the color wheel, including #A2ADEC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A2ADEC
Monochromatic colors are variations of #A2ADEC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A2ADEC
The complementary color of #A2ADEC 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 #A2ADEC
/* Using HEX */ body { background-color: #a2adec; }
/* Using RGB */ body { background-color: rgb(162, 173, 236); }
/* Using RGB with opacity */ body { background-color: rgba(162, 173, 236, 0.5); }
/* Using HSL */ body { background-color: hsl(231, 66%, 78%); }
/* Text color */ p { color: #a2adec; }
/* Box shadow */ div { box-shadow: 4px 4px #a2adec; }
HTML Examples of #A2ADEC
<!-- Using HEX --> <div style="background-color: #a2adec; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(162, 173, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(162, 173, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(231, 66%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a2adec;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a2adec; width: 100px; height: 100px;"></div>
Related Colors of #A2ADEC
These colors are similar to #A2ADEC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.