Color Hex Logo

#50eb9d Color Hex

#50EB9D
(80,235,157)
0 Favorites   0 Comments

Color spaces of #50eb9d

RGB 80235157
HSL0.420.790.62
HSV150°66°92°
CMYK 0.660.000.33   0.08
XYZ39.102463.556542.1050
Yxy63.55650.27010.4390
Hunter Lab79.7223-51.963024.4919
CIE-Lab83.7343-58.018926.2462

#50eb9d color RGB value is (80,235,157).

#50eb9d hex color red value is 80, green value is 235 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #50eb9d hue: 0.42 , saturation: 0.79 and the lightness value of 50eb9d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101011 10011101
Octal 120 353 235
Decimal 80 235 157
Hex 50 EB 9D

RGB Percentages of Color #50eb9d

%16.95
%49.79
%33.26

CMYK Percentages of Color #50eb9d

%66
%0
%33
%8

Triadic Colors of #50eb9d

#50eb9d #9d50eb #eb9d50

Analogous Colors of #50eb9d

#50eb9d #50ebeb #51eb50

Monochromatic Colors of #50eb9d

#50eb9d

Complementary Color

#50eb9d #eb509e

#50eb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50eb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50eb9d Color CSS Codes

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

#50eb9d Text Font Color

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

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


#50eb9d Background Color

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

This div background color is #50eb9d


#50eb9d Border Color

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

This div border color is #50eb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50eb9d


Comments

No comments written yet.

Please login to write comment.