Color: #ABCD5C

#ABCD5C Color Information

#ABCD5C is a light color. The closest websafe version is #ABCD5C. A complement of this color would be #7D5BCD, perceived brightness is 0.71, and the grayscale version is #949494.

In the HSL color space, this color has a hue angle of 78°,a saturation of 53%, and a lightness of 58%.The HSV representation shows a hue of 78°, a saturation of 55%, and a value of 80%.

In a RGB color space, #ABCD5C is composed of 67% red, 80% green and 36% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 0% magenta, 55% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 53.48, x: 0.3876, and y: 0.4843.

Color Code #ABCD5C

#ABCD5Crgb(171, 205, 92)
HEX
#ABCD5C
RGB
rgb(171, 205, 92)
HSL
hsl(78, 53%, 58%)
HSV
hsv(78, 55%, 80%)
CMYK
17%, 0%, 55%, 20%
XYZ
X: 42.80, Y: 53.48, Z: 14.14
Lab
L: 78.15, a: -24.43, b: 51.25
Name

Shades of Color #ABCD5C

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

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

#ABCD5Crgb(171, 205, 92)

About #ABCD5C Color Code

In the HSL color space, this color has a hue angle of 78°, a saturation of 53%, and a lightness of 58%. The HSV representation shows a hue of 78°, a saturation of 55%, and a value of 80%.

  • HEX: #ABCD5C
  • RGB: rgb(171, 205, 92)
  • HSL: hsl(78, 53%, 58%)
  • HSV: hsv(78, 55%, 80%)
  • CMYK: 17.00% cyan, 0.00% magenta, 55.00% yellow, 20.00% black
  • XYZ: 42.80, 53.48, 14.14
  • Yxy: 53.48, 0.3876, 0.4843
  • Hunter Lab: 78.15, -24.43, 51.25
  • CIE-Lab: 78.15, -24.43, 51.25

In the XYZ color space, this color is represented as X: 42.80, Y: 53.48, Z: 14.14. The Yxy representation further refines this as Y: 53.48, x: 0.3876, and y: 0.4843.

In the Hunter Lab color space, this color is represented as L: 78.15, a: -24.43, and b: 51.25. Similarly, in the CIE-Lab color space, it is represented as L: 78.15, a: -24.43, and b: 51.25.

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

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

Analogous Colors of #ABCD5C

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

Monochromatic Colors of #ABCD5C

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

Complementary Color of #ABCD5C

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

/* Using HEX */
body {
  background-color: #abcd5c;
}
/* Using RGB */
body {
  background-color: rgb(171, 205, 92);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 205, 92, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(78, 53%, 58%);
}
/* Text color */
p {
  color: #abcd5c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #abcd5c;
}
/* Border color */
.box {
  border: 4px solid #abcd5c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #abcd5c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #abcd5c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ABCD5C
On Black Background
#ABCD5C
On White Background
#ABCD5C

HTML Examples of #ABCD5C

<!-- Using HEX -->
<div style="background-color: #abcd5c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(171, 205, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(171, 205, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(78, 53%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #abcd5c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #abcd5c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #abcd5c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #abcd5c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #abcd5c; color: #fff; padding: 16px; border-radius: 8px;">
  #ABCD5C
</div>
#ABCD5C
On Black Background
#ABCD5C
On White Background
#ABCD5C

Related Colors of #ABCD5C

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