Color Hex Logo

#a4b804 Color Hex

#A4B804
(164,184,4)
0 Favorites   0 Comments

Color spaces of #a4b804

RGB 1641844
HSL0.190.960.37
HSV67°98°72°
CMYK 0.110.000.98   0.28
XYZ32.472242.18236.5454
Yxy42.18230.39990.5195
Hunter Lab64.9479-24.413639.4883
CIE-Lab70.9964-25.446671.6469

#a4b804 color RGB value is (164,184,4).

#a4b804 hex color red value is 164, green value is 184 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #a4b804 hue: 0.19 , saturation: 0.96 and the lightness value of a4b804 is 0.37.

The process color (four color CMYK) of #a4b804 color hex is 0.11, 0.00, 0.98, 0.28. Web safe color of #a4b804 is #99cc00. Color #a4b804 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111000 00000100
Octal 244 270 4
Decimal 164 184 4
Hex A4 B8 4

RGB Percentages of Color #a4b804

%46.59
%52.27
%1.14

CMYK Percentages of Color #a4b804

%11
%0
%98
%28

Triadic Colors of #a4b804

#a4b804 #04a4b8 #b804a4

Analogous Colors of #a4b804

#a4b804 #4ab804 #b87204

Monochromatic Colors of #a4b804

#a4b804

Complementary Color

#a4b804 #1804b8

#a4b804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4b804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4b804 Color CSS Codes

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

#a4b804 Text Font Color

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

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


#a4b804 Background Color

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

This div background color is #a4b804


#a4b804 Border Color

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

This div border color is #a4b804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4b804


Comments

No comments written yet.

Please login to write comment.