Color: #ADC28D

#ADC28D Color Information

#ADC28D is a light color. The closest websafe version is #ADC28D. A complement of this color would be #A38EC2, perceived brightness is 0.71, and the grayscale version is #A8A8A8.

In the HSL color space, this color has a hue angle of 84°,a saturation of 30%, and a lightness of 66%.The HSV representation shows a hue of 84°, a saturation of 27%, and a value of 76%.

In a RGB color space, #ADC28D is composed of 68% red, 76% green and 55% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 0% magenta, 27% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 49.59, x: 0.3651, and y: 0.4230.

Color Code #ADC28D

#ADC28Drgb(173, 194, 141)
HEX
#ADC28D
RGB
rgb(173, 194, 141)
HSL
hsl(84, 30%, 66%)
HSV
hsv(84, 27%, 76%)
CMYK
11%, 0%, 27%, 24%
XYZ
X: 42.81, Y: 49.59, Z: 24.84
Lab
L: 75.81, a: -14.32, b: 24.26
Name

Shades of Color #ADC28D

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

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

#ADC28Drgb(173, 194, 141)

About #ADC28D Color Code

In the HSL color space, this color has a hue angle of 84°, a saturation of 30%, and a lightness of 66%. The HSV representation shows a hue of 84°, a saturation of 27%, and a value of 76%.

  • HEX: #ADC28D
  • RGB: rgb(173, 194, 141)
  • HSL: hsl(84, 30%, 66%)
  • HSV: hsv(84, 27%, 76%)
  • CMYK: 11.00% cyan, 0.00% magenta, 27.00% yellow, 24.00% black
  • XYZ: 42.81, 49.59, 24.84
  • Yxy: 49.59, 0.3651, 0.4230
  • Hunter Lab: 75.81, -14.32, 24.26
  • CIE-Lab: 75.81, -14.32, 24.26

In the XYZ color space, this color is represented as X: 42.81, Y: 49.59, Z: 24.84. The Yxy representation further refines this as Y: 49.59, x: 0.3651, and y: 0.4230.

In the Hunter Lab color space, this color is represented as L: 75.81, a: -14.32, and b: 24.26. Similarly, in the CIE-Lab color space, it is represented as L: 75.81, a: -14.32, and b: 24.26.

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

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

Analogous Colors of #ADC28D

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

Monochromatic Colors of #ADC28D

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

Complementary Color of #ADC28D

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

/* Using HEX */
body {
  background-color: #adc28d;
}
/* Using RGB */
body {
  background-color: rgb(173, 194, 141);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 194, 141, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(84, 30%, 66%);
}
/* Text color */
p {
  color: #adc28d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #adc28d;
}
/* Border color */
.box {
  border: 4px solid #adc28d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #adc28d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #adc28d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADC28D
On Black Background
#ADC28D
On White Background
#ADC28D

HTML Examples of #ADC28D

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

Related Colors of #ADC28D

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