Color Hex Logo

#abcc8a Color Hex

#ABCC8A
(171,204,138)
0 Favorites   0 Comments

Color spaces of #abcc8a

RGB 171204138
HSL0.250.390.67
HSV90°32°80°
CMYK 0.160.000.32   0.20
XYZ42.974953.678632.1408
Yxy53.67860.33370.4168
Hunter Lab73.2657-23.513525.2761
CIE-Lab78.2740-22.591129.3746

#abcc8a color RGB value is (171,204,138).

#abcc8a hex color red value is 171, green value is 204 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #abcc8a hue: 0.25 , saturation: 0.39 and the lightness value of abcc8a is 0.67.

The process color (four color CMYK) of #abcc8a color hex is 0.16, 0.00, 0.32, 0.20. Web safe color of #abcc8a is #99cc99. Color #abcc8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 10001010
Octal 253 314 212
Decimal 171 204 138
Hex AB CC 8A

RGB Percentages of Color #abcc8a

%33.33
%39.77
%26.90

CMYK Percentages of Color #abcc8a

%16
%0
%32
%20

Triadic Colors of #abcc8a

#abcc8a #8aabcc #cc8aab

Analogous Colors of #abcc8a

#abcc8a #8acc8a #cccc8a

Monochromatic Colors of #abcc8a

#abcc8a

Complementary Color

#abcc8a #ab8acc

#abcc8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcc8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcc8a Color CSS Codes

.mybgcolor {background-color:#abcc8a; } 
.myforecolor {color:#abcc8a; }
.mybordercolor {border:3px solid #abcc8a; }

#abcc8a Text Font Color

<p style="color:#abcc8a">Text here</p>

This sample text font color is #abcc8a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#abcc8a Background Color

<div style="background-color:#abcc8a">
Div content here</div>

This div background color is #abcc8a


#abcc8a Border Color

<div style="border:3px solid #abcc8a">
Div here</div>

This div border color is #abcc8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,204,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abcc8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abcc8a;
  -webkit-box-shadow: 1px 1px 3px 2px #abcc8a;
  box-shadow:         1px 1px 3px 2px #abcc8a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,204,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #abcc8a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #abcc8a;
  -webkit-box-shadow: 1px 1px 3px 2px #abcc8a;
  box-shadow:         1px 1px 3px 2px #abcc8a;">
Div content here</div>

This div box has shadow with color #abcc8a


Comments

No comments written yet.

Please login to write comment.