Color: #ACBFEC

#ACBFEC Color Information

#ACBFEC is a light color. The closest websafe version is #ACBFEC. A complement of this color would be #ECD9AC, perceived brightness is 0.75, and the grayscale version is #CCCCCC.

In the HSL color space, this color has a hue angle of 222°,a saturation of 63%, and a lightness of 80%.The HSV representation shows a hue of 222°, a saturation of 27%, and a value of 93%.

In a RGB color space, #ACBFEC is composed of 67% red, 75% green and 93% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 19% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 51.61, x: 0.2993, and y: 0.3087.

Color Code #ACBFEC

#ACBFECrgb(172, 191, 236)
HEX
#ACBFEC
RGB
rgb(172, 191, 236)
HSL
hsl(222, 63%, 80%)
HSV
hsv(222, 27%, 93%)
CMYK
27%, 19%, 0%, 7%
XYZ
X: 50.05, Y: 51.61, Z: 65.54
Lab
L: 77.05, a: 0.77, b: -24.79
Name

Shades of Color #ACBFEC

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

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

#ACBFECrgb(172, 191, 236)

About #ACBFEC Color Code

In the HSL color space, this color has a hue angle of 222°, a saturation of 63%, and a lightness of 80%. The HSV representation shows a hue of 222°, a saturation of 27%, and a value of 93%.

  • HEX: #ACBFEC
  • RGB: rgb(172, 191, 236)
  • HSL: hsl(222, 63%, 80%)
  • HSV: hsv(222, 27%, 93%)
  • CMYK: 27.00% cyan, 19.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 50.05, 51.61, 65.54
  • Yxy: 51.61, 0.2993, 0.3087
  • Hunter Lab: 77.05, 0.77, -24.79
  • CIE-Lab: 77.05, 0.77, -24.79

In the XYZ color space, this color is represented as X: 50.05, Y: 51.61, Z: 65.54. The Yxy representation further refines this as Y: 51.61, x: 0.2993, and y: 0.3087.

In the Hunter Lab color space, this color is represented as L: 77.05, a: 0.77, and b: -24.79. Similarly, in the CIE-Lab color space, it is represented as L: 77.05, a: 0.77, and b: -24.79.

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

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

Analogous Colors of #ACBFEC

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

Split Complementary Colors of #ACBFEC

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

Tetradic Colors of #ACBFEC

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

Monochromatic Colors of #ACBFEC

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

Complementary Color of #ACBFEC

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

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

HTML Examples of #ACBFEC

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

Related Colors of #ACBFEC

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