Color Hex Logo

#abb970 Color Hex

#ABB970
(171,185,112)
0 Favorites   0 Comments

Color spaces of #abb970

RGB 171185112
HSL0.200.340.58
HSV72°39°73°
CMYK 0.080.000.39   0.27
XYZ37.068244.525721.9699
Yxy44.52570.35790.4299
Hunter Lab66.7276-17.613827.1882
CIE-Lab72.5785-16.497135.4158

#abb970 color RGB value is (171,185,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111001 01110000
Octal 253 271 160
Decimal 171 185 112
Hex AB B9 70

RGB Percentages of Color #abb970

%36.54
%39.53
%23.93

CMYK Percentages of Color #abb970

%8
%0
%39
%27

Triadic Colors of #abb970

#abb970 #70abb9 #b970ab

Analogous Colors of #abb970

#abb970 #87b970 #b9a370

Monochromatic Colors of #abb970

#abb970

Complementary Color

#abb970 #7e70b9

#abb970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb970 Color CSS Codes

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

#abb970 Text Font Color

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

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


#abb970 Background Color

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

This div background color is #abb970


#abb970 Border Color

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

This div border color is #abb970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb970


Comments

No comments written yet.

Please login to write comment.