Color Hex Logo

#808916 Color Hex

#808916
(128,137,22)
0 Favorites   0 Comments

Color spaces of #808916

RGB 12813722
HSL0.180.720.31
HSV65°84°54°
CMYK 0.070.000.84   0.46
XYZ17.992622.53844.1611
Yxy22.53840.40260.5043
Hunter Lab47.4746-15.430228.0355
CIE-Lab54.5937-17.190554.3464

#808916 color RGB value is (128,137,22).

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

The process color (four color CMYK) of #808916 color hex is 0.07, 0.00, 0.84, 0.46. Web safe color of #808916 is #999900. Color #808916 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001001 00010110
Octal 200 211 26
Decimal 128 137 22
Hex 80 89 16

RGB Percentages of Color #808916

%44.60
%47.74
%7.67

CMYK Percentages of Color #808916

%7
%0
%84
%46

Triadic Colors of #808916

#808916 #168089 #891680

Analogous Colors of #808916

#808916 #468916 #895916

Monochromatic Colors of #808916

#808916

Complementary Color

#808916 #1f1689

#808916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808916 Color CSS Codes

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

#808916 Text Font Color

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

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


#808916 Background Color

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

This div background color is #808916


#808916 Border Color

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

This div border color is #808916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808916


Comments

No comments written yet.

Please login to write comment.