Color Hex Logo

#50e04a Color Hex

#50E04A
(80,224,74)
0 Favorites   0 Comments

Color spaces of #50e04a

RGB 8022474
HSL0.330.710.58
HSV118°67°88°
CMYK 0.640.000.67   0.12
XYZ31.200055.511215.5489
Yxy55.51120.30510.5428
Hunter Lab74.5058-55.636739.7806
CIE-Lab79.3348-66.013659.8318

#50e04a color RGB value is (80,224,74).

#50e04a hex color red value is 80, green value is 224 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #50e04a hue: 0.33 , saturation: 0.71 and the lightness value of 50e04a is 0.58.

The process color (four color CMYK) of #50e04a color hex is 0.64, 0.00, 0.67, 0.12. Web safe color of #50e04a is #66cc33. Color #50e04a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11100000 01001010
Octal 120 340 112
Decimal 80 224 74
Hex 50 E0 4A

RGB Percentages of Color #50e04a

%21.16
%59.26
%19.58

CMYK Percentages of Color #50e04a

%64
%0
%67
%12

Triadic Colors of #50e04a

#50e04a #4a50e0 #e04a50

Analogous Colors of #50e04a

#50e04a #4ae08f #9be04a

Monochromatic Colors of #50e04a

#50e04a

Complementary Color

#50e04a #da4ae0

#50e04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50e04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50e04a Color CSS Codes

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

#50e04a Text Font Color

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

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


#50e04a Background Color

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

This div background color is #50e04a


#50e04a Border Color

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

This div border color is #50e04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50e04a


Comments

No comments written yet.

Please login to write comment.