Color Hex Logo

#50fe0c Color Hex

#50FE0C
(80,254,12)
0 Favorites   0 Comments

Color spaces of #50fe0c

RGB 8025412
HSL0.290.990.52
HSV103°95°100°
CMYK 0.690.000.95   0.00
XYZ38.816472.615612.3182
Yxy72.61560.31370.5868
Hunter Lab85.2148-67.816951.0797
CIE-Lab88.2641-78.452583.0361

#50fe0c color RGB value is (80,254,12).

#50fe0c hex color red value is 80, green value is 254 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #50fe0c hue: 0.29 , saturation: 0.99 and the lightness value of 50fe0c is 0.52.

The process color (four color CMYK) of #50fe0c color hex is 0.69, 0.00, 0.95, 0.00. Web safe color of #50fe0c is #66ff00. Color #50fe0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111110 00001100
Octal 120 376 14
Decimal 80 254 12
Hex 50 FE C

RGB Percentages of Color #50fe0c

%23.12
%73.41
%3.47

CMYK Percentages of Color #50fe0c

%69
%0
%95
%0

Triadic Colors of #50fe0c

#50fe0c #0c50fe #fe0c50

Analogous Colors of #50fe0c

#50fe0c #0cfe41 #c9fe0c

Monochromatic Colors of #50fe0c

#50fe0c

Complementary Color

#50fe0c #ba0cfe

#50fe0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fe0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fe0c Color CSS Codes

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

#50fe0c Text Font Color

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

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


#50fe0c Background Color

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

This div background color is #50fe0c


#50fe0c Border Color

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

This div border color is #50fe0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fe0c


Comments

No comments written yet.

Please login to write comment.