Color Hex Logo

#84800a Color Hex

#84800A
(132,128,10)
0 Favorites   0 Comments

Color spaces of #84800a

RGB 13212810
HSL0.160.860.28
HSV58°92°52°
CMYK 0.000.030.92   0.48
XYZ17.289720.36583.3069
Yxy20.36580.42210.4972
Hunter Lab45.1285-10.587627.2453
CIE-Lab52.2483-10.869555.2696

#84800a color RGB value is (132,128,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000000 00001010
Octal 204 200 12
Decimal 132 128 10
Hex 84 80 A

RGB Percentages of Color #84800a

%48.89
%47.41
%3.70

CMYK Percentages of Color #84800a

%0
%3
%92
%48

Triadic Colors of #84800a

#84800a #0a8480 #800a84

Analogous Colors of #84800a

#84800a #4b840a #84430a

Monochromatic Colors of #84800a

#84800a

Complementary Color

#84800a #0a0e84

#84800a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84800a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84800a Color CSS Codes

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

#84800a Text Font Color

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

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


#84800a Background Color

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

This div background color is #84800a


#84800a Border Color

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

This div border color is #84800a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84800a


Comments

No comments written yet.

Please login to write comment.