Color: #ADA7BA

#ADA7BA Color Information

#ADA7BA is a light color. The closest websafe version is #ADA7BA. A complement of this color would be #B3B9A6, perceived brightness is 0.67, and the grayscale version is #B0B0B0.

In the HSL color space, this color has a hue angle of 259°,a saturation of 12%, and a lightness of 69%.The HSV representation shows a hue of 259°, a saturation of 10%, and a value of 73%.

In a RGB color space, #ADA7BA is composed of 68% red, 65% green and 73% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 10% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 39.98, x: 0.3358, and y: 0.3345.

Color Code #ADA7BA

#ADA7BArgb(173, 167, 186)
HEX
#ADA7BA
RGB
rgb(173, 167, 186)
HSL
hsl(259, 12%, 69%)
HSV
hsv(259, 10%, 73%)
CMYK
7%, 10%, 0%, 27%
XYZ
X: 40.13, Y: 39.98, Z: 39.40
Lab
L: 69.45, a: 4.97, b: -8.99
Name

Shades of Color #ADA7BA

Shades are created by darkening the original color #ADA7BA 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 #ADA7BA

Tints are created by lightening the original color #ADA7BA 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.

#ADA7BArgb(173, 167, 186)

About #ADA7BA Color Code

In the HSL color space, this color has a hue angle of 259°, a saturation of 12%, and a lightness of 69%. The HSV representation shows a hue of 259°, a saturation of 10%, and a value of 73%.

  • HEX: #ADA7BA
  • RGB: rgb(173, 167, 186)
  • HSL: hsl(259, 12%, 69%)
  • HSV: hsv(259, 10%, 73%)
  • CMYK: 7.00% cyan, 10.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 40.13, 39.98, 39.40
  • Yxy: 39.98, 0.3358, 0.3345
  • Hunter Lab: 69.45, 4.97, -8.99
  • CIE-Lab: 69.45, 4.97, -8.99

In the XYZ color space, this color is represented as X: 40.13, Y: 39.98, Z: 39.40. The Yxy representation further refines this as Y: 39.98, x: 0.3358, and y: 0.3345.

In the Hunter Lab color space, this color is represented as L: 69.45, a: 4.97, and b: -8.99. Similarly, in the CIE-Lab color space, it is represented as L: 69.45, a: 4.97, and b: -8.99.

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 #ADA7BA

Triadic colors are three colors evenly spaced around the color wheel, including #ADA7BA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #ADA7BA

Analogous colors are adjacent to #ADA7BA on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #ADA7BA

Monochromatic colors are variations of #ADA7BA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #ADA7BA

The complementary color of #ADA7BA 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 #ADA7BA

/* Using HEX */
body {
  background-color: #ada7ba;
}
/* Using RGB */
body {
  background-color: rgb(173, 167, 186);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 167, 186, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(259, 12%, 69%);
}
/* Text color */
p {
  color: #ada7ba;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ada7ba;
}
/* Border color */
.box {
  border: 4px solid #ada7ba;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ada7ba;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ada7ba;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADA7BA
On Black Background
#ADA7BA
On White Background
#ADA7BA

HTML Examples of #ADA7BA

<!-- Using HEX -->
<div style="background-color: #ada7ba; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(173, 167, 186); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(173, 167, 186, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(259, 12%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ada7ba;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ada7ba; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ada7ba; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ada7ba;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ada7ba; color: #fff; padding: 16px; border-radius: 8px;">
  #ADA7BA
</div>
#ADA7BA
On Black Background
#ADA7BA
On White Background
#ADA7BA

Related Colors of #ADA7BA

These colors are similar to #ADA7BA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.