Color: #AACAD1

#AACAD1 Color Information

#AACAD1 is a light color. The closest websafe version is #AACAD1. A complement of this color would be #D1B0A9, perceived brightness is 0.76, and the grayscale version is #BEBEBE.

In the HSL color space, this color has a hue angle of 191°,a saturation of 30%, and a lightness of 74%.The HSV representation shows a hue of 191°, a saturation of 19%, and a value of 82%.

In a RGB color space, #AACAD1 is composed of 67% red, 79% green and 82% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 3% magenta, 0% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 55.15, x: 0.3159, and y: 0.3527.

Color Code #AACAD1

#AACAD1rgb(170, 202, 209)
HEX
#AACAD1
RGB
rgb(170, 202, 209)
HSL
hsl(191, 30%, 74%)
HSV
hsv(191, 19%, 82%)
CMYK
19%, 3%, 0%, 18%
XYZ
X: 49.39, Y: 55.15, Z: 51.83
Lab
L: 79.13, a: -9.96, b: -7.27
Name

Shades of Color #AACAD1

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

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

#AACAD1rgb(170, 202, 209)

About #AACAD1 Color Code

In the HSL color space, this color has a hue angle of 191°, a saturation of 30%, and a lightness of 74%. The HSV representation shows a hue of 191°, a saturation of 19%, and a value of 82%.

  • HEX: #AACAD1
  • RGB: rgb(170, 202, 209)
  • HSL: hsl(191, 30%, 74%)
  • HSV: hsv(191, 19%, 82%)
  • CMYK: 19.00% cyan, 3.00% magenta, 0.00% yellow, 18.00% black
  • XYZ: 49.39, 55.15, 51.83
  • Yxy: 55.15, 0.3159, 0.3527
  • Hunter Lab: 79.13, -9.96, -7.27
  • CIE-Lab: 79.13, -9.96, -7.27

In the XYZ color space, this color is represented as X: 49.39, Y: 55.15, Z: 51.83. The Yxy representation further refines this as Y: 55.15, x: 0.3159, and y: 0.3527.

In the Hunter Lab color space, this color is represented as L: 79.13, a: -9.96, and b: -7.27. Similarly, in the CIE-Lab color space, it is represented as L: 79.13, a: -9.96, and b: -7.27.

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

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

Analogous Colors of #AACAD1

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

Monochromatic Colors of #AACAD1

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

Complementary Color of #AACAD1

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

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

HTML Examples of #AACAD1

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

Related Colors of #AACAD1

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