Color Hex Logo

#abb64a Color Hex

#ABB64A
(171,182,74)
0 Favorites   0 Comments

Color spaces of #abb64a

RGB 17118274
HSL0.180.430.50
HSV66°59°71°
CMYK 0.060.000.59   0.29
XYZ34.758642.608212.8708
Yxy42.60820.38520.4722
Hunter Lab65.2750-19.180834.0018
CIE-Lab71.2882-18.685952.3421

#abb64a color RGB value is (171,182,74).

#abb64a hex color red value is 171, green value is 182 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #abb64a hue: 0.18 , saturation: 0.43 and the lightness value of abb64a is 0.50.

The process color (four color CMYK) of #abb64a color hex is 0.06, 0.00, 0.59, 0.29. Web safe color of #abb64a is #99cc33. Color #abb64a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 01001010
Octal 253 266 112
Decimal 171 182 74
Hex AB B6 4A

RGB Percentages of Color #abb64a

%40.05
%42.62
%17.33

CMYK Percentages of Color #abb64a

%6
%0
%59
%29

Triadic Colors of #abb64a

#abb64a #4aabb6 #b64aab

Analogous Colors of #abb64a

#abb64a #75b64a #b68b4a

Monochromatic Colors of #abb64a

#abb64a

Complementary Color

#abb64a #554ab6

#abb64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb64a Color CSS Codes

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

#abb64a Text Font Color

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

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


#abb64a Background Color

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

This div background color is #abb64a


#abb64a Border Color

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

This div border color is #abb64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb64a


Comments

No comments written yet.

Please login to write comment.