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