Color Hex Logo

#50fb0f Color Hex

#50FB0F
(80,251,15)
0 Favorites   0 Comments

Color spaces of #50fb0f

RGB 8025115
HSL0.290.970.52
HSV103°94°98°
CMYK 0.680.000.94   0.02
XYZ37.891770.734312.1079
Yxy70.73430.31380.5859
Hunter Lab84.1037-66.760950.3370
CIE-Lab87.3558-77.506882.0237

#50fb0f color RGB value is (80,251,15).

#50fb0f hex color red value is 80, green value is 251 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #50fb0f hue: 0.29 , saturation: 0.97 and the lightness value of 50fb0f is 0.52.

The process color (four color CMYK) of #50fb0f color hex is 0.68, 0.00, 0.94, 0.02. Web safe color of #50fb0f is #66ff00. Color #50fb0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111011 00001111
Octal 120 373 17
Decimal 80 251 15
Hex 50 FB F

RGB Percentages of Color #50fb0f

%23.12
%72.54
%4.34

CMYK Percentages of Color #50fb0f

%68
%0
%94
%2

Triadic Colors of #50fb0f

#50fb0f #0f50fb #fb0f50

Analogous Colors of #50fb0f

#50fb0f #0ffb44 #c6fb0f

Monochromatic Colors of #50fb0f

#50fb0f

Complementary Color

#50fb0f #ba0ffb

#50fb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fb0f Color CSS Codes

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

#50fb0f Text Font Color

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

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


#50fb0f Background Color

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

This div background color is #50fb0f


#50fb0f Border Color

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

This div border color is #50fb0f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,251,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 #50fb0f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fb0f


Comments

No comments written yet.

Please login to write comment.