Color Hex Logo

#50fc3c Color Hex

#50FC3C
(80,252,60)
0 Favorites   0 Comments

Color spaces of #50fc3c

RGB 8025260
HSL0.320.970.61
HSV114°76°99°
CMYK 0.680.000.76   0.01
XYZ38.934371.652516.0532
Yxy71.65250.30740.5658
Hunter Lab84.6478-66.031448.0093
CIE-Lab87.8011-76.081573.3106

#50fc3c color RGB value is (80,252,60).

#50fc3c hex color red value is 80, green value is 252 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #50fc3c hue: 0.32 , saturation: 0.97 and the lightness value of 50fc3c is 0.61.

The process color (four color CMYK) of #50fc3c color hex is 0.68, 0.00, 0.76, 0.01. Web safe color of #50fc3c is #66ff33. Color #50fc3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111100 00111100
Octal 120 374 74
Decimal 80 252 60
Hex 50 FC 3C

RGB Percentages of Color #50fc3c

%20.41
%64.29
%15.31

CMYK Percentages of Color #50fc3c

%68
%0
%76
%1

Triadic Colors of #50fc3c

#50fc3c #3c50fc #fc3c50

Analogous Colors of #50fc3c

#50fc3c #3cfc88 #b0fc3c

Monochromatic Colors of #50fc3c

#50fc3c

Complementary Color

#50fc3c #e83cfc

#50fc3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fc3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fc3c Color CSS Codes

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

#50fc3c Text Font Color

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

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


#50fc3c Background Color

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

This div background color is #50fc3c


#50fc3c Border Color

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

This div border color is #50fc3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fc3c

Related Colors


Comments

No comments written yet.

Please login to write comment.