Color Hex Logo

#50e064 Color Hex

#50E064
(80,224,100)
0 Favorites   0 Comments

Color spaces of #50e064

RGB 80224100
HSL0.360.700.60
HSV128°64°88°
CMYK 0.640.000.55   0.12
XYZ32.264255.936921.1530
Yxy55.93690.29500.5115
Hunter Lab74.7910-53.880835.5848
CIE-Lab79.5779-63.183648.9560

#50e064 color RGB value is (80,224,100).

#50e064 hex color red value is 80, green value is 224 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #50e064 hue: 0.36 , saturation: 0.70 and the lightness value of 50e064 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11100000 01100100
Octal 120 340 144
Decimal 80 224 100
Hex 50 E0 64

RGB Percentages of Color #50e064

%19.80
%55.45
%24.75

CMYK Percentages of Color #50e064

%64
%0
%55
%12

Triadic Colors of #50e064

#50e064 #6450e0 #e06450

Analogous Colors of #50e064

#50e064 #50e0ac #84e050

Monochromatic Colors of #50e064

#50e064

Complementary Color

#50e064 #e050cc

#50e064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50e064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50e064 Color CSS Codes

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

#50e064 Text Font Color

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

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


#50e064 Background Color

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

This div background color is #50e064


#50e064 Border Color

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

This div border color is #50e064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50e064


Comments

No comments written yet.

Please login to write comment.