Color: #ADA9EA
#ADA9EA Color Information
#ADA9EA is a light color. The closest websafe version is #ADA9EA. A complement of this color would be #E6EAA9, perceived brightness is 0.70, and the grayscale version is #CACACA.
In the HSL color space, this color has a hue angle of 244°,a saturation of 61%, and a lightness of 79%.The HSV representation shows a hue of 244°, a saturation of 28%, and a value of 92%.
In a RGB color space, #ADA9EA is composed of 68% red, 66% green and 92% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 28% magenta, 0% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 42.73, x: 0.2994, and y: 0.2826.
Color Code #ADA9EA
Shades of Color #ADA9EA
Shades are created by darkening the original color #ADA9EA 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 #ADA9EA
Tints are created by lightening the original color #ADA9EA 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 #ADA9EA Color Code
In the HSL color space, this color has a hue angle of 244°, a saturation of 61%, and a lightness of 79%. The HSV representation shows a hue of 244°, a saturation of 28%, and a value of 92%.
- HEX: #ADA9EA
- RGB: rgb(173, 169, 234)
- HSL: hsl(244, 61%, 79%)
- HSV: hsv(244, 28%, 92%)
- CMYK: 26.00% cyan, 28.00% magenta, 0.00% yellow, 8.00% black
- XYZ: 45.27, 42.73, 63.20
- Yxy: 42.73, 0.2994, 0.2826
- Hunter Lab: 71.37, 12.02, -32.34
- CIE-Lab: 71.37, 12.02, -32.34
In the XYZ color space, this color is represented as X: 45.27, Y: 42.73, Z: 63.20. The Yxy representation further refines this as Y: 42.73, x: 0.2994, and y: 0.2826.
In the Hunter Lab color space, this color is represented as L: 71.37, a: 12.02, and b: -32.34. Similarly, in the CIE-Lab color space, it is represented as L: 71.37, a: 12.02, and b: -32.34.
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 #ADA9EA
Triadic colors are three colors evenly spaced around the color wheel, including #ADA9EA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ADA9EA
Monochromatic colors are variations of #ADA9EA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADA9EA
The complementary color of #ADA9EA 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 #ADA9EA
/* Using HEX */ body { background-color: #ada9ea; }
/* Using RGB */ body { background-color: rgb(173, 169, 234); }
/* Using RGB with opacity */ body { background-color: rgba(173, 169, 234, 0.5); }
/* Using HSL */ body { background-color: hsl(244, 61%, 79%); }
/* Text color */ p { color: #ada9ea; }
/* Box shadow */ div { box-shadow: 4px 4px #ada9ea; }
/* Border color */ .box { border: 4px solid #ada9ea; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ada9ea; }
/* Background with text */ div { background: #ada9ea; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ADA9EA
<!-- Using HEX --> <div style="background-color: #ada9ea; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 169, 234); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 169, 234, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(244, 61%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ada9ea;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ada9ea; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ada9ea; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ada9ea;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ada9ea; color: #fff; padding: 16px; border-radius: 8px;"> #ADA9EA </div>
Related Colors of #ADA9EA
These colors are similar to #ADA9EA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.