Color: #AABDB2
#AABDB2 Color Information
#AABDB2 is a light color. The closest websafe version is #AABDB2. A complement of this color would be #BCA9B4, perceived brightness is 0.71, and the grayscale version is #B4B4B4.
In the HSL color space, this color has a hue angle of 145°,a saturation of 13%, and a lightness of 70%.The HSV representation shows a hue of 145°, a saturation of 10%, and a value of 74%.
In a RGB color space, #AABDB2 is composed of 67% red, 74% green and 70% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 0% magenta, 6% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 48.12, x: 0.3374, and y: 0.3733.
Color Code #AABDB2
Shades of Color #AABDB2
Shades are created by darkening the original color #AABDB2 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 #AABDB2
Tints are created by lightening the original color #AABDB2 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 #AABDB2 Color Code
In the HSL color space, this color has a hue angle of 145°, a saturation of 13%, and a lightness of 70%. The HSV representation shows a hue of 145°, a saturation of 10%, and a value of 74%.
- HEX: #AABDB2
- RGB: rgb(170, 189, 178)
- HSL: hsl(145, 13%, 70%)
- HSV: hsv(145, 10%, 74%)
- CMYK: 10.00% cyan, 0.00% magenta, 6.00% yellow, 26.00% black
- XYZ: 43.49, 48.12, 37.30
- Yxy: 48.12, 0.3374, 0.3733
- Hunter Lab: 74.90, -8.36, 3.24
- CIE-Lab: 74.90, -8.36, 3.24
In the XYZ color space, this color is represented as X: 43.49, Y: 48.12, Z: 37.30. The Yxy representation further refines this as Y: 48.12, x: 0.3374, and y: 0.3733.
In the Hunter Lab color space, this color is represented as L: 74.90, a: -8.36, and b: 3.24. Similarly, in the CIE-Lab color space, it is represented as L: 74.90, a: -8.36, and b: 3.24.
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 #AABDB2
Triadic colors are three colors evenly spaced around the color wheel, including #AABDB2. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AABDB2
Monochromatic colors are variations of #AABDB2, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AABDB2
The complementary color of #AABDB2 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 #AABDB2
/* Using HEX */ body { background-color: #aabdb2; }
/* Using RGB */ body { background-color: rgb(170, 189, 178); }
/* Using RGB with opacity */ body { background-color: rgba(170, 189, 178, 0.5); }
/* Using HSL */ body { background-color: hsl(145, 13%, 70%); }
/* Text color */ p { color: #aabdb2; }
/* Box shadow */ div { box-shadow: 4px 4px #aabdb2; }
/* Border color */ .box { border: 4px solid #aabdb2; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aabdb2; }
/* Background with text */ div { background: #aabdb2; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AABDB2
<!-- Using HEX --> <div style="background-color: #aabdb2; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 189, 178); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 189, 178, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(145, 13%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aabdb2;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aabdb2; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aabdb2; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aabdb2;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aabdb2; color: #fff; padding: 16px; border-radius: 8px;"> #AABDB2 </div>
Related Colors of #AABDB2
These colors are similar to #AABDB2, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.