Color: #ACBBDF

#ACBBDF Color Information

#ACBBDF is a light color. The closest websafe version is #ACBBDF. A complement of this color would be #DECFAB, perceived brightness is 0.73, and the grayscale version is #C6C6C6.

In the HSL color space, this color has a hue angle of 222°,a saturation of 44%, and a lightness of 77%.The HSV representation shows a hue of 222°, a saturation of 23%, and a value of 87%.

In a RGB color space, #ACBBDF is composed of 67% red, 73% green and 87% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 16% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 49.28, x: 0.3075, and y: 0.3178.

Color Code #ACBBDF

#ACBBDFrgb(172, 187, 223)
HEX
#ACBBDF
RGB
rgb(172, 187, 223)
HSL
hsl(222, 44%, 77%)
HSV
hsv(222, 23%, 87%)
CMYK
23%, 16%, 0%, 13%
XYZ
X: 47.68, Y: 49.28, Z: 58.10
Lab
L: 75.62, a: 0.47, b: -19.95
Name

Shades of Color #ACBBDF

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

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

#ACBBDFrgb(172, 187, 223)

About #ACBBDF Color Code

In the HSL color space, this color has a hue angle of 222°, a saturation of 44%, and a lightness of 77%. The HSV representation shows a hue of 222°, a saturation of 23%, and a value of 87%.

  • HEX: #ACBBDF
  • RGB: rgb(172, 187, 223)
  • HSL: hsl(222, 44%, 77%)
  • HSV: hsv(222, 23%, 87%)
  • CMYK: 23.00% cyan, 16.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 47.68, 49.28, 58.10
  • Yxy: 49.28, 0.3075, 0.3178
  • Hunter Lab: 75.62, 0.47, -19.95
  • CIE-Lab: 75.62, 0.47, -19.95

In the XYZ color space, this color is represented as X: 47.68, Y: 49.28, Z: 58.10. The Yxy representation further refines this as Y: 49.28, x: 0.3075, and y: 0.3178.

In the Hunter Lab color space, this color is represented as L: 75.62, a: 0.47, and b: -19.95. Similarly, in the CIE-Lab color space, it is represented as L: 75.62, a: 0.47, and b: -19.95.

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

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

Analogous Colors of #ACBBDF

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

Split Complementary Colors of #ACBBDF

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

Tetradic Colors of #ACBBDF

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

Monochromatic Colors of #ACBBDF

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

Complementary Color of #ACBBDF

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

/* Using HEX */
body {
  background-color: #acbbdf;
}
/* Using RGB */
body {
  background-color: rgb(172, 187, 223);
}
/* Using RGB with opacity */
body {
  background-color: rgba(172, 187, 223, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(222, 44%, 77%);
}
/* Text color */
p {
  color: #acbbdf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #acbbdf;
}
/* Border color */
.box {
  border: 4px solid #acbbdf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #acbbdf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #acbbdf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ACBBDF
On Black Background
#ACBBDF
On White Background
#ACBBDF

HTML Examples of #ACBBDF

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

Related Colors of #ACBBDF

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