Color: #AED581
#AED581 Color Information
#AED581 is a light color. The closest websafe version is #AED581. A complement of this color would be #A881D5, perceived brightness is 0.75, and the grayscale version is #ABABAB.
In the HSL color space, this color has a hue angle of 88°,a saturation of 50%, and a lightness of 67%.The HSV representation shows a hue of 88°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AED581 is composed of 68% red, 84% green and 51% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 0% magenta, 39% yellow and 16% black.
In the Yxy color space, this color is represented as Y: 58.45, x: 0.3678, and y: 0.4552.
Color Code #AED581
Shades of Color #AED581
Shades are created by darkening the original color #AED581 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 #AED581
Tints are created by lightening the original color #AED581 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 #AED581 Color Code
In the HSL color space, this color has a hue angle of 88°, a saturation of 50%, and a lightness of 67%. The HSV representation shows a hue of 88°, a saturation of 39%, and a value of 84%.
- HEX: #AED581
- RGB: rgb(174, 213, 129)
- HSL: hsl(88, 50%, 67%)
- HSV: hsv(88, 39%, 84%)
- CMYK: 18.00% cyan, 0.00% magenta, 39.00% yellow, 16.00% black
- XYZ: 47.22, 58.45, 22.73
- Yxy: 58.45, 0.3678, 0.4552
- Hunter Lab: 80.99, -23.94, 37.09
- CIE-Lab: 80.99, -23.94, 37.09
In the XYZ color space, this color is represented as X: 47.22, Y: 58.45, Z: 22.73. The Yxy representation further refines this as Y: 58.45, x: 0.3678, and y: 0.4552.
In the Hunter Lab color space, this color is represented as L: 80.99, a: -23.94, and b: 37.09. Similarly, in the CIE-Lab color space, it is represented as L: 80.99, a: -23.94, and b: 37.09.
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 #AED581
Triadic colors are three colors evenly spaced around the color wheel, including #AED581. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AED581
Monochromatic colors are variations of #AED581, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AED581
The complementary color of #AED581 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 #AED581
/* Using HEX */ body { background-color: #aed581; }
/* Using RGB */ body { background-color: rgb(174, 213, 129); }
/* Using RGB with opacity */ body { background-color: rgba(174, 213, 129, 0.5); }
/* Using HSL */ body { background-color: hsl(88, 50%, 67%); }
/* Text color */ p { color: #aed581; }
/* Box shadow */ div { box-shadow: 4px 4px #aed581; }
HTML Examples of #AED581
<!-- Using HEX --> <div style="background-color: #aed581; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(174, 213, 129); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(174, 213, 129, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(88, 50%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aed581;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aed581; width: 100px; height: 100px;"></div>
Related Colors of #AED581
These colors are similar to #AED581, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.