Color Hex Logo

#abb66a Color Hex

#ABB66A
(171,182,106)
0 Favorites   0 Comments

Color spaces of #abb66a

RGB 171182106
HSL0.190.340.56
HSV69°42°71°
CMYK 0.060.000.42   0.29
XYZ36.124143.154420.0614
Yxy43.15440.36360.4344
Hunter Lab65.6920-16.803727.8781
CIE-Lab71.6596-15.664637.3317

#abb66a color RGB value is (171,182,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 01101010
Octal 253 266 152
Decimal 171 182 106
Hex AB B6 6A

RGB Percentages of Color #abb66a

%37.25
%39.65
%23.09

CMYK Percentages of Color #abb66a

%6
%0
%42
%29

Triadic Colors of #abb66a

#abb66a #6aabb6 #b66aab

Analogous Colors of #abb66a

#abb66a #85b66a #b69b6a

Monochromatic Colors of #abb66a

#abb66a

Complementary Color

#abb66a #756ab6

#abb66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb66a Color CSS Codes

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

#abb66a Text Font Color

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

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


#abb66a Background Color

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

This div background color is #abb66a


#abb66a Border Color

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

This div border color is #abb66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb66a


Comments

No comments written yet.

Please login to write comment.