Color: #ADBFBD

#ADBFBD Color Information

#ADBFBD is a light color. The closest websafe version is #ADBFBD. A complement of this color would be #BEACAE, perceived brightness is 0.73, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 173°,a saturation of 12%, and a lightness of 71%.The HSV representation shows a hue of 173°, a saturation of 9%, and a value of 75%.

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

In the Yxy color space, this color is represented as Y: 49.73, x: 0.3319, and y: 0.3623.

Color Code #ADBFBD

#ADBFBDrgb(173, 191, 189)
HEX
#ADBFBD
RGB
rgb(173, 191, 189)
HSL
hsl(173, 12%, 71%)
HSV
hsv(173, 9%, 75%)
CMYK
9%, 0%, 1%, 25%
XYZ
X: 45.57, Y: 49.73, Z: 41.98
Lab
L: 75.90, a: -6.68, b: -1.21
Name

Shades of Color #ADBFBD

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

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

#ADBFBDrgb(173, 191, 189)

About #ADBFBD Color Code

In the HSL color space, this color has a hue angle of 173°, a saturation of 12%, and a lightness of 71%. The HSV representation shows a hue of 173°, a saturation of 9%, and a value of 75%.

  • HEX: #ADBFBD
  • RGB: rgb(173, 191, 189)
  • HSL: hsl(173, 12%, 71%)
  • HSV: hsv(173, 9%, 75%)
  • CMYK: 9.00% cyan, 0.00% magenta, 100.00% yellow, 25.00% black
  • XYZ: 45.57, 49.73, 41.98
  • Yxy: 49.73, 0.3319, 0.3623
  • Hunter Lab: 75.90, -6.68, -1.21
  • CIE-Lab: 75.90, -6.68, -1.21

In the XYZ color space, this color is represented as X: 45.57, Y: 49.73, Z: 41.98. The Yxy representation further refines this as Y: 49.73, x: 0.3319, and y: 0.3623.

In the Hunter Lab color space, this color is represented as L: 75.90, a: -6.68, and b: -1.21. Similarly, in the CIE-Lab color space, it is represented as L: 75.90, a: -6.68, and b: -1.21.

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

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

Analogous Colors of #ADBFBD

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

Monochromatic Colors of #ADBFBD

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

Complementary Color of #ADBFBD

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

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

HTML Examples of #ADBFBD

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

Related Colors of #ADBFBD

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