Color Hex Logo

#abb556 Color Hex

#ABB556
(171,181,86)
0 Favorites   0 Comments

Color spaces of #abb556

RGB 17118186
HSL0.180.390.52
HSV66°52°71°
CMYK 0.060.000.52   0.29
XYZ34.998242.377615.1392
Yxy42.37760.37830.4581
Hunter Lab65.0981-17.956031.7802
CIE-Lab71.1305-17.186346.6128

#abb556 color RGB value is (171,181,86).

#abb556 hex color red value is 171, green value is 181 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #abb556 hue: 0.18 , saturation: 0.39 and the lightness value of abb556 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110101 01010110
Octal 253 265 126
Decimal 171 181 86
Hex AB B5 56

RGB Percentages of Color #abb556

%39.04
%41.32
%19.63

CMYK Percentages of Color #abb556

%6
%0
%52
%29

Triadic Colors of #abb556

#abb556 #56abb5 #b556ab

Analogous Colors of #abb556

#abb556 #7cb556 #b59056

Monochromatic Colors of #abb556

#abb556

Complementary Color

#abb556 #6056b5

#abb556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb556 Color CSS Codes

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

#abb556 Text Font Color

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

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


#abb556 Background Color

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

This div background color is #abb556


#abb556 Border Color

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

This div border color is #abb556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb556


Comments

No comments written yet.

Please login to write comment.