Color: #AEABDB
#AEABDB Color Information
#AEABDB is a light color. The closest websafe version is #AEABDB. A complement of this color would be #D7DAA9, perceived brightness is 0.70, and the grayscale version is #C3C3C3.
In the HSL color space, this color has a hue angle of 244°,a saturation of 40%, and a lightness of 76%.The HSV representation shows a hue of 244°, a saturation of 22%, and a value of 86%.
In a RGB color space, #AEABDB is composed of 68% red, 67% green and 86% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 22% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 42.91, x: 0.3111, and y: 0.3015.
Color Code #AEABDB
Shades of Color #AEABDB
Shades are created by darkening the original color #AEABDB 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 #AEABDB
Tints are created by lightening the original color #AEABDB 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 #AEABDB Color Code
In the HSL color space, this color has a hue angle of 244°, a saturation of 40%, and a lightness of 76%. The HSV representation shows a hue of 244°, a saturation of 22%, and a value of 86%.
- HEX: #AEABDB
- RGB: rgb(174, 171, 219)
- HSL: hsl(244, 40%, 76%)
- HSV: hsv(244, 22%, 86%)
- CMYK: 21.00% cyan, 22.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 44.27, 42.91, 55.13
- Yxy: 42.91, 0.3111, 0.3015
- Hunter Lab: 71.49, 8.62, -24.00
- CIE-Lab: 71.49, 8.62, -24.00
In the XYZ color space, this color is represented as X: 44.27, Y: 42.91, Z: 55.13. The Yxy representation further refines this as Y: 42.91, x: 0.3111, and y: 0.3015.
In the Hunter Lab color space, this color is represented as L: 71.49, a: 8.62, and b: -24.00. Similarly, in the CIE-Lab color space, it is represented as L: 71.49, a: 8.62, and b: -24.00.
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 #AEABDB
Triadic colors are three colors evenly spaced around the color wheel, including #AEABDB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AEABDB
Monochromatic colors are variations of #AEABDB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AEABDB
The complementary color of #AEABDB 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 #AEABDB
/* Using HEX */ body { background-color: #aeabdb; }
/* Using RGB */ body { background-color: rgb(174, 171, 219); }
/* Using RGB with opacity */ body { background-color: rgba(174, 171, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(244, 40%, 76%); }
/* Text color */ p { color: #aeabdb; }
/* Box shadow */ div { box-shadow: 4px 4px #aeabdb; }
/* Border color */ .box { border: 4px solid #aeabdb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aeabdb; }
/* Background with text */ div { background: #aeabdb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AEABDB
<!-- Using HEX --> <div style="background-color: #aeabdb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(174, 171, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(174, 171, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(244, 40%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aeabdb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aeabdb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aeabdb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aeabdb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aeabdb; color: #fff; padding: 16px; border-radius: 8px;"> #AEABDB </div>
Related Colors of #AEABDB
These colors are similar to #AEABDB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.