Color Hex Logo

#84940b Color Hex

#84940B
(132,148,11)
0 Favorites   0 Comments

Color spaces of #84940b

RGB 13214811
HSL0.190.860.31
HSV67°93°58°
CMYK 0.110.000.93   0.42
XYZ20.166026.10954.2934
Yxy26.10950.39880.5163
Hunter Lab51.0975-18.974230.7865
CIE-Lab58.1408-21.356959.7557

#84940b color RGB value is (132,148,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010100 00001011
Octal 204 224 13
Decimal 132 148 11
Hex 84 94 B

RGB Percentages of Color #84940b

%45.36
%50.86
%3.78

CMYK Percentages of Color #84940b

%11
%0
%93
%42

Triadic Colors of #84940b

#84940b #0b8494 #940b84

Analogous Colors of #84940b

#84940b #40940b #94600b

Monochromatic Colors of #84940b

#84940b

Complementary Color

#84940b #1b0b94

#84940b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84940b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84940b Color CSS Codes

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

#84940b Text Font Color

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

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


#84940b Background Color

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

This div background color is #84940b


#84940b Border Color

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

This div border color is #84940b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84940b


Comments

No comments written yet.

Please login to write comment.