Color Hex Logo

#a4b20a Color Hex

#A4B20A
(164,178,10)
0 Favorites   0 Comments

Color spaces of #a4b20a

RGB 16417810
HSL0.180.890.37
HSV65°94°70°
CMYK 0.080.000.94   0.30
XYZ31.285039.75526.3118
Yxy39.75520.40440.5140
Hunter Lab63.0517-21.772438.2010
CIE-Lab69.2948-22.424869.6564

#a4b20a color RGB value is (164,178,10).

#a4b20a hex color red value is 164, green value is 178 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a4b20a hue: 0.18 , saturation: 0.89 and the lightness value of a4b20a is 0.37.

The process color (four color CMYK) of #a4b20a color hex is 0.08, 0.00, 0.94, 0.30. Web safe color of #a4b20a is #999900. Color #a4b20a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10110010 00001010
Octal 244 262 12
Decimal 164 178 10
Hex A4 B2 A

RGB Percentages of Color #a4b20a

%46.59
%50.57
%2.84

CMYK Percentages of Color #a4b20a

%8
%0
%94
%30

Triadic Colors of #a4b20a

#a4b20a #0aa4b2 #b20aa4

Analogous Colors of #a4b20a

#a4b20a #50b20a #b26c0a

Monochromatic Colors of #a4b20a

#a4b20a

Complementary Color

#a4b20a #180ab2

#a4b20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4b20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4b20a Color CSS Codes

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

#a4b20a Text Font Color

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

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


#a4b20a Background Color

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

This div background color is #a4b20a


#a4b20a Border Color

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

This div border color is #a4b20a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,178,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4b20a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4b20a;
  -webkit-box-shadow: 1px 1px 3px 2px #a4b20a;
  box-shadow:         1px 1px 3px 2px #a4b20a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,178,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4b20a


Comments

No comments written yet.

Please login to write comment.