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