Color Hex Logo

#84800f Color Hex

#84800F
(132,128,15)
0 Favorites   0 Comments

Color spaces of #84800f

RGB 13212815
HSL0.160.800.29
HSV58°89°52°
CMYK 0.000.030.89   0.48
XYZ17.321120.37843.4724
Yxy20.37840.42070.4950
Hunter Lab45.1424-10.509027.0391
CIE-Lab52.2624-10.758754.2698

#84800f color RGB value is (132,128,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000000 00001111
Octal 204 200 17
Decimal 132 128 15
Hex 84 80 F

RGB Percentages of Color #84800f

%48.00
%46.55
%5.45

CMYK Percentages of Color #84800f

%0
%3
%89
%48

Triadic Colors of #84800f

#84800f #0f8480 #800f84

Analogous Colors of #84800f

#84800f #4e840f #84460f

Monochromatic Colors of #84800f

#84800f

Complementary Color

#84800f #0f1384

#84800f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84800f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84800f Color CSS Codes

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

#84800f Text Font Color

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

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


#84800f Background Color

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

This div background color is #84800f


#84800f Border Color

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

This div border color is #84800f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84800f


Comments

No comments written yet.

Please login to write comment.