Color Hex Logo

#50e990 Color Hex

#50E990
(80,233,144)
0 Favorites   0 Comments

Color spaces of #50e990

RGB 80233144
HSL0.400.780.61
HSV145°66°91°
CMYK 0.660.000.38   0.09
XYZ37.481261.996936.3767
Yxy61.99690.27590.4563
Hunter Lab78.7381-52.821527.7249
CIE-Lab82.9118-59.685431.7605

#50e990 color RGB value is (80,233,144).

#50e990 hex color red value is 80, green value is 233 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #50e990 hue: 0.40 , saturation: 0.78 and the lightness value of 50e990 is 0.61.

The process color (four color CMYK) of #50e990 color hex is 0.66, 0.00, 0.38, 0.09. Web safe color of #50e990 is #66ff99. Color #50e990 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101001 10010000
Octal 120 351 220
Decimal 80 233 144
Hex 50 E9 90

RGB Percentages of Color #50e990

%17.51
%50.98
%31.51

CMYK Percentages of Color #50e990

%66
%0
%38
%9

Triadic Colors of #50e990

#50e990 #9050e9 #e99050

Analogous Colors of #50e990

#50e990 #50e9dd #5de950

Monochromatic Colors of #50e990

#50e990

Complementary Color

#50e990 #e950a9

#50e990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50e990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50e990 Color CSS Codes

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

#50e990 Text Font Color

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

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


#50e990 Background Color

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

This div background color is #50e990


#50e990 Border Color

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

This div border color is #50e990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50e990


Comments

No comments written yet.

Please login to write comment.