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