Color: #ACADFB

#ACADFB Color Information

#ACADFB is a light color. The closest websafe version is #ACADFB. A complement of this color would be #FBFAAC, perceived brightness is 0.71, and the grayscale version is #D3D3D3.

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

In a RGB color space, #ACADFB is composed of 67% red, 68% green and 98% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 31% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 44.98, x: 0.2878, and y: 0.2703.

Color Code #ACADFB

HEX
#ACADFB
RGB
rgb(172, 173, 251)
HSL
hsl(239, 91%, 83%)
HSV
hsv(239, 31%, 98%)
CMYK
31%, 31%, 0%, 2%
XYZ
X: 47.88, Y: 44.98, Z: 73.53
Lab
L: 72.88, a: 12.84, b: -39.21
Name

Shades of Color #ACADFB

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

Tints are created by lightening the original color #ACADFB 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 #ACADFB Color Code

In the HSL color space, this color has a hue angle of 239°, a saturation of 91%, and a lightness of 83%. The HSV representation shows a hue of 239°, a saturation of 31%, and a value of 98%.

  • HEX: #ACADFB
  • RGB: rgb(172, 173, 251)
  • HSL: hsl(239, 91%, 83%)
  • HSV: hsv(239, 31%, 98%)
  • CMYK: 31.00% cyan, 31.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 47.88, 44.98, 73.53
  • Yxy: 44.98, 0.2878, 0.2703
  • Hunter Lab: 72.88, 12.84, -39.21
  • CIE-Lab: 72.88, 12.84, -39.21

In the XYZ color space, this color is represented as X: 47.88, Y: 44.98, Z: 73.53. The Yxy representation further refines this as Y: 44.98, x: 0.2878, and y: 0.2703.

In the Hunter Lab color space, this color is represented as L: 72.88, a: 12.84, and b: -39.21. Similarly, in the CIE-Lab color space, it is represented as L: 72.88, a: 12.84, and b: -39.21.

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

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

Analogous Colors of #ACADFB

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

Monochromatic Colors of #ACADFB

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

Complementary Color of #ACADFB

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

/* Using HEX */
body {
  background-color: #acadfb;
}
/* Using RGB */
body {
  background-color: rgb(172, 173, 251);
}
/* Using RGB with opacity */
body {
  background-color: rgba(172, 173, 251, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(239, 91%, 83%);
}
/* Text color */
p {
  color: #acadfb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #acadfb;
}

HTML Examples of #ACADFB

<!-- Using HEX -->
<div style="background-color: #acadfb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(172, 173, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(172, 173, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(239, 91%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #acadfb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #acadfb; width: 100px; height: 100px;"></div>

Related Colors of #ACADFB

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