Color: #AEEFB0

#AEEFB0 Color Information

#AEEFB0 is a light color. The closest websafe version is #AEEFB0. A complement of this color would be #EFAEED, perceived brightness is 0.83, and the grayscale version is #CECECE.

In the HSL color space, this color has a hue angle of 122°,a saturation of 67%, and a lightness of 81%.The HSV representation shows a hue of 122°, a saturation of 27%, and a value of 94%.

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

In the Yxy color space, this color is represented as Y: 73.93, x: 0.3370, and y: 0.4303.

Color Code #AEEFB0

#AEEFB0rgb(174, 239, 176)
HEX
#AEEFB0
RGB
rgb(174, 239, 176)
HSL
hsl(122, 67%, 81%)
HSV
hsv(122, 27%, 94%)
CMYK
27%, 0%, 26%, 6%
XYZ
X: 57.91, Y: 73.93, Z: 39.98
Lab
L: 88.89, a: -30.26, b: 23.76
Name

Shades of Color #AEEFB0

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

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

#AEEFB0rgb(174, 239, 176)

About #AEEFB0 Color Code

In the HSL color space, this color has a hue angle of 122°, a saturation of 67%, and a lightness of 81%. The HSV representation shows a hue of 122°, a saturation of 27%, and a value of 94%.

  • HEX: #AEEFB0
  • RGB: rgb(174, 239, 176)
  • HSL: hsl(122, 67%, 81%)
  • HSV: hsv(122, 27%, 94%)
  • CMYK: 27.00% cyan, 0.00% magenta, 26.00% yellow, 6.00% black
  • XYZ: 57.91, 73.93, 39.98
  • Yxy: 73.93, 0.3370, 0.4303
  • Hunter Lab: 88.89, -30.26, 23.76
  • CIE-Lab: 88.89, -30.26, 23.76

In the XYZ color space, this color is represented as X: 57.91, Y: 73.93, Z: 39.98. The Yxy representation further refines this as Y: 73.93, x: 0.3370, and y: 0.4303.

In the Hunter Lab color space, this color is represented as L: 88.89, a: -30.26, and b: 23.76. Similarly, in the CIE-Lab color space, it is represented as L: 88.89, a: -30.26, and b: 23.76.

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

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

Analogous Colors of #AEEFB0

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

Monochromatic Colors of #AEEFB0

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

Complementary Color of #AEEFB0

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

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

HTML Examples of #AEEFB0

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

Related Colors of #AEEFB0

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