Color Hex Logo

#808504 Color Hex

#808504
(128,133,4)
0 Favorites   0 Comments

Color spaces of #808504

RGB 1281334
HSL0.170.940.27
HSV62°97°52°
CMYK 0.040.000.97   0.48
XYZ17.311521.37303.3279
Yxy21.37300.41210.5087
Hunter Lab46.2309-14.063628.0937
CIE-Lab53.3553-15.522157.0465

#808504 color RGB value is (128,133,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000101 00000100
Octal 200 205 4
Decimal 128 133 4
Hex 80 85 4

RGB Percentages of Color #808504

%48.30
%50.19
%1.51

CMYK Percentages of Color #808504

%4
%0
%97
%48

Triadic Colors of #808504

#808504 #048085 #850480

Analogous Colors of #808504

#808504 #408504 #854a04

Monochromatic Colors of #808504

#808504

Complementary Color

#808504 #090485

#808504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808504 Color CSS Codes

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

#808504 Text Font Color

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

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


#808504 Background Color

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

This div background color is #808504


#808504 Border Color

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

This div border color is #808504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808504


Comments

No comments written yet.

Please login to write comment.