Color Hex Logo

#50fb11 Color Hex

#50FB11
(80,251,17)
0 Favorites   0 Comments

Color spaces of #50fb11

RGB 8025117
HSL0.290.970.53
HSV104°93°98°
CMYK 0.680.000.93   0.02
XYZ37.906670.740312.1867
Yxy70.74030.31370.5854
Hunter Lab84.1073-66.738950.2843
CIE-Lab87.3587-77.471281.8205

#50fb11 color RGB value is (80,251,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111011 00010001
Octal 120 373 21
Decimal 80 251 17
Hex 50 FB 11

RGB Percentages of Color #50fb11

%22.99
%72.13
%4.89

CMYK Percentages of Color #50fb11

%68
%0
%93
%2

Triadic Colors of #50fb11

#50fb11 #1150fb #fb1150

Analogous Colors of #50fb11

#50fb11 #11fb47 #c5fb11

Monochromatic Colors of #50fb11

#50fb11

Complementary Color

#50fb11 #bc11fb

#50fb11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fb11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fb11 Color CSS Codes

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

#50fb11 Text Font Color

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

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


#50fb11 Background Color

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

This div background color is #50fb11


#50fb11 Border Color

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

This div border color is #50fb11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fb11


Comments

No comments written yet.

Please login to write comment.