Color Hex Logo

#50e368 Color Hex

#50E368
(80,227,104)
0 Favorites   0 Comments

Color spaces of #50e368

RGB 80227104
HSL0.360.720.60
HSV130°65°89°
CMYK 0.650.000.54   0.11
XYZ33.276057.643122.4691
Yxy57.64310.29350.5084
Hunter Lab75.9231-54.631335.5995
CIE-Lab80.5400-63.721948.2606

#50e368 color RGB value is (80,227,104).

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

The process color (four color CMYK) of #50e368 color hex is 0.65, 0.00, 0.54, 0.11. Web safe color of #50e368 is #66cc66. Color #50e368 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11100011 01101000
Octal 120 343 150
Decimal 80 227 104
Hex 50 E3 68

RGB Percentages of Color #50e368

%19.46
%55.23
%25.30

CMYK Percentages of Color #50e368

%65
%0
%54
%11

Triadic Colors of #50e368

#50e368 #6850e3 #e36850

Analogous Colors of #50e368

#50e368 #50e3b2 #82e350

Monochromatic Colors of #50e368

#50e368

Complementary Color

#50e368 #e350cb

#50e368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50e368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50e368 Color CSS Codes

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

#50e368 Text Font Color

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

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


#50e368 Background Color

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

This div background color is #50e368


#50e368 Border Color

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

This div border color is #50e368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50e368


Comments

No comments written yet.

Please login to write comment.