Color: #ADD2A8

#ADD2A8 Color Information

#ADD2A8 is a light color. The closest websafe version is #ADD2A8. A complement of this color would be #CDA7D2, perceived brightness is 0.76, and the grayscale version is #BDBDBD.

In the HSL color space, this color has a hue angle of 113°,a saturation of 32%, and a lightness of 74%.The HSV representation shows a hue of 113°, a saturation of 20%, and a value of 82%.

In a RGB color space, #ADD2A8 is composed of 68% red, 82% green and 66% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 0% magenta, 20% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 57.87, x: 0.3442, and y: 0.4095.

Color Code #ADD2A8

#ADD2A8rgb(173, 210, 168)
HEX
#ADD2A8
RGB
rgb(173, 210, 168)
HSL
hsl(113, 32%, 74%)
HSV
hsv(113, 20%, 82%)
CMYK
18%, 0%, 20%, 18%
XYZ
X: 48.64, Y: 57.87, Z: 34.81
Lab
L: 80.67, a: -18.64, b: 16.68
Name

Shades of Color #ADD2A8

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

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

#ADD2A8rgb(173, 210, 168)

About #ADD2A8 Color Code

In the HSL color space, this color has a hue angle of 113°, a saturation of 32%, and a lightness of 74%. The HSV representation shows a hue of 113°, a saturation of 20%, and a value of 82%.

  • HEX: #ADD2A8
  • RGB: rgb(173, 210, 168)
  • HSL: hsl(113, 32%, 74%)
  • HSV: hsv(113, 20%, 82%)
  • CMYK: 18.00% cyan, 0.00% magenta, 20.00% yellow, 18.00% black
  • XYZ: 48.64, 57.87, 34.81
  • Yxy: 57.87, 0.3442, 0.4095
  • Hunter Lab: 80.67, -18.64, 16.68
  • CIE-Lab: 80.67, -18.64, 16.68

In the XYZ color space, this color is represented as X: 48.64, Y: 57.87, Z: 34.81. The Yxy representation further refines this as Y: 57.87, x: 0.3442, and y: 0.4095.

In the Hunter Lab color space, this color is represented as L: 80.67, a: -18.64, and b: 16.68. Similarly, in the CIE-Lab color space, it is represented as L: 80.67, a: -18.64, and b: 16.68.

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

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

Analogous Colors of #ADD2A8

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

Monochromatic Colors of #ADD2A8

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

Complementary Color of #ADD2A8

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

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

HTML Examples of #ADD2A8

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

Related Colors of #ADD2A8

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