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