Color: #ADA3BE

#ADA3BE Color Information

#ADA3BE is a light color. The closest websafe version is #ADA3BE. A complement of this color would be #B4BDA3, perceived brightness is 0.66, and the grayscale version is #B1B1B1.

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

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

In the Yxy color space, this color is represented as Y: 38.68, x: 0.3327, and y: 0.3243.

Color Code #ADA3BE

#ADA3BErgb(173, 163, 190)
HEX
#ADA3BE
RGB
rgb(173, 163, 190)
HSL
hsl(262, 17%, 69%)
HSV
hsv(262, 14%, 75%)
CMYK
9%, 14%, 0%, 25%
XYZ
X: 39.69, Y: 38.68, Z: 40.91
Lab
L: 68.52, a: 7.66, b: -12.58
Name

Shades of Color #ADA3BE

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

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

#ADA3BErgb(173, 163, 190)

About #ADA3BE Color Code

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

  • HEX: #ADA3BE
  • RGB: rgb(173, 163, 190)
  • HSL: hsl(262, 17%, 69%)
  • HSV: hsv(262, 14%, 75%)
  • CMYK: 9.00% cyan, 14.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 39.69, 38.68, 40.91
  • Yxy: 38.68, 0.3327, 0.3243
  • Hunter Lab: 68.52, 7.66, -12.58
  • CIE-Lab: 68.52, 7.66, -12.58

In the XYZ color space, this color is represented as X: 39.69, Y: 38.68, Z: 40.91. The Yxy representation further refines this as Y: 38.68, x: 0.3327, and y: 0.3243.

In the Hunter Lab color space, this color is represented as L: 68.52, a: 7.66, and b: -12.58. Similarly, in the CIE-Lab color space, it is represented as L: 68.52, a: 7.66, and b: -12.58.

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

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

Analogous Colors of #ADA3BE

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

Monochromatic Colors of #ADA3BE

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

Complementary Color of #ADA3BE

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

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

HTML Examples of #ADA3BE

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

Related Colors of #ADA3BE

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