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