Color: #AAACDB

#AAACDB Color Information

#AAACDB is a light color. The closest websafe version is #AAACDB. A complement of this color would be #DAD9A9, perceived brightness is 0.69, and the grayscale version is #C3C3C3.

In the HSL color space, this color has a hue angle of 238°,a saturation of 40%, and a lightness of 76%.The HSV representation shows a hue of 238°, a saturation of 22%, and a value of 86%.

In a RGB color space, #AAACDB is composed of 67% red, 67% green and 86% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 21% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 42.81, x: 0.3077, and y: 0.3025.

Color Code #AAACDB

#AAACDBrgb(170, 172, 219)
HEX
#AAACDB
RGB
rgb(170, 172, 219)
HSL
hsl(238, 40%, 76%)
HSV
hsv(238, 22%, 86%)
CMYK
22%, 21%, 0%, 14%
XYZ
X: 43.55, Y: 42.81, Z: 55.16
Lab
L: 71.43, a: 6.78, b: -24.13
Name

Shades of Color #AAACDB

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

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

#AAACDBrgb(170, 172, 219)

About #AAACDB Color Code

In the HSL color space, this color has a hue angle of 238°, a saturation of 40%, and a lightness of 76%. The HSV representation shows a hue of 238°, a saturation of 22%, and a value of 86%.

  • HEX: #AAACDB
  • RGB: rgb(170, 172, 219)
  • HSL: hsl(238, 40%, 76%)
  • HSV: hsv(238, 22%, 86%)
  • CMYK: 22.00% cyan, 21.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 43.55, 42.81, 55.16
  • Yxy: 42.81, 0.3077, 0.3025
  • Hunter Lab: 71.43, 6.78, -24.13
  • CIE-Lab: 71.43, 6.78, -24.13

In the XYZ color space, this color is represented as X: 43.55, Y: 42.81, Z: 55.16. The Yxy representation further refines this as Y: 42.81, x: 0.3077, and y: 0.3025.

In the Hunter Lab color space, this color is represented as L: 71.43, a: 6.78, and b: -24.13. Similarly, in the CIE-Lab color space, it is represented as L: 71.43, a: 6.78, and b: -24.13.

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

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

Analogous Colors of #AAACDB

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

Monochromatic Colors of #AAACDB

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

Complementary Color of #AAACDB

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

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

HTML Examples of #AAACDB

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

Related Colors of #AAACDB

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