Color Hex Logo

#abb97f Color Hex

#ABB97F
(171,185,127)
0 Favorites   0 Comments

Color spaces of #abb97f

RGB 171185127
HSL0.210.290.61
HSV74°31°73°
CMYK 0.080.000.31   0.27
XYZ37.974344.888226.7415
Yxy44.88820.34650.4095
Hunter Lab66.9987-16.075323.2344
CIE-Lab72.8182-14.577827.8865

#abb97f color RGB value is (171,185,127).

#abb97f hex color red value is 171, green value is 185 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #abb97f hue: 0.21 , saturation: 0.29 and the lightness value of abb97f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111001 01111111
Octal 253 271 177
Decimal 171 185 127
Hex AB B9 7F

RGB Percentages of Color #abb97f

%35.40
%38.30
%26.29

CMYK Percentages of Color #abb97f

%8
%0
%31
%27

Triadic Colors of #abb97f

#abb97f #7fabb9 #b97fab

Analogous Colors of #abb97f

#abb97f #8eb97f #b9aa7f

Monochromatic Colors of #abb97f

#abb97f

Complementary Color

#abb97f #8d7fb9

#abb97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb97f Color CSS Codes

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

#abb97f Text Font Color

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

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


#abb97f Background Color

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

This div background color is #abb97f


#abb97f Border Color

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

This div border color is #abb97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb97f


Comments

No comments written yet.

Please login to write comment.