Color Hex Logo

#50fa98 Color Hex

#50FA98
(80,250,152)
0 Favorites   0 Comments

Color spaces of #50fa98

RGB 80250152
HSL0.400.940.65
HSV145°68°98°
CMYK 0.680.000.39   0.02
XYZ43.161472.343741.3947
Yxy72.34370.27510.4611
Hunter Lab85.0551-58.266230.6833
CIE-Lab88.1338-64.535934.6555

#50fa98 color RGB value is (80,250,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111010 10011000
Octal 120 372 230
Decimal 80 250 152
Hex 50 FA 98

RGB Percentages of Color #50fa98

%16.60
%51.87
%31.54

CMYK Percentages of Color #50fa98

%68
%0
%39
%2

Triadic Colors of #50fa98

#50fa98 #9850fa #fa9850

Analogous Colors of #50fa98

#50fa98 #50faed #5dfa50

Monochromatic Colors of #50fa98

#50fa98

Complementary Color

#50fa98 #fa50b2

#50fa98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fa98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fa98 Color CSS Codes

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

#50fa98 Text Font Color

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

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


#50fa98 Background Color

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

This div background color is #50fa98


#50fa98 Border Color

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

This div border color is #50fa98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fa98


Comments

No comments written yet.

Please login to write comment.