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