Color Hex Logo

#84800b Color Hex

#84800B
(132,128,11)
0 Favorites   0 Comments

Color spaces of #84800b

RGB 13212811
HSL0.160.850.28
HSV58°92°52°
CMYK 0.000.030.92   0.48
XYZ17.295320.36803.3365
Yxy20.36800.42180.4968
Hunter Lab45.1309-10.573427.2084
CIE-Lab52.2508-10.849555.0882

#84800b color RGB value is (132,128,11).

#84800b hex color red value is 132, green value is 128 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #84800b hue: 0.16 , saturation: 0.85 and the lightness value of 84800b is 0.28.

The process color (four color CMYK) of #84800b color hex is 0.00, 0.03, 0.92, 0.48. Web safe color of #84800b is #999900. Color #84800b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000000 00001011
Octal 204 200 13
Decimal 132 128 11
Hex 84 80 B

RGB Percentages of Color #84800b

%48.71
%47.23
%4.06

CMYK Percentages of Color #84800b

%0
%3
%92
%48

Triadic Colors of #84800b

#84800b #0b8480 #800b84

Analogous Colors of #84800b

#84800b #4c840b #84440b

Monochromatic Colors of #84800b

#84800b

Complementary Color

#84800b #0b0f84

#84800b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84800b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84800b Color CSS Codes

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

#84800b Text Font Color

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

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


#84800b Background Color

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

This div background color is #84800b


#84800b Border Color

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

This div border color is #84800b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,128,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 #84800b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84800b


Comments

No comments written yet.

Please login to write comment.