Color: #ABCBB5

#ABCBB5 Color Information

#ABCBB5 is a light color. The closest websafe version is #ABCBB5. A complement of this color would be #CBAAC0, perceived brightness is 0.75, and the grayscale version is #BBBBBB.

In the HSL color space, this color has a hue angle of 139°,a saturation of 24%, and a lightness of 73%.The HSV representation shows a hue of 139°, a saturation of 16%, and a value of 80%.

In a RGB color space, #ABCBB5 is composed of 67% red, 80% green and 71% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 0% magenta, 11% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 54.67, x: 0.3350, and y: 0.3866.

Color Code #ABCBB5

#ABCBB5rgb(171, 203, 181)
HEX
#ABCBB5
RGB
rgb(171, 203, 181)
HSL
hsl(139, 24%, 73%)
HSV
hsv(139, 16%, 80%)
CMYK
16%, 0%, 11%, 20%
XYZ
X: 47.37, Y: 54.67, Z: 39.37
Lab
L: 78.85, a: -14.33, b: 7.27
Name

Shades of Color #ABCBB5

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

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

#ABCBB5rgb(171, 203, 181)

About #ABCBB5 Color Code

In the HSL color space, this color has a hue angle of 139°, a saturation of 24%, and a lightness of 73%. The HSV representation shows a hue of 139°, a saturation of 16%, and a value of 80%.

  • HEX: #ABCBB5
  • RGB: rgb(171, 203, 181)
  • HSL: hsl(139, 24%, 73%)
  • HSV: hsv(139, 16%, 80%)
  • CMYK: 16.00% cyan, 0.00% magenta, 11.00% yellow, 20.00% black
  • XYZ: 47.37, 54.67, 39.37
  • Yxy: 54.67, 0.3350, 0.3866
  • Hunter Lab: 78.85, -14.33, 7.27
  • CIE-Lab: 78.85, -14.33, 7.27

In the XYZ color space, this color is represented as X: 47.37, Y: 54.67, Z: 39.37. The Yxy representation further refines this as Y: 54.67, x: 0.3350, and y: 0.3866.

In the Hunter Lab color space, this color is represented as L: 78.85, a: -14.33, and b: 7.27. Similarly, in the CIE-Lab color space, it is represented as L: 78.85, a: -14.33, and b: 7.27.

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

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

Analogous Colors of #ABCBB5

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

Monochromatic Colors of #ABCBB5

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

Complementary Color of #ABCBB5

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

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

HTML Examples of #ABCBB5

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

Related Colors of #ABCBB5

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