Color Hex Logo

#50900f Color Hex

#50900F
(80,144,15)
0 Favorites   0 Comments

Color spaces of #50900f

RGB 8014415
HSL0.250.810.31
HSV90°90°56°
CMYK 0.440.000.90   0.44
XYZ13.367721.68653.9333
Yxy21.68650.34290.5562
Hunter Lab46.5688-30.256427.5904
CIE-Lab53.6928-40.378354.0456

#50900f color RGB value is (80,144,15).

#50900f hex color red value is 80, green value is 144 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #50900f hue: 0.25 , saturation: 0.81 and the lightness value of 50900f is 0.31.

The process color (four color CMYK) of #50900f color hex is 0.44, 0.00, 0.90, 0.44. Web safe color of #50900f is #669900. Color #50900f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010000 00001111
Octal 120 220 17
Decimal 80 144 15
Hex 50 90 F

RGB Percentages of Color #50900f

%33.47
%60.25
%6.28

CMYK Percentages of Color #50900f

%44
%0
%90
%44

Triadic Colors of #50900f

#50900f #0f5090 #900f50

Analogous Colors of #50900f

#50900f #10900f #90900f

Monochromatic Colors of #50900f

#50900f

Complementary Color

#50900f #4f0f90

#50900f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50900f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50900f Color CSS Codes

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

#50900f Text Font Color

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

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


#50900f Background Color

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

This div background color is #50900f


#50900f Border Color

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

This div border color is #50900f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,144,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50900f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50900f;
  -webkit-box-shadow: 1px 1px 3px 2px #50900f;
  box-shadow:         1px 1px 3px 2px #50900f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50900f


Comments

No comments written yet.

Please login to write comment.