Color Hex Logo

#abb976 Color Hex

#ABB976
(171,185,118)
0 Favorites   0 Comments

Color spaces of #abb976

RGB 171185118
HSL0.200.320.59
HSV73°36°73°
CMYK 0.080.000.36   0.27
XYZ37.413644.663923.7886
Yxy44.66390.35340.4219
Hunter Lab66.8311-17.025825.6774
CIE-Lab72.6700-15.760532.4221

#abb976 color RGB value is (171,185,118).

#abb976 hex color red value is 171, green value is 185 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #abb976 hue: 0.20 , saturation: 0.32 and the lightness value of abb976 is 0.59.

The process color (four color CMYK) of #abb976 color hex is 0.08, 0.00, 0.36, 0.27. Web safe color of #abb976 is #99cc66. Color #abb976 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111001 01110110
Octal 253 271 166
Decimal 171 185 118
Hex AB B9 76

RGB Percentages of Color #abb976

%36.08
%39.03
%24.89

CMYK Percentages of Color #abb976

%8
%0
%36
%27

Triadic Colors of #abb976

#abb976 #76abb9 #b976ab

Analogous Colors of #abb976

#abb976 #8ab976 #b9a676

Monochromatic Colors of #abb976

#abb976

Complementary Color

#abb976 #8476b9

#abb976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb976 Color CSS Codes

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

#abb976 Text Font Color

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

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


#abb976 Background Color

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

This div background color is #abb976


#abb976 Border Color

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

This div border color is #abb976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb976


Comments

No comments written yet.

Please login to write comment.