Color: #AEAFEC

#AEAFEC Color Information

#AEAFEC is a light color. The closest websafe version is #AEAFEC. A complement of this color would be #ECEBAC, perceived brightness is 0.71, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 239°,a saturation of 62%, and a lightness of 80%.The HSV representation shows a hue of 239°, a saturation of 26%, and a value of 93%.

In a RGB color space, #AEAFEC is composed of 68% red, 69% green and 93% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 26% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 45.23, x: 0.2994, and y: 0.2883.

Color Code #AEAFEC

#AEAFECrgb(174, 175, 236)
HEX
#AEAFEC
RGB
rgb(174, 175, 236)
HSL
hsl(239, 62%, 80%)
HSV
hsv(239, 26%, 93%)
CMYK
26%, 26%, 0%, 7%
XYZ
X: 46.97, Y: 45.23, Z: 64.66
Lab
L: 73.05, a: 9.59, b: -30.85
Name

Shades of Color #AEAFEC

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

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

#AEAFECrgb(174, 175, 236)

About #AEAFEC Color Code

In the HSL color space, this color has a hue angle of 239°, a saturation of 62%, and a lightness of 80%. The HSV representation shows a hue of 239°, a saturation of 26%, and a value of 93%.

  • HEX: #AEAFEC
  • RGB: rgb(174, 175, 236)
  • HSL: hsl(239, 62%, 80%)
  • HSV: hsv(239, 26%, 93%)
  • CMYK: 26.00% cyan, 26.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 46.97, 45.23, 64.66
  • Yxy: 45.23, 0.2994, 0.2883
  • Hunter Lab: 73.05, 9.59, -30.85
  • CIE-Lab: 73.05, 9.59, -30.85

In the XYZ color space, this color is represented as X: 46.97, Y: 45.23, Z: 64.66. The Yxy representation further refines this as Y: 45.23, x: 0.2994, and y: 0.2883.

In the Hunter Lab color space, this color is represented as L: 73.05, a: 9.59, and b: -30.85. Similarly, in the CIE-Lab color space, it is represented as L: 73.05, a: 9.59, and b: -30.85.

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

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

Analogous Colors of #AEAFEC

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

Split Complementary Colors of #AEAFEC

Split complementary colors are two colors adjacent to the complementary color of #AEAFEC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #AEAFEC

Tetradic colors form a rectangle on the color wheel, including #AEAFEC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #AEAFEC

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

Complementary Color of #AEAFEC

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

/* Using HEX */
body {
  background-color: #aeafec;
}
/* Using RGB */
body {
  background-color: rgb(174, 175, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 175, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(239, 62%, 80%);
}
/* Text color */
p {
  color: #aeafec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aeafec;
}
/* Border color */
.box {
  border: 4px solid #aeafec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aeafec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aeafec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AEAFEC
On Black Background
#AEAFEC
On White Background
#AEAFEC

HTML Examples of #AEAFEC

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

Related Colors of #AEAFEC

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