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