Color: #ABC8AB

#ABC8AB Color Information

#ABC8AB is a light color. The closest websafe version is #ABC8AB. A complement of this color would be #C9ACC9, perceived brightness is 0.74, and the grayscale version is #BABABA.

In the HSL color space, this color has a hue angle of 120°,a saturation of 21%, and a lightness of 73%.The HSV representation shows a hue of 120°, a saturation of 14%, and a value of 78%.

In a RGB color space, #ABC8AB is composed of 67% red, 78% green and 67% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 15% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 52.94, x: 0.3419, and y: 0.3950.

Color Code #ABC8AB

#ABC8ABrgb(171, 200, 171)
HEX
#ABC8AB
RGB
rgb(171, 200, 171)
HSL
hsl(120, 21%, 73%)
HSV
hsv(120, 14%, 78%)
CMYK
15%, 0%, 15%, 22%
XYZ
X: 45.83, Y: 52.94, Z: 35.26
Lab
L: 77.84, a: -14.27, b: 11.15
Name

Shades of Color #ABC8AB

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

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

#ABC8ABrgb(171, 200, 171)

About #ABC8AB Color Code

In the HSL color space, this color has a hue angle of 120°, a saturation of 21%, and a lightness of 73%. The HSV representation shows a hue of 120°, a saturation of 14%, and a value of 78%.

  • HEX: #ABC8AB
  • RGB: rgb(171, 200, 171)
  • HSL: hsl(120, 21%, 73%)
  • HSV: hsv(120, 14%, 78%)
  • CMYK: 15.00% cyan, 0.00% magenta, 15.00% yellow, 22.00% black
  • XYZ: 45.83, 52.94, 35.26
  • Yxy: 52.94, 0.3419, 0.3950
  • Hunter Lab: 77.84, -14.27, 11.15
  • CIE-Lab: 77.84, -14.27, 11.15

In the XYZ color space, this color is represented as X: 45.83, Y: 52.94, Z: 35.26. The Yxy representation further refines this as Y: 52.94, x: 0.3419, and y: 0.3950.

In the Hunter Lab color space, this color is represented as L: 77.84, a: -14.27, and b: 11.15. Similarly, in the CIE-Lab color space, it is represented as L: 77.84, a: -14.27, and b: 11.15.

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

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

Analogous Colors of #ABC8AB

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

Monochromatic Colors of #ABC8AB

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

Complementary Color of #ABC8AB

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

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

HTML Examples of #ABC8AB

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

Related Colors of #ABC8AB

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