Color: #ADE5D6

#ADE5D6 Color Information

#ADE5D6 is a light color. The closest websafe version is #ADE5D6. A complement of this color would be #E5AEBC, perceived brightness is 0.83, and the grayscale version is #C9C9C9.

In the HSL color space, this color has a hue angle of 164°,a saturation of 52%, and a lightness of 79%.The HSV representation shows a hue of 164°, a saturation of 100%, and a value of 100%.

In a RGB color space, #ADE5D6 is composed of 68% red, 90% green and 84% blue. Whereas in a CMYK color space, it is composed of 24% cyan, 0% magenta, 7% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 69.54, x: 0.3157, and y: 0.3784.

Color Code #ADE5D6

HEX
#ADE5D6
RGB
rgb(173, 229, 214)
HSL
hsl(164, 52%, 79%)
HSV
hsv(164, 24%, 90%)
CMYK
24%, 0%, 7%, 10%
XYZ
X: 58.02, Y: 69.54, Z: 56.21
Lab
L: 86.77, a: -20.88, b: 1.22
Name

Shades of Color #ADE5D6

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

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

About #ADE5D6 Color Code

In the HSL color space, this color has a hue angle of 164°, a saturation of 52%, and a lightness of 79%. The HSV representation shows a hue of 164°, a saturation of 24%, and a value of 90%.

  • HEX: #ADE5D6
  • RGB: rgb(173, 229, 214)
  • HSL: hsl(164, 52%, 79%)
  • HSV: hsv(164, 24%, 90%)
  • CMYK: 24.00% cyan, 0.00% magenta, 7.00% yellow, 10.00% black
  • XYZ: 58.02, 69.54, 56.21
  • Yxy: 69.54, 0.3157, 0.3784
  • Hunter Lab: 86.77, -20.88, 1.22
  • CIE-Lab: 86.77, -20.88, 1.22

In the XYZ color space, this color is represented as X: 58.02, Y: 69.54, Z: 56.21. The Yxy representation further refines this as Y: 69.54, x: 0.3157, and y: 0.3784.

In the Hunter Lab color space, this color is represented as L: 86.77, a: -20.88, and b: 1.22. Similarly, in the CIE-Lab color space, it is represented as L: 86.77, a: -20.88, and b: 1.22.

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

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

Analogous Colors of #ADE5D6

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

Monochromatic Colors of #ADE5D6

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

Complementary Color of #ADE5D6

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

/* Using HEX */
body {
  background-color: #ade5d6;
}
/* Using RGB */
body {
  background-color: rgb(173, 229, 214);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 229, 214, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(164, 52%, 79%);
}
/* Text color */
p {
  color: #ade5d6;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ade5d6;
}

HTML Examples of #ADE5D6

<!-- Using HEX -->
<div style="background-color: #ade5d6; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(173, 229, 214); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(173, 229, 214, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(164, 52%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ade5d6;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ade5d6; width: 100px; height: 100px;"></div>

Related Colors of #ADE5D6

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