Color: #AECCCD

#AECCCD Color Information

#AECCCD is a light color. The closest websafe version is #AECCCD. A complement of this color would be #CDAEAD, perceived brightness is 0.77, and the grayscale version is #BEBEBE.

In the HSL color space, this color has a hue angle of 182°,a saturation of 24%, and a lightness of 74%.The HSV representation shows a hue of 182°, a saturation of 15%, and a value of 80%.

In a RGB color space, #AECCCD is composed of 68% red, 80% green and 80% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 56.41, x: 0.3215, and y: 0.3595.

Color Code #AECCCD

#AECCCDrgb(174, 204, 205)
HEX
#AECCCD
RGB
rgb(174, 204, 205)
HSL
hsl(182, 24%, 74%)
HSV
hsv(182, 15%, 80%)
CMYK
15%, 0%, 0%, 20%
XYZ
X: 50.44, Y: 56.41, Z: 50.05
Lab
L: 79.84, a: -10.24, b: -4.05
Name

Shades of Color #AECCCD

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

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

#AECCCDrgb(174, 204, 205)

About #AECCCD Color Code

In the HSL color space, this color has a hue angle of 182°, a saturation of 24%, and a lightness of 74%. The HSV representation shows a hue of 182°, a saturation of 15%, and a value of 80%.

  • HEX: #AECCCD
  • RGB: rgb(174, 204, 205)
  • HSL: hsl(182, 24%, 74%)
  • HSV: hsv(182, 15%, 80%)
  • CMYK: 15.00% cyan, 0.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 50.44, 56.41, 50.05
  • Yxy: 56.41, 0.3215, 0.3595
  • Hunter Lab: 79.84, -10.24, -4.05
  • CIE-Lab: 79.84, -10.24, -4.05

In the XYZ color space, this color is represented as X: 50.44, Y: 56.41, Z: 50.05. The Yxy representation further refines this as Y: 56.41, x: 0.3215, and y: 0.3595.

In the Hunter Lab color space, this color is represented as L: 79.84, a: -10.24, and b: -4.05. Similarly, in the CIE-Lab color space, it is represented as L: 79.84, a: -10.24, and b: -4.05.

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

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

Analogous Colors of #AECCCD

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

Monochromatic Colors of #AECCCD

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

Complementary Color of #AECCCD

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

/* Using HEX */
body {
  background-color: #aecccd;
}
/* Using RGB */
body {
  background-color: rgb(174, 204, 205);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 204, 205, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(182, 24%, 74%);
}
/* Text color */
p {
  color: #aecccd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aecccd;
}
/* Border color */
.box {
  border: 4px solid #aecccd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aecccd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aecccd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AECCCD
On Black Background
#AECCCD
On White Background
#AECCCD

HTML Examples of #AECCCD

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

Related Colors of #AECCCD

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