Color Hex Logo

#abb66f Color Hex

#ABB66F
(171,182,111)
0 Favorites   0 Comments

Color spaces of #abb66f

RGB 171182111
HSL0.190.330.57
HSV69°39°71°
CMYK 0.060.000.39   0.29
XYZ36.391843.261521.4712
Yxy43.26150.35990.4278
Hunter Lab65.7735-16.341326.6867
CIE-Lab71.7321-15.084534.8509

#abb66f color RGB value is (171,182,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 01101111
Octal 253 266 157
Decimal 171 182 111
Hex AB B6 6F

RGB Percentages of Color #abb66f

%36.85
%39.22
%23.92

CMYK Percentages of Color #abb66f

%6
%0
%39
%29

Triadic Colors of #abb66f

#abb66f #6fabb6 #b66fab

Analogous Colors of #abb66f

#abb66f #88b66f #b69e6f

Monochromatic Colors of #abb66f

#abb66f

Complementary Color

#abb66f #7a6fb6

#abb66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb66f Color CSS Codes

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

#abb66f Text Font Color

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

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


#abb66f Background Color

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

This div background color is #abb66f


#abb66f Border Color

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

This div border color is #abb66f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,182,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 #abb66f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb66f


Comments

No comments written yet.

Please login to write comment.