Color: #ADAABA

#ADAABA Color Information

#ADAABA is a light color. The closest websafe version is #ADAABA. A complement of this color would be #B7BAAB, perceived brightness is 0.68, and the grayscale version is #B2B2B2.

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

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

In the Yxy color space, this color is represented as Y: 41.09, x: 0.3356, and y: 0.3386.

Color Code #ADAABA

#ADAABArgb(173, 170, 186)
HEX
#ADAABA
RGB
rgb(173, 170, 186)
HSL
hsl(251, 10%, 70%)
HSV
hsv(251, 9%, 73%)
CMYK
7%, 9%, 0%, 27%
XYZ
X: 40.73, Y: 41.09, Z: 39.55
Lab
L: 70.24, a: 3.43, b: -7.83
Name

Shades of Color #ADAABA

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

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

#ADAABArgb(173, 170, 186)

About #ADAABA Color Code

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

  • HEX: #ADAABA
  • RGB: rgb(173, 170, 186)
  • HSL: hsl(251, 10%, 70%)
  • HSV: hsv(251, 9%, 73%)
  • CMYK: 7.00% cyan, 9.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 40.73, 41.09, 39.55
  • Yxy: 41.09, 0.3356, 0.3386
  • Hunter Lab: 70.24, 3.43, -7.83
  • CIE-Lab: 70.24, 3.43, -7.83

In the XYZ color space, this color is represented as X: 40.73, Y: 41.09, Z: 39.55. The Yxy representation further refines this as Y: 41.09, x: 0.3356, and y: 0.3386.

In the Hunter Lab color space, this color is represented as L: 70.24, a: 3.43, and b: -7.83. Similarly, in the CIE-Lab color space, it is represented as L: 70.24, a: 3.43, and b: -7.83.

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

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

Analogous Colors of #ADAABA

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

Monochromatic Colors of #ADAABA

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

Complementary Color of #ADAABA

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

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

HTML Examples of #ADAABA

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

Related Colors of #ADAABA

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