Color Hex Logo

#abb56f Color Hex

#ABB56F
(171,181,111)
0 Favorites   0 Comments

Color spaces of #abb56f

RGB 171181111
HSL0.190.320.57
HSV69°39°71°
CMYK 0.060.000.39   0.29
XYZ36.187742.853421.4032
Yxy42.85340.36030.4266
Hunter Lab65.4625-15.884526.4387
CIE-Lab71.4554-14.571634.4967

#abb56f color RGB value is (171,181,111).

#abb56f hex color red value is 171, green value is 181 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #abb56f hue: 0.19 , saturation: 0.32 and the lightness value of abb56f is 0.57.

The process color (four color CMYK) of #abb56f color hex is 0.06, 0.00, 0.39, 0.29. Web safe color of #abb56f is #99cc66. Color #abb56f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110101 01101111
Octal 253 265 157
Decimal 171 181 111
Hex AB B5 6F

RGB Percentages of Color #abb56f

%36.93
%39.09
%23.97

CMYK Percentages of Color #abb56f

%6
%0
%39
%29

Triadic Colors of #abb56f

#abb56f #6fabb5 #b56fab

Analogous Colors of #abb56f

#abb56f #88b56f #b59c6f

Monochromatic Colors of #abb56f

#abb56f

Complementary Color

#abb56f #796fb5

#abb56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb56f Color CSS Codes

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

#abb56f Text Font Color

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

This sample text font color is #abb56f
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.


#abb56f Background Color

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

This div background color is #abb56f


#abb56f Border Color

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

This div border color is #abb56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb56f

#abb56f Color Palettes


Comments

No comments written yet.

Please login to write comment.