Color: #AACDFC

#AACDFC Color Information

#AACDFC is a light color. The closest websafe version is #AACDFC. A complement of this color would be #FCD9AB, perceived brightness is 0.78, and the grayscale version is #D3D3D3.

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

In a RGB color space, #AACDFC is composed of 67% red, 80% green and 99% blue. Whereas in a CMYK color space, it is composed of 33% cyan, 19% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 58.61, x: 0.2899, and y: 0.3091.

Color Code #AACDFC

#AACDFCrgb(170, 205, 252)
HEX
#AACDFC
RGB
rgb(170, 205, 252)
HSL
hsl(214, 93%, 83%)
HSV
hsv(214, 33%, 99%)
CMYK
33%, 19%, 0%, 1%
XYZ
X: 54.97, Y: 58.61, Z: 76.01
Lab
L: 81.08, a: -3.86, b: -27.22
Name

Shades of Color #AACDFC

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

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

#AACDFCrgb(170, 205, 252)

About #AACDFC Color Code

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

  • HEX: #AACDFC
  • RGB: rgb(170, 205, 252)
  • HSL: hsl(214, 93%, 83%)
  • HSV: hsv(214, 33%, 99%)
  • CMYK: 33.00% cyan, 19.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 54.97, 58.61, 76.01
  • Yxy: 58.61, 0.2899, 0.3091
  • Hunter Lab: 81.08, -3.86, -27.22
  • CIE-Lab: 81.08, -3.86, -27.22

In the XYZ color space, this color is represented as X: 54.97, Y: 58.61, Z: 76.01. The Yxy representation further refines this as Y: 58.61, x: 0.2899, and y: 0.3091.

In the Hunter Lab color space, this color is represented as L: 81.08, a: -3.86, and b: -27.22. Similarly, in the CIE-Lab color space, it is represented as L: 81.08, a: -3.86, and b: -27.22.

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

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

Analogous Colors of #AACDFC

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

Monochromatic Colors of #AACDFC

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

Complementary Color of #AACDFC

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

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

HTML Examples of #AACDFC

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

Related Colors of #AACDFC

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