Color: #ADEC5B

#ADEC5B Color Information

#ADEC5B is a light color. The closest websafe version is #ADEC5B. A complement of this color would be #9A5BEC, perceived brightness is 0.79, and the grayscale version is #A3A3A3.

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

In a RGB color space, #ADEC5B is composed of 68% red, 93% green and 36% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 0% magenta, 61% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 70.06, x: 0.3762, and y: 0.5067.

Color Code #ADEC5B

HEX
#ADEC5B
RGB
rgb(173, 236, 91)
HSL
hsl(86, 79%, 64%)
HSV
hsv(86, 61%, 93%)
CMYK
27%, 0%, 61%, 7%
XYZ
X: 52.02, Y: 70.06, Z: 16.20
Lab
L: 87.03, a: -37.05, b: 61.40
Name

Shades of Color #ADEC5B

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

Tints are created by lightening the original color #ADEC5B 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 #ADEC5B Color Code

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

  • HEX: #ADEC5B
  • RGB: rgb(173, 236, 91)
  • HSL: hsl(86, 79%, 64%)
  • HSV: hsv(86, 61%, 93%)
  • CMYK: 27.00% cyan, 0.00% magenta, 61.00% yellow, 7.00% black
  • XYZ: 52.02, 70.06, 16.20
  • Yxy: 70.06, 0.3762, 0.5067
  • Hunter Lab: 87.03, -37.05, 61.40
  • CIE-Lab: 87.03, -37.05, 61.40

In the XYZ color space, this color is represented as X: 52.02, Y: 70.06, Z: 16.20. The Yxy representation further refines this as Y: 70.06, x: 0.3762, and y: 0.5067.

In the Hunter Lab color space, this color is represented as L: 87.03, a: -37.05, and b: 61.40. Similarly, in the CIE-Lab color space, it is represented as L: 87.03, a: -37.05, and b: 61.40.

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

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

Analogous Colors of #ADEC5B

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

Monochromatic Colors of #ADEC5B

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

Complementary Color of #ADEC5B

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

/* Using HEX */
body {
  background-color: #adec5b;
}
/* Using RGB */
body {
  background-color: rgb(173, 236, 91);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 236, 91, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(86, 79%, 64%);
}
/* Text color */
p {
  color: #adec5b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #adec5b;
}

HTML Examples of #ADEC5B

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

Related Colors of #ADEC5B

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