Color Hex Logo

#84500a Color Hex

#84500A
(132,80,10)
0 Favorites   0 Comments

Color spaces of #84500a

RGB 1328010
HSL0.100.860.28
HSV34°92°52°
CMYK 0.000.390.92   0.48
XYZ12.439210.66481.6901
Yxy10.66480.50170.4301
Hunter Lab32.657010.841719.7915
CIE-Lab39.010116.744044.9549

#84500a color RGB value is (132,80,10).

#84500a hex color red value is 132, green value is 80 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #84500a hue: 0.10 , saturation: 0.86 and the lightness value of 84500a is 0.28.

The process color (four color CMYK) of #84500a color hex is 0.00, 0.39, 0.92, 0.48. Web safe color of #84500a is #996600. Color #84500a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010000 00001010
Octal 204 120 12
Decimal 132 80 10
Hex 84 50 A

RGB Percentages of Color #84500a

%59.46
%36.04
%4.50

CMYK Percentages of Color #84500a

%0
%39
%92
%48

Triadic Colors of #84500a

#84500a #0a8450 #500a84

Analogous Colors of #84500a

#84500a #7b840a #84130a

Monochromatic Colors of #84500a

#84500a

Complementary Color

#84500a #0a3e84

#84500a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84500a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84500a Color CSS Codes

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

#84500a Text Font Color

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

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


#84500a Background Color

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

This div background color is #84500a


#84500a Border Color

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

This div border color is #84500a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,80,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84500a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84500a;
  -webkit-box-shadow: 1px 1px 3px 2px #84500a;
  box-shadow:         1px 1px 3px 2px #84500a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84500a


Comments

No comments written yet.

Please login to write comment.