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