Color Hex Logo

#808516 Color Hex

#808516
(128,133,22)
0 Favorites   0 Comments

Color spaces of #808516

RGB 12813322
HSL0.170.720.30
HSV63°83°52°
CMYK 0.040.000.83   0.48
XYZ17.434421.42223.9751
Yxy21.42220.40700.5001
Hunter Lab46.2841-13.759527.3068
CIE-Lab53.4085-15.082253.3221

#808516 color RGB value is (128,133,22).

#808516 hex color red value is 128, green value is 133 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #808516 hue: 0.17 , saturation: 0.72 and the lightness value of 808516 is 0.30.

The process color (four color CMYK) of #808516 color hex is 0.04, 0.00, 0.83, 0.48. Web safe color of #808516 is #999900. Color #808516 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000101 00010110
Octal 200 205 26
Decimal 128 133 22
Hex 80 85 16

RGB Percentages of Color #808516

%45.23
%47.00
%7.77

CMYK Percentages of Color #808516

%4
%0
%83
%48

Triadic Colors of #808516

#808516 #168085 #851680

Analogous Colors of #808516

#808516 #498516 #855216

Monochromatic Colors of #808516

#808516

Complementary Color

#808516 #1b1685

#808516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808516 Color CSS Codes

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

#808516 Text Font Color

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

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


#808516 Background Color

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

This div background color is #808516


#808516 Border Color

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

This div border color is #808516


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,133,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #808516; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #808516;
  -webkit-box-shadow: 1px 1px 3px 2px #808516;
  box-shadow:         1px 1px 3px 2px #808516; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808516


Comments

No comments written yet.

Please login to write comment.