Color: #ADA2BB

#ADA2BB Color Information

#ADA2BB is a light color. The closest websafe version is #ADA2BB. A complement of this color would be #AFBAA0, perceived brightness is 0.66, and the grayscale version is #AEAEAE.

In the HSL color space, this color has a hue angle of 266°,a saturation of 16%, and a lightness of 68%.The HSV representation shows a hue of 266°, a saturation of 13%, and a value of 73%.

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

In the Yxy color space, this color is represented as Y: 38.21, x: 0.3354, and y: 0.3265.

Color Code #ADA2BB

#ADA2BBrgb(173, 162, 187)
HEX
#ADA2BB
RGB
rgb(173, 162, 187)
HSL
hsl(266, 16%, 68%)
HSV
hsv(266, 13%, 73%)
CMYK
7%, 13%, 0%, 27%
XYZ
X: 39.25, Y: 38.21, Z: 39.58
Lab
L: 68.18, a: 7.72, b: -11.42
Name

Shades of Color #ADA2BB

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

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

#ADA2BBrgb(173, 162, 187)

About #ADA2BB Color Code

In the HSL color space, this color has a hue angle of 266°, a saturation of 16%, and a lightness of 68%. The HSV representation shows a hue of 266°, a saturation of 13%, and a value of 73%.

  • HEX: #ADA2BB
  • RGB: rgb(173, 162, 187)
  • HSL: hsl(266, 16%, 68%)
  • HSV: hsv(266, 13%, 73%)
  • CMYK: 7.00% cyan, 13.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 39.25, 38.21, 39.58
  • Yxy: 38.21, 0.3354, 0.3265
  • Hunter Lab: 68.18, 7.72, -11.42
  • CIE-Lab: 68.18, 7.72, -11.42

In the XYZ color space, this color is represented as X: 39.25, Y: 38.21, Z: 39.58. The Yxy representation further refines this as Y: 38.21, x: 0.3354, and y: 0.3265.

In the Hunter Lab color space, this color is represented as L: 68.18, a: 7.72, and b: -11.42. Similarly, in the CIE-Lab color space, it is represented as L: 68.18, a: 7.72, and b: -11.42.

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

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

Analogous Colors of #ADA2BB

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

Monochromatic Colors of #ADA2BB

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

Complementary Color of #ADA2BB

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

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

HTML Examples of #ADA2BB

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

Related Colors of #ADA2BB

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