Color: #AECCFE

#AECCFE Color Information

#AECCFE is a light color. The closest websafe version is #AECCFE. A complement of this color would be #FEE1AE, perceived brightness is 0.79, and the grayscale version is #D6D6D6.

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

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

In the Yxy color space, this color is represented as Y: 58.71, x: 0.2913, and y: 0.3060.

Color Code #AECCFE

#AECCFErgb(174, 204, 254)
HEX
#AECCFE
RGB
rgb(174, 204, 254)
HSL
hsl(218, 98%, 84%)
HSV
hsv(218, 31%, 100%)
CMYK
31%, 20%, 0%, 0%
XYZ
X: 55.89, Y: 58.71, Z: 77.24
Lab
L: 81.13, a: -1.79, b: -28.16
Name

Shades of Color #AECCFE

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

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

#AECCFErgb(174, 204, 254)

About #AECCFE Color Code

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

  • HEX: #AECCFE
  • RGB: rgb(174, 204, 254)
  • HSL: hsl(218, 98%, 84%)
  • HSV: hsv(218, 31%, 100%)
  • CMYK: 31.00% cyan, 20.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 55.89, 58.71, 77.24
  • Yxy: 58.71, 0.2913, 0.3060
  • Hunter Lab: 81.13, -1.79, -28.16
  • CIE-Lab: 81.13, -1.79, -28.16

In the XYZ color space, this color is represented as X: 55.89, Y: 58.71, Z: 77.24. The Yxy representation further refines this as Y: 58.71, x: 0.2913, and y: 0.3060.

In the Hunter Lab color space, this color is represented as L: 81.13, a: -1.79, and b: -28.16. Similarly, in the CIE-Lab color space, it is represented as L: 81.13, a: -1.79, and b: -28.16.

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

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

Analogous Colors of #AECCFE

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

Monochromatic Colors of #AECCFE

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

Complementary Color of #AECCFE

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

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

HTML Examples of #AECCFE

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

Related Colors of #AECCFE

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