Color Hex Logo

#a09804 Color Hex

#A09804
(160,152,4)
0 Favorites   0 Comments

Color spaces of #a09804

RGB 1601524
HSL0.160.950.32
HSV57°98°63°
CMYK 0.000.050.98   0.37
XYZ25.747429.93884.5366
Yxy29.93880.42750.4971
Hunter Lab54.7164-11.758433.3856
CIE-Lab61.6014-10.968364.4603

#a09804 color RGB value is (160,152,4).

#a09804 hex color red value is 160, green value is 152 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #a09804 hue: 0.16 , saturation: 0.95 and the lightness value of a09804 is 0.32.

The process color (four color CMYK) of #a09804 color hex is 0.00, 0.05, 0.98, 0.37. Web safe color of #a09804 is #999900. Color #a09804 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011000 00000100
Octal 240 230 4
Decimal 160 152 4
Hex A0 98 4

RGB Percentages of Color #a09804

%50.63
%48.10
%1.27

CMYK Percentages of Color #a09804

%0
%5
%98
%37

Triadic Colors of #a09804

#a09804 #04a098 #9804a0

Analogous Colors of #a09804

#a09804 #5aa004 #a04a04

Monochromatic Colors of #a09804

#a09804

Complementary Color

#a09804 #040ca0

#a09804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09804 Color CSS Codes

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

#a09804 Text Font Color

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

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


#a09804 Background Color

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

This div background color is #a09804


#a09804 Border Color

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

This div border color is #a09804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09804


Comments

No comments written yet.

Please login to write comment.