Color Hex Logo

#50800e Color Hex

#50800E
(80,128,14)
0 Favorites   0 Comments

Color spaces of #50800e

RGB 8012814
HSL0.240.800.28
HSV85°89°50°
CMYK 0.380.000.89   0.50
XYZ11.106717.17553.1453
Yxy17.17550.35340.5465
Hunter Lab41.4433-24.688324.5106
CIE-Lab48.4804-33.485349.8067

#50800e color RGB value is (80,128,14).

#50800e hex color red value is 80, green value is 128 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #50800e hue: 0.24 , saturation: 0.80 and the lightness value of 50800e is 0.28.

The process color (four color CMYK) of #50800e color hex is 0.38, 0.00, 0.89, 0.50. Web safe color of #50800e is #669900. Color #50800e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000000 00001110
Octal 120 200 16
Decimal 80 128 14
Hex 50 80 E

RGB Percentages of Color #50800e

%36.04
%57.66
%6.31

CMYK Percentages of Color #50800e

%38
%0
%89
%50

Triadic Colors of #50800e

#50800e #0e5080 #800e50

Analogous Colors of #50800e

#50800e #17800e #80770e

Monochromatic Colors of #50800e

#50800e

Complementary Color

#50800e #3e0e80

#50800e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50800e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50800e Color CSS Codes

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

#50800e Text Font Color

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

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


#50800e Background Color

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

This div background color is #50800e


#50800e Border Color

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

This div border color is #50800e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50800e


Comments

No comments written yet.

Please login to write comment.