Color Hex Logo

#50da93 Color Hex

#50DA93
(80,218,147)
0 Favorites   0 Comments

Color spaces of #50da93

RGB 80218147
HSL0.410.650.58
HSV149°63°85°
CMYK 0.630.000.33   0.15
XYZ33.646153.954936.2448
Yxy53.95490.27170.4357
Hunter Lab73.4540-46.781422.1620
CIE-Lab78.4354-53.348924.2106

#50da93 color RGB value is (80,218,147).

#50da93 hex color red value is 80, green value is 218 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #50da93 hue: 0.41 , saturation: 0.65 and the lightness value of 50da93 is 0.58.

The process color (four color CMYK) of #50da93 color hex is 0.63, 0.00, 0.33, 0.15. Web safe color of #50da93 is #66cc99. Color #50da93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011010 10010011
Octal 120 332 223
Decimal 80 218 147
Hex 50 DA 93

RGB Percentages of Color #50da93

%17.98
%48.99
%33.03

CMYK Percentages of Color #50da93

%63
%0
%33
%15

Triadic Colors of #50da93

#50da93 #9350da #da9350

Analogous Colors of #50da93

#50da93 #50dad8 #52da50

Monochromatic Colors of #50da93

#50da93

Complementary Color

#50da93 #da5097

#50da93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50da93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50da93 Color CSS Codes

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

#50da93 Text Font Color

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

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


#50da93 Background Color

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

This div background color is #50da93


#50da93 Border Color

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

This div border color is #50da93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50da93


Comments

No comments written yet.

Please login to write comment.