Color: #AAEDBE

#AAEDBE Color Information

#AAEDBE is a light color. The closest websafe version is #AAEDBE. A complement of this color would be #EDABD9, perceived brightness is 0.83, and the grayscale version is #CBCBCB.

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

In a RGB color space, #AAEDBE is composed of 67% red, 93% green and 75% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 0% magenta, 20% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 72.78, x: 0.3270, and y: 0.4139.

Color Code #AAEDBE

#AAEDBErgb(170, 237, 190)
HEX
#AAEDBE
RGB
rgb(170, 237, 190)
HSL
hsl(138, 65%, 80%)
HSV
hsv(138, 28%, 93%)
CMYK
28%, 0%, 20%, 7%
XYZ
X: 57.51, Y: 72.78, Z: 45.56
Lab
L: 88.34, a: -28.87, b: 15.83
Name

Shades of Color #AAEDBE

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

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

#AAEDBErgb(170, 237, 190)

About #AAEDBE Color Code

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

  • HEX: #AAEDBE
  • RGB: rgb(170, 237, 190)
  • HSL: hsl(138, 65%, 80%)
  • HSV: hsv(138, 28%, 93%)
  • CMYK: 28.00% cyan, 0.00% magenta, 20.00% yellow, 7.00% black
  • XYZ: 57.51, 72.78, 45.56
  • Yxy: 72.78, 0.3270, 0.4139
  • Hunter Lab: 88.34, -28.87, 15.83
  • CIE-Lab: 88.34, -28.87, 15.83

In the XYZ color space, this color is represented as X: 57.51, Y: 72.78, Z: 45.56. The Yxy representation further refines this as Y: 72.78, x: 0.3270, and y: 0.4139.

In the Hunter Lab color space, this color is represented as L: 88.34, a: -28.87, and b: 15.83. Similarly, in the CIE-Lab color space, it is represented as L: 88.34, a: -28.87, and b: 15.83.

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

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

Analogous Colors of #AAEDBE

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

Monochromatic Colors of #AAEDBE

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

Complementary Color of #AAEDBE

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

/* Using HEX */
body {
  background-color: #aaedbe;
}
/* Using RGB */
body {
  background-color: rgb(170, 237, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 237, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(138, 65%, 80%);
}
/* Text color */
p {
  color: #aaedbe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aaedbe;
}
/* Border color */
.box {
  border: 4px solid #aaedbe;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aaedbe;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aaedbe;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AAEDBE
On Black Background
#AAEDBE
On White Background
#AAEDBE

HTML Examples of #AAEDBE

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

Related Colors of #AAEDBE

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