Color: #AADB9C
#AADB9C Color Information
#AADB9C is a light color. The closest websafe version is #AADB9C. A complement of this color would be #CE9EDC, perceived brightness is 0.77, and the grayscale version is #BBBBBB.
In the HSL color space, this color has a hue angle of 107°,a saturation of 47%, and a lightness of 74%.The HSV representation shows a hue of 107°, a saturation of 29%, and a value of 86%.
In a RGB color space, #AADB9C is composed of 67% red, 86% green and 61% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 0% magenta, 29% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 61.74, x: 0.3478, and y: 0.4333.
Color Code #AADB9C
Shades of Color #AADB9C
Shades are created by darkening the original color #AADB9C 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 #AADB9C
Tints are created by lightening the original color #AADB9C 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 #AADB9C Color Code
In the HSL color space, this color has a hue angle of 107°, a saturation of 47%, and a lightness of 74%. The HSV representation shows a hue of 107°, a saturation of 29%, and a value of 86%.
- HEX: #AADB9C
- RGB: rgb(170, 219, 156)
- HSL: hsl(107, 47%, 74%)
- HSV: hsv(107, 29%, 86%)
- CMYK: 22.00% cyan, 0.00% magenta, 29.00% yellow, 14.00% black
- XYZ: 49.56, 61.74, 31.18
- Yxy: 61.74, 0.3478, 0.4333
- Hunter Lab: 82.78, -25.23, 25.71
- CIE-Lab: 82.78, -25.23, 25.71
In the XYZ color space, this color is represented as X: 49.56, Y: 61.74, Z: 31.18. The Yxy representation further refines this as Y: 61.74, x: 0.3478, and y: 0.4333.
In the Hunter Lab color space, this color is represented as L: 82.78, a: -25.23, and b: 25.71. Similarly, in the CIE-Lab color space, it is represented as L: 82.78, a: -25.23, and b: 25.71.
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 #AADB9C
Triadic colors are three colors evenly spaced around the color wheel, including #AADB9C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AADB9C
Monochromatic colors are variations of #AADB9C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AADB9C
The complementary color of #AADB9C 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 #AADB9C
/* Using HEX */ body { background-color: #aadb9c; }
/* Using RGB */ body { background-color: rgb(170, 219, 156); }
/* Using RGB with opacity */ body { background-color: rgba(170, 219, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(107, 47%, 74%); }
/* Text color */ p { color: #aadb9c; }
/* Box shadow */ div { box-shadow: 4px 4px #aadb9c; }
/* Border color */ .box { border: 4px solid #aadb9c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aadb9c; }
/* Background with text */ div { background: #aadb9c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AADB9C
<!-- Using HEX --> <div style="background-color: #aadb9c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 219, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 219, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(107, 47%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aadb9c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aadb9c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aadb9c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aadb9c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aadb9c; color: #fff; padding: 16px; border-radius: 8px;"> #AADB9C </div>
Related Colors of #AADB9C
These colors are similar to #AADB9C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.