Color: #ABCA8C

#ABCA8C Color Information

#ABCA8C is a light color. The closest websafe version is #ABCA8C. A complement of this color would be #AB8CCA, perceived brightness is 0.73, and the grayscale version is #ABABAB.

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

In a RGB color space, #ABCA8C is composed of 67% red, 79% green and 55% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 31% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 52.99, x: 0.3619, and y: 0.4334.

Color Code #ABCA8C

#ABCA8Crgb(171, 202, 140)
HEX
#ABCA8C
RGB
rgb(171, 202, 140)
HSL
hsl(90, 37%, 67%)
HSV
hsv(90, 31%, 79%)
CMYK
15%, 0%, 31%, 21%
XYZ
X: 44.25, Y: 52.99, Z: 25.03
Lab
L: 77.87, a: -18.93, b: 27.46
Name

Shades of Color #ABCA8C

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

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

#ABCA8Crgb(171, 202, 140)

About #ABCA8C Color Code

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

  • HEX: #ABCA8C
  • RGB: rgb(171, 202, 140)
  • HSL: hsl(90, 37%, 67%)
  • HSV: hsv(90, 31%, 79%)
  • CMYK: 15.00% cyan, 0.00% magenta, 31.00% yellow, 21.00% black
  • XYZ: 44.25, 52.99, 25.03
  • Yxy: 52.99, 0.3619, 0.4334
  • Hunter Lab: 77.87, -18.93, 27.46
  • CIE-Lab: 77.87, -18.93, 27.46

In the XYZ color space, this color is represented as X: 44.25, Y: 52.99, Z: 25.03. The Yxy representation further refines this as Y: 52.99, x: 0.3619, and y: 0.4334.

In the Hunter Lab color space, this color is represented as L: 77.87, a: -18.93, and b: 27.46. Similarly, in the CIE-Lab color space, it is represented as L: 77.87, a: -18.93, and b: 27.46.

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

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

Analogous Colors of #ABCA8C

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

Monochromatic Colors of #ABCA8C

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

Complementary Color of #ABCA8C

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

/* Using HEX */
body {
  background-color: #abca8c;
}
/* Using RGB */
body {
  background-color: rgb(171, 202, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 202, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(90, 37%, 67%);
}
/* Text color */
p {
  color: #abca8c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #abca8c;
}
/* Border color */
.box {
  border: 4px solid #abca8c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #abca8c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #abca8c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ABCA8C
On Black Background
#ABCA8C
On White Background
#ABCA8C

HTML Examples of #ABCA8C

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

Related Colors of #ABCA8C

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