Color Hex Logo

#50fa58 Color Hex

#50FA58
(80,250,88)
0 Favorites   0 Comments

Color spaces of #50fa58

RGB 8025088
HSL0.340.940.65
HSV123°68°98°
CMYK 0.680.000.65   0.02
XYZ39.255370.781320.8257
Yxy70.78130.30000.5409
Hunter Lab84.1316-63.943344.2157
CIE-Lab87.3786-73.243163.0061

#50fa58 color RGB value is (80,250,88).

#50fa58 hex color red value is 80, green value is 250 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #50fa58 hue: 0.34 , saturation: 0.94 and the lightness value of 50fa58 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111010 01011000
Octal 120 372 130
Decimal 80 250 88
Hex 50 FA 58

RGB Percentages of Color #50fa58

%19.14
%59.81
%21.05

CMYK Percentages of Color #50fa58

%68
%0
%65
%2

Triadic Colors of #50fa58

#50fa58 #5850fa #fa5850

Analogous Colors of #50fa58

#50fa58 #50faad #9dfa50

Monochromatic Colors of #50fa58

#50fa58

Complementary Color

#50fa58 #fa50f2

#50fa58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fa58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fa58 Color CSS Codes

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

#50fa58 Text Font Color

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

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


#50fa58 Background Color

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

This div background color is #50fa58


#50fa58 Border Color

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

This div border color is #50fa58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fa58

Related Colors


Comments

No comments written yet.

Please login to write comment.