Color Hex Logo

#50df0e Color Hex

#50DF0E
(80,223,14)
0 Favorites   0 Comments

Color spaces of #50df0e

RGB 8022314
HSL0.280.880.46
HSV101°94°87°
CMYK 0.640.000.94   0.13
XYZ29.775254.51259.3681
Yxy54.51250.31790.5821
Hunter Lab73.8326-57.221544.1599
CIE-Lab78.7596-68.866775.0855

#50df0e color RGB value is (80,223,14).

#50df0e hex color red value is 80, green value is 223 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #50df0e hue: 0.28 , saturation: 0.88 and the lightness value of 50df0e is 0.46.

The process color (four color CMYK) of #50df0e color hex is 0.64, 0.00, 0.94, 0.13. Web safe color of #50df0e is #66cc00. Color #50df0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011111 00001110
Octal 120 337 16
Decimal 80 223 14
Hex 50 DF E

RGB Percentages of Color #50df0e

%25.24
%70.35
%4.42

CMYK Percentages of Color #50df0e

%64
%0
%94
%13

Triadic Colors of #50df0e

#50df0e #0e50df #df0e50

Analogous Colors of #50df0e

#50df0e #0edf35 #b9df0e

Monochromatic Colors of #50df0e

#50df0e

Complementary Color

#50df0e #9d0edf

#50df0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50df0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50df0e Color CSS Codes

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

#50df0e Text Font Color

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

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


#50df0e Background Color

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

This div background color is #50df0e


#50df0e Border Color

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

This div border color is #50df0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50df0e


Comments

No comments written yet.

Please login to write comment.