Color Hex Logo

#84940e Color Hex

#84940E
(132,148,14)
0 Favorites   0 Comments

Color spaces of #84940e

RGB 13214814
HSL0.190.830.32
HSV67°91°58°
CMYK 0.110.000.91   0.42
XYZ20.184926.11704.3927
Yxy26.11700.39820.5152
Hunter Lab51.1048-18.931130.6771
CIE-Lab58.1479-21.294459.2471

#84940e color RGB value is (132,148,14).

#84940e hex color red value is 132, green value is 148 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #84940e hue: 0.19 , saturation: 0.83 and the lightness value of 84940e is 0.32.

The process color (four color CMYK) of #84940e color hex is 0.11, 0.00, 0.91, 0.42. Web safe color of #84940e is #999900. Color #84940e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010100 00001110
Octal 204 224 16
Decimal 132 148 14
Hex 84 94 E

RGB Percentages of Color #84940e

%44.90
%50.34
%4.76

CMYK Percentages of Color #84940e

%11
%0
%91
%42

Triadic Colors of #84940e

#84940e #0e8494 #940e84

Analogous Colors of #84940e

#84940e #41940e #94610e

Monochromatic Colors of #84940e

#84940e

Complementary Color

#84940e #1e0e94

#84940e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84940e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84940e Color CSS Codes

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

#84940e Text Font Color

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

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


#84940e Background Color

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

This div background color is #84940e


#84940e Border Color

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

This div border color is #84940e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,148,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84940e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84940e;
  -webkit-box-shadow: 1px 1px 3px 2px #84940e;
  box-shadow:         1px 1px 3px 2px #84940e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84940e


Comments

No comments written yet.

Please login to write comment.