Color: #AAEBBC

#AAEBBC Color Information

#AAEBBC is a light color. The closest websafe version is #AAEBBC. A complement of this color would be #EBA8D8, perceived brightness is 0.82, and the grayscale version is #CBCBCB.

In the HSL color space, this color has a hue angle of 137°,a saturation of 62%, and a lightness of 79%.The HSV representation shows a hue of 137°, a saturation of 28%, and a value of 92%.

In a RGB color space, #AAEBBC is composed of 67% red, 92% green and 74% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 0% magenta, 20% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 71.55, x: 0.3282, and y: 0.4141.

Color Code #AAEBBC

#AAEBBCrgb(170, 235, 188)
HEX
#AAEBBC
RGB
rgb(170, 235, 188)
HSL
hsl(137, 62%, 79%)
HSV
hsv(137, 28%, 92%)
CMYK
28%, 0%, 20%, 8%
XYZ
X: 56.71, Y: 71.55, Z: 44.54
Lab
L: 87.75, a: -28.27, b: 16.04
Name

Shades of Color #AAEBBC

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

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

#AAEBBCrgb(170, 235, 188)

About #AAEBBC Color Code

In the HSL color space, this color has a hue angle of 137°, a saturation of 62%, and a lightness of 79%. The HSV representation shows a hue of 137°, a saturation of 28%, and a value of 92%.

  • HEX: #AAEBBC
  • RGB: rgb(170, 235, 188)
  • HSL: hsl(137, 62%, 79%)
  • HSV: hsv(137, 28%, 92%)
  • CMYK: 28.00% cyan, 0.00% magenta, 20.00% yellow, 8.00% black
  • XYZ: 56.71, 71.55, 44.54
  • Yxy: 71.55, 0.3282, 0.4141
  • Hunter Lab: 87.75, -28.27, 16.04
  • CIE-Lab: 87.75, -28.27, 16.04

In the XYZ color space, this color is represented as X: 56.71, Y: 71.55, Z: 44.54. The Yxy representation further refines this as Y: 71.55, x: 0.3282, and y: 0.4141.

In the Hunter Lab color space, this color is represented as L: 87.75, a: -28.27, and b: 16.04. Similarly, in the CIE-Lab color space, it is represented as L: 87.75, a: -28.27, and b: 16.04.

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

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

Analogous Colors of #AAEBBC

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

Split Complementary Colors of #AAEBBC

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

Tetradic Colors of #AAEBBC

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

Monochromatic Colors of #AAEBBC

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

Complementary Color of #AAEBBC

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

/* Using HEX */
body {
  background-color: #aaebbc;
}
/* Using RGB */
body {
  background-color: rgb(170, 235, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 235, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(137, 62%, 79%);
}
/* Text color */
p {
  color: #aaebbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aaebbc;
}
/* Border color */
.box {
  border: 4px solid #aaebbc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aaebbc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aaebbc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AAEBBC
On Black Background
#AAEBBC
On White Background
#AAEBBC

HTML Examples of #AAEBBC

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

Related Colors of #AAEBBC

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