Color: #ADBDB4
#ADBDB4 Color Information
#ADBDB4 is a light color. The closest websafe version is #ADBDB4. A complement of this color would be #BDADB6, perceived brightness is 0.72, and the grayscale version is #B5B5B5.
In the HSL color space, this color has a hue angle of 146°,a saturation of 11%, and a lightness of 71%.The HSV representation shows a hue of 146°, a saturation of 8%, and a value of 74%.
In a RGB color space, #ADBDB4 is composed of 68% red, 74% green and 71% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 5% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 48.55, x: 0.3385, and y: 0.3706.
Color Code #ADBDB4
Shades of Color #ADBDB4
Shades are created by darkening the original color #ADBDB4 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 #ADBDB4
Tints are created by lightening the original color #ADBDB4 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 #ADBDB4 Color Code
In the HSL color space, this color has a hue angle of 146°, a saturation of 11%, and a lightness of 71%. The HSV representation shows a hue of 146°, a saturation of 8%, and a value of 74%.
- HEX: #ADBDB4
- RGB: rgb(173, 189, 180)
- HSL: hsl(146, 11%, 71%)
- HSV: hsv(146, 8%, 74%)
- CMYK: 8.00% cyan, 0.00% magenta, 5.00% yellow, 26.00% black
- XYZ: 44.35, 48.55, 38.12
- Yxy: 48.55, 0.3385, 0.3706
- Hunter Lab: 75.17, -7.01, 2.58
- CIE-Lab: 75.17, -7.01, 2.58
In the XYZ color space, this color is represented as X: 44.35, Y: 48.55, Z: 38.12. The Yxy representation further refines this as Y: 48.55, x: 0.3385, and y: 0.3706.
In the Hunter Lab color space, this color is represented as L: 75.17, a: -7.01, and b: 2.58. Similarly, in the CIE-Lab color space, it is represented as L: 75.17, a: -7.01, and b: 2.58.
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 #ADBDB4
Triadic colors are three colors evenly spaced around the color wheel, including #ADBDB4. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ADBDB4
Split complementary colors are two colors adjacent to the complementary color of #ADBDB4. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ADBDB4
Monochromatic colors are variations of #ADBDB4, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADBDB4
The complementary color of #ADBDB4 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 #ADBDB4
/* Using HEX */ body { background-color: #adbdb4; }
/* Using RGB */ body { background-color: rgb(173, 189, 180); }
/* Using RGB with opacity */ body { background-color: rgba(173, 189, 180, 0.5); }
/* Using HSL */ body { background-color: hsl(146, 11%, 71%); }
/* Text color */ p { color: #adbdb4; }
/* Box shadow */ div { box-shadow: 4px 4px #adbdb4; }
/* Border color */ .box { border: 4px solid #adbdb4; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #adbdb4; }
/* Background with text */ div { background: #adbdb4; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ADBDB4
<!-- Using HEX --> <div style="background-color: #adbdb4; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 189, 180); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 189, 180, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(146, 11%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #adbdb4;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #adbdb4; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #adbdb4; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #adbdb4;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #adbdb4; color: #fff; padding: 16px; border-radius: 8px;"> #ADBDB4 </div>
Related Colors of #ADBDB4
These colors are similar to #ADBDB4, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.