Color: #AEBDFD
#AEBDFD Color Information
#AEBDFD is a light color. The closest websafe version is #AEBDFD. A complement of this color would be #FDEFAF, perceived brightness is 0.75, and the grayscale version is #D5D5D5.
In the HSL color space, this color has a hue angle of 229°,a saturation of 95%, and a lightness of 84%.The HSV representation shows a hue of 229°, a saturation of 31%, and a value of 99%.
In a RGB color space, #AEBDFD is composed of 68% red, 74% green and 99% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 25% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 51.85, x: 0.2901, and y: 0.2886.
Color Code #AEBDFD
Shades of Color #AEBDFD
Shades are created by darkening the original color #AEBDFD 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 #AEBDFD
Tints are created by lightening the original color #AEBDFD 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 #AEBDFD Color Code
In the HSL color space, this color has a hue angle of 229°, a saturation of 95%, and a lightness of 84%. The HSV representation shows a hue of 229°, a saturation of 31%, and a value of 99%.
- HEX: #AEBDFD
- RGB: rgb(174, 189, 253)
- HSL: hsl(229, 95%, 84%)
- HSV: hsv(229, 31%, 99%)
- CMYK: 31.00% cyan, 25.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 52.11, 51.85, 75.68
- Yxy: 51.85, 0.2901, 0.2886
- Hunter Lab: 77.19, 5.57, -33.64
- CIE-Lab: 77.19, 5.57, -33.64
In the XYZ color space, this color is represented as X: 52.11, Y: 51.85, Z: 75.68. The Yxy representation further refines this as Y: 51.85, x: 0.2901, and y: 0.2886.
In the Hunter Lab color space, this color is represented as L: 77.19, a: 5.57, and b: -33.64. Similarly, in the CIE-Lab color space, it is represented as L: 77.19, a: 5.57, and b: -33.64.
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 #AEBDFD
Triadic colors are three colors evenly spaced around the color wheel, including #AEBDFD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #AEBDFD
Split complementary colors are two colors adjacent to the complementary color of #AEBDFD. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #AEBDFD
Monochromatic colors are variations of #AEBDFD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AEBDFD
The complementary color of #AEBDFD 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 #AEBDFD
/* Using HEX */ body { background-color: #aebdfd; }
/* Using RGB */ body { background-color: rgb(174, 189, 253); }
/* Using RGB with opacity */ body { background-color: rgba(174, 189, 253, 0.5); }
/* Using HSL */ body { background-color: hsl(229, 95%, 84%); }
/* Text color */ p { color: #aebdfd; }
/* Box shadow */ div { box-shadow: 4px 4px #aebdfd; }
/* Border color */ .box { border: 4px solid #aebdfd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aebdfd; }
/* Background with text */ div { background: #aebdfd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AEBDFD
<!-- Using HEX --> <div style="background-color: #aebdfd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(174, 189, 253); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(174, 189, 253, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(229, 95%, 84%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aebdfd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aebdfd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aebdfd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aebdfd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aebdfd; color: #fff; padding: 16px; border-radius: 8px;"> #AEBDFD </div>
Related Colors of #AEBDFD
These colors are similar to #AEBDFD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.