Color: #ACBDFC

#ACBDFC Color Information

#ACBDFC is a light color. The closest websafe version is #ACBDFC. A complement of this color would be #FCEAAB, perceived brightness is 0.75, and the grayscale version is #D4D4D4.

In the HSL color space, this color has a hue angle of 227°,a saturation of 93%, and a lightness of 83%.The HSV representation shows a hue of 227°, a saturation of 32%, and a value of 99%.

In a RGB color space, #ACBDFC is composed of 67% red, 74% green and 99% blue. Whereas in a CMYK color space, it is composed of 32% cyan, 25% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 51.56, x: 0.2892, and y: 0.2895.

Color Code #ACBDFC

#ACBDFCrgb(172, 189, 252)
HEX
#ACBDFC
RGB
rgb(172, 189, 252)
HSL
hsl(227, 93%, 83%)
HSV
hsv(227, 32%, 99%)
CMYK
32%, 25%, 0%, 1%
XYZ
X: 51.51, Y: 51.56, Z: 75.04
Lab
L: 77.02, a: 4.77, b: -33.39
Name

Shades of Color #ACBDFC

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

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

#ACBDFCrgb(172, 189, 252)

About #ACBDFC Color Code

In the HSL color space, this color has a hue angle of 227°, a saturation of 93%, and a lightness of 83%. The HSV representation shows a hue of 227°, a saturation of 32%, and a value of 99%.

  • HEX: #ACBDFC
  • RGB: rgb(172, 189, 252)
  • HSL: hsl(227, 93%, 83%)
  • HSV: hsv(227, 32%, 99%)
  • CMYK: 32.00% cyan, 25.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 51.51, 51.56, 75.04
  • Yxy: 51.56, 0.2892, 0.2895
  • Hunter Lab: 77.02, 4.77, -33.39
  • CIE-Lab: 77.02, 4.77, -33.39

In the XYZ color space, this color is represented as X: 51.51, Y: 51.56, Z: 75.04. The Yxy representation further refines this as Y: 51.56, x: 0.2892, and y: 0.2895.

In the Hunter Lab color space, this color is represented as L: 77.02, a: 4.77, and b: -33.39. Similarly, in the CIE-Lab color space, it is represented as L: 77.02, a: 4.77, and b: -33.39.

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

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

Analogous Colors of #ACBDFC

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

Split Complementary Colors of #ACBDFC

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

Tetradic Colors of #ACBDFC

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

Monochromatic Colors of #ACBDFC

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

Complementary Color of #ACBDFC

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

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

HTML Examples of #ACBDFC

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

Related Colors of #ACBDFC

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