Color: #ADBFCC

#ADBFCC Color Information

#ADBFCC is a light color. The closest websafe version is #ADBFCC. A complement of this color would be #CCBAAD, perceived brightness is 0.73, and the grayscale version is #BDBDBD.

In the HSL color space, this color has a hue angle of 205°,a saturation of 23%, and a lightness of 74%.The HSV representation shows a hue of 205°, a saturation of 15%, and a value of 80%.

In a RGB color space, #ADBFCC is composed of 68% red, 75% green and 80% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 6% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 50.31, x: 0.3214, and y: 0.3446.

Color Code #ADBFCC

#ADBFCCrgb(173, 191, 204)
HEX
#ADBFCC
RGB
rgb(173, 191, 204)
HSL
hsl(205, 23%, 74%)
HSV
hsv(205, 15%, 80%)
CMYK
15%, 6%, 0%, 20%
XYZ
X: 46.92, Y: 50.31, Z: 48.77
Lab
L: 76.26, a: -4.37, b: -8.77
Name

Shades of Color #ADBFCC

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

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

#ADBFCCrgb(173, 191, 204)

About #ADBFCC Color Code

In the HSL color space, this color has a hue angle of 205°, a saturation of 23%, and a lightness of 74%. The HSV representation shows a hue of 205°, a saturation of 15%, and a value of 80%.

  • HEX: #ADBFCC
  • RGB: rgb(173, 191, 204)
  • HSL: hsl(205, 23%, 74%)
  • HSV: hsv(205, 15%, 80%)
  • CMYK: 15.00% cyan, 6.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 46.92, 50.31, 48.77
  • Yxy: 50.31, 0.3214, 0.3446
  • Hunter Lab: 76.26, -4.37, -8.77
  • CIE-Lab: 76.26, -4.37, -8.77

In the XYZ color space, this color is represented as X: 46.92, Y: 50.31, Z: 48.77. The Yxy representation further refines this as Y: 50.31, x: 0.3214, and y: 0.3446.

In the Hunter Lab color space, this color is represented as L: 76.26, a: -4.37, and b: -8.77. Similarly, in the CIE-Lab color space, it is represented as L: 76.26, a: -4.37, and b: -8.77.

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

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

Analogous Colors of #ADBFCC

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

Monochromatic Colors of #ADBFCC

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

Complementary Color of #ADBFCC

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

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

HTML Examples of #ADBFCC

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

Related Colors of #ADBFCC

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