Color: #ADEAA7

#ADEAA7 Color Information

#ADEAA7 is a light color. The closest websafe version is #ADEAA7. A complement of this color would be #E5A9EA, perceived brightness is 0.82, and the grayscale version is #C9C9C9.

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

In a RGB color space, #ADEAA7 is composed of 68% red, 92% green and 65% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 0% magenta, 29% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 70.62, x: 0.3417, and y: 0.4353.

Color Code #ADEAA7

#ADEAA7rgb(173, 234, 167)
HEX
#ADEAA7
RGB
rgb(173, 234, 167)
HSL
hsl(115, 61%, 79%)
HSV
hsv(115, 29%, 92%)
CMYK
26%, 0%, 29%, 8%
XYZ
X: 55.43, Y: 70.62, Z: 36.17
Lab
L: 87.30, a: -29.51, b: 26.18
Name

Shades of Color #ADEAA7

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

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

#ADEAA7rgb(173, 234, 167)

About #ADEAA7 Color Code

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

  • HEX: #ADEAA7
  • RGB: rgb(173, 234, 167)
  • HSL: hsl(115, 61%, 79%)
  • HSV: hsv(115, 29%, 92%)
  • CMYK: 26.00% cyan, 0.00% magenta, 29.00% yellow, 8.00% black
  • XYZ: 55.43, 70.62, 36.17
  • Yxy: 70.62, 0.3417, 0.4353
  • Hunter Lab: 87.30, -29.51, 26.18
  • CIE-Lab: 87.30, -29.51, 26.18

In the XYZ color space, this color is represented as X: 55.43, Y: 70.62, Z: 36.17. The Yxy representation further refines this as Y: 70.62, x: 0.3417, and y: 0.4353.

In the Hunter Lab color space, this color is represented as L: 87.30, a: -29.51, and b: 26.18. Similarly, in the CIE-Lab color space, it is represented as L: 87.30, a: -29.51, and b: 26.18.

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

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

Analogous Colors of #ADEAA7

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

Monochromatic Colors of #ADEAA7

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

Complementary Color of #ADEAA7

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

/* Using HEX */
body {
  background-color: #adeaa7;
}
/* Using RGB */
body {
  background-color: rgb(173, 234, 167);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 234, 167, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(115, 61%, 79%);
}
/* Text color */
p {
  color: #adeaa7;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #adeaa7;
}
/* Border color */
.box {
  border: 4px solid #adeaa7;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #adeaa7;
}
Text Shadow Preview
/* Background with text */
div {
  background: #adeaa7;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADEAA7
On Black Background
#ADEAA7
On White Background
#ADEAA7

HTML Examples of #ADEAA7

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

Related Colors of #ADEAA7

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