Color Hex Logo

#50db74 Color Hex

#50DB74
(80,219,116)
0 Favorites   0 Comments

Color spaces of #50db74

RGB 80219116
HSL0.380.660.59
HSV136°63°86°
CMYK 0.630.000.47   0.14
XYZ31.792253.629525.1989
Yxy53.62950.28740.4848
Hunter Lab73.2322-50.664330.8611
CIE-Lab78.2452-59.148439.6996

#50db74 color RGB value is (80,219,116).

#50db74 hex color red value is 80, green value is 219 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #50db74 hue: 0.38 , saturation: 0.66 and the lightness value of 50db74 is 0.59.

The process color (four color CMYK) of #50db74 color hex is 0.63, 0.00, 0.47, 0.14. Web safe color of #50db74 is #66cc66. Color #50db74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011011 01110100
Octal 120 333 164
Decimal 80 219 116
Hex 50 DB 74

RGB Percentages of Color #50db74

%19.28
%52.77
%27.95

CMYK Percentages of Color #50db74

%63
%0
%47
%14

Triadic Colors of #50db74

#50db74 #7450db #db7450

Analogous Colors of #50db74

#50db74 #50dbba #72db50

Monochromatic Colors of #50db74

#50db74

Complementary Color

#50db74 #db50b7

#50db74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50db74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50db74 Color CSS Codes

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

#50db74 Text Font Color

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

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


#50db74 Background Color

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

This div background color is #50db74


#50db74 Border Color

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

This div border color is #50db74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50db74


Comments

No comments written yet.

Please login to write comment.