Color: #ADA0BE

#ADA0BE Color Information

#ADA0BE is a light color. The closest websafe version is #ADA0BE. A complement of this color would be #B2BFA1, perceived brightness is 0.66, and the grayscale version is #AFAFAF.

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

In a RGB color space, #ADA0BE is composed of 68% red, 63% green and 75% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 16% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 37.62, x: 0.3330, and y: 0.3201.

Color Code #ADA0BE

#ADA0BErgb(173, 160, 190)
HEX
#ADA0BE
RGB
rgb(173, 160, 190)
HSL
hsl(266, 19%, 69%)
HSV
hsv(266, 16%, 75%)
CMYK
9%, 16%, 0%, 25%
XYZ
X: 39.13, Y: 37.62, Z: 40.77
Lab
L: 67.74, a: 9.22, b: -13.73
Name

Shades of Color #ADA0BE

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

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

#ADA0BErgb(173, 160, 190)

About #ADA0BE Color Code

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

  • HEX: #ADA0BE
  • RGB: rgb(173, 160, 190)
  • HSL: hsl(266, 19%, 69%)
  • HSV: hsv(266, 16%, 75%)
  • CMYK: 9.00% cyan, 16.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 39.13, 37.62, 40.77
  • Yxy: 37.62, 0.3330, 0.3201
  • Hunter Lab: 67.74, 9.22, -13.73
  • CIE-Lab: 67.74, 9.22, -13.73

In the XYZ color space, this color is represented as X: 39.13, Y: 37.62, Z: 40.77. The Yxy representation further refines this as Y: 37.62, x: 0.3330, and y: 0.3201.

In the Hunter Lab color space, this color is represented as L: 67.74, a: 9.22, and b: -13.73. Similarly, in the CIE-Lab color space, it is represented as L: 67.74, a: 9.22, and b: -13.73.

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

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

Analogous Colors of #ADA0BE

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

Split Complementary Colors of #ADA0BE

Split complementary colors are two colors adjacent to the complementary color of #ADA0BE. They create a balanced and visually appealing color scheme.

Tetradic Colors of #ADA0BE

Tetradic colors form a rectangle on the color wheel, including #ADA0BE. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #ADA0BE

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

Complementary Color of #ADA0BE

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

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

HTML Examples of #ADA0BE

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

Related Colors of #ADA0BE

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