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