Color: #ADBFE0

#ADBFE0 Color Information

#ADBFE0 is a light color. The closest websafe version is #ADBFE0. A complement of this color would be #E0CEAE, perceived brightness is 0.74, and the grayscale version is #C7C7C7.

In the HSL color space, this color has a hue angle of 219°,a saturation of 45%, and a lightness of 78%.The HSV representation shows a hue of 219°, a saturation of 23%, and a value of 88%.

In a RGB color space, #ADBFE0 is composed of 68% red, 75% green and 88% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 15% magenta, 0% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 51.17, x: 0.3079, and y: 0.3218.

Color Code #ADBFE0

#ADBFE0rgb(173, 191, 224)
HEX
#ADBFE0
RGB
rgb(173, 191, 224)
HSL
hsl(219, 45%, 78%)
HSV
hsv(219, 23%, 88%)
CMYK
23%, 15%, 0%, 12%
XYZ
X: 48.95, Y: 51.17, Z: 58.88
Lab
L: 76.78, a: -1.04, b: -18.75
Name

Shades of Color #ADBFE0

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

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

#ADBFE0rgb(173, 191, 224)

About #ADBFE0 Color Code

In the HSL color space, this color has a hue angle of 219°, a saturation of 45%, and a lightness of 78%. The HSV representation shows a hue of 219°, a saturation of 23%, and a value of 88%.

  • HEX: #ADBFE0
  • RGB: rgb(173, 191, 224)
  • HSL: hsl(219, 45%, 78%)
  • HSV: hsv(219, 23%, 88%)
  • CMYK: 23.00% cyan, 15.00% magenta, 0.00% yellow, 12.00% black
  • XYZ: 48.95, 51.17, 58.88
  • Yxy: 51.17, 0.3079, 0.3218
  • Hunter Lab: 76.78, -1.04, -18.75
  • CIE-Lab: 76.78, -1.04, -18.75

In the XYZ color space, this color is represented as X: 48.95, Y: 51.17, Z: 58.88. The Yxy representation further refines this as Y: 51.17, x: 0.3079, and y: 0.3218.

In the Hunter Lab color space, this color is represented as L: 76.78, a: -1.04, and b: -18.75. Similarly, in the CIE-Lab color space, it is represented as L: 76.78, a: -1.04, and b: -18.75.

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

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

Analogous Colors of #ADBFE0

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

Split Complementary Colors of #ADBFE0

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

Tetradic Colors of #ADBFE0

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

Monochromatic Colors of #ADBFE0

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

Complementary Color of #ADBFE0

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

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

HTML Examples of #ADBFE0

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

Related Colors of #ADBFE0

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