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