Color: #ADBFF5

#ADBFF5 Color Information

#ADBFF5 is a light color. The closest websafe version is #ADBFF5. A complement of this color would be #F5E3AD, perceived brightness is 0.75, and the grayscale version is #D1D1D1.

In the HSL color space, this color has a hue angle of 225°,a saturation of 78%, and a lightness of 82%.The HSV representation shows a hue of 225°, a saturation of 100%, and a value of 100%.

In a RGB color space, #ADBFF5 is composed of 68% red, 75% green and 96% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 22% magenta, 0% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 52.18, x: 0.2945, and y: 0.2992.

Color Code #ADBFF5

HEX
#ADBFF5
RGB
rgb(173, 191, 245)
HSL
hsl(225, 78%, 82%)
HSV
hsv(225, 29%, 96%)
CMYK
29%, 22%, 0%, 4%
XYZ
X: 51.35, Y: 52.18, Z: 70.85
Lab
L: 77.39, a: 2.74, b: -29.07
Name

Shades of Color #ADBFF5

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

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

About #ADBFF5 Color Code

In the HSL color space, this color has a hue angle of 225°, a saturation of 78%, and a lightness of 82%. The HSV representation shows a hue of 225°, a saturation of 29%, and a value of 96%.

  • HEX: #ADBFF5
  • RGB: rgb(173, 191, 245)
  • HSL: hsl(225, 78%, 82%)
  • HSV: hsv(225, 29%, 96%)
  • CMYK: 29.00% cyan, 22.00% magenta, 0.00% yellow, 4.00% black
  • XYZ: 51.35, 52.18, 70.85
  • Yxy: 52.18, 0.2945, 0.2992
  • Hunter Lab: 77.39, 2.74, -29.07
  • CIE-Lab: 77.39, 2.74, -29.07

In the XYZ color space, this color is represented as X: 51.35, Y: 52.18, Z: 70.85. The Yxy representation further refines this as Y: 52.18, x: 0.2945, and y: 0.2992.

In the Hunter Lab color space, this color is represented as L: 77.39, a: 2.74, and b: -29.07. Similarly, in the CIE-Lab color space, it is represented as L: 77.39, a: 2.74, and b: -29.07.

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

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

Analogous Colors of #ADBFF5

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

Monochromatic Colors of #ADBFF5

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

Complementary Color of #ADBFF5

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

/* Using HEX */
body {
  background-color: #adbff5;
}
/* Using RGB */
body {
  background-color: rgb(173, 191, 245);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 191, 245, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(225, 78%, 82%);
}
/* Text color */
p {
  color: #adbff5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #adbff5;
}

HTML Examples of #ADBFF5

<!-- Using HEX -->
<div style="background-color: #adbff5; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(173, 191, 245); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(173, 191, 245, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(225, 78%, 82%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #adbff5;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #adbff5; width: 100px; height: 100px;"></div>

Related Colors of #ADBFF5

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