Color: #A8E0AD

#A8E0AD Color Information

#A8E0AD is a light color. The closest websafe version is #A8E0AD. A complement of this color would be #E0A9DB, perceived brightness is 0.79, and the grayscale version is #C4C4C4.

In the HSL color space, this color has a hue angle of 125°,a saturation of 47%, and a lightness of 77%.The HSV representation shows a hue of 125°, a saturation of 25%, and a value of 88%.

In a RGB color space, #A8E0AD is composed of 66% red, 88% green and 68% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 0% magenta, 23% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 64.68, x: 0.3360, and y: 0.4198.

Color Code #A8E0AD

#A8E0ADrgb(168, 224, 173)
HEX
#A8E0AD
RGB
rgb(168, 224, 173)
HSL
hsl(125, 47%, 77%)
HSV
hsv(125, 25%, 88%)
CMYK
25%, 0%, 23%, 12%
XYZ
X: 51.76, Y: 64.68, Z: 37.63
Lab
L: 84.32, a: -26.06, b: 19.03
Name

Shades of Color #A8E0AD

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

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

#A8E0ADrgb(168, 224, 173)

About #A8E0AD Color Code

In the HSL color space, this color has a hue angle of 125°, a saturation of 47%, and a lightness of 77%. The HSV representation shows a hue of 125°, a saturation of 25%, and a value of 88%.

  • HEX: #A8E0AD
  • RGB: rgb(168, 224, 173)
  • HSL: hsl(125, 47%, 77%)
  • HSV: hsv(125, 25%, 88%)
  • CMYK: 25.00% cyan, 0.00% magenta, 23.00% yellow, 12.00% black
  • XYZ: 51.76, 64.68, 37.63
  • Yxy: 64.68, 0.3360, 0.4198
  • Hunter Lab: 84.32, -26.06, 19.03
  • CIE-Lab: 84.32, -26.06, 19.03

In the XYZ color space, this color is represented as X: 51.76, Y: 64.68, Z: 37.63. The Yxy representation further refines this as Y: 64.68, x: 0.3360, and y: 0.4198.

In the Hunter Lab color space, this color is represented as L: 84.32, a: -26.06, and b: 19.03. Similarly, in the CIE-Lab color space, it is represented as L: 84.32, a: -26.06, and b: 19.03.

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

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

Analogous Colors of #A8E0AD

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

Split Complementary Colors of #A8E0AD

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

Tetradic Colors of #A8E0AD

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

Monochromatic Colors of #A8E0AD

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

Complementary Color of #A8E0AD

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

/* Using HEX */
body {
  background-color: #a8e0ad;
}
/* Using RGB */
body {
  background-color: rgb(168, 224, 173);
}
/* Using RGB with opacity */
body {
  background-color: rgba(168, 224, 173, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(125, 47%, 77%);
}
/* Text color */
p {
  color: #a8e0ad;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a8e0ad;
}
/* Border color */
.box {
  border: 4px solid #a8e0ad;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a8e0ad;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a8e0ad;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A8E0AD
On Black Background
#A8E0AD
On White Background
#A8E0AD

HTML Examples of #A8E0AD

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

Related Colors of #A8E0AD

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