Color Hex Logo

#50fb44 Color Hex

#50FB44
(80,251,68)
0 Favorites   0 Comments

Color spaces of #50fb44

RGB 8025168
HSL0.320.960.63
HSV116°73°98°
CMYK 0.680.000.73   0.02
XYZ38.848871.117217.1483
Yxy71.11720.30560.5595
Hunter Lab84.3310-65.349646.9754
CIE-Lab87.5419-75.236670.5139

#50fb44 color RGB value is (80,251,68).

#50fb44 hex color red value is 80, green value is 251 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #50fb44 hue: 0.32 , saturation: 0.96 and the lightness value of 50fb44 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111011 01000100
Octal 120 373 104
Decimal 80 251 68
Hex 50 FB 44

RGB Percentages of Color #50fb44

%20.05
%62.91
%17.04

CMYK Percentages of Color #50fb44

%68
%0
%73
%2

Triadic Colors of #50fb44

#50fb44 #4450fb #fb4450

Analogous Colors of #50fb44

#50fb44 #44fb94 #acfb44

Monochromatic Colors of #50fb44

#50fb44

Complementary Color

#50fb44 #ef44fb

#50fb44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fb44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fb44 Color CSS Codes

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

#50fb44 Text Font Color

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

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


#50fb44 Background Color

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

This div background color is #50fb44


#50fb44 Border Color

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

This div border color is #50fb44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fb44


Comments

No comments written yet.

Please login to write comment.