Color Hex Logo

#50fc1d Color Hex

#50FC1D
(80,252,29)
0 Favorites   0 Comments

Color spaces of #50fc1d

RGB 8025229
HSL0.300.970.55
HSV106°88°99°
CMYK 0.680.000.88   0.01
XYZ38.340471.415012.9261
Yxy71.41500.31250.5821
Hunter Lab84.5074-66.903850.0863
CIE-Lab87.6862-77.484580.4741

#50fc1d color RGB value is (80,252,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111100 00011101
Octal 120 374 35
Decimal 80 252 29
Hex 50 FC 1D

RGB Percentages of Color #50fc1d

%22.16
%69.81
%8.03

CMYK Percentages of Color #50fc1d

%68
%0
%88
%1

Triadic Colors of #50fc1d

#50fc1d #1d50fc #fc1d50

Analogous Colors of #50fc1d

#50fc1d #1dfc59 #c0fc1d

Monochromatic Colors of #50fc1d

#50fc1d

Complementary Color

#50fc1d #c91dfc

#50fc1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fc1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fc1d Color CSS Codes

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

#50fc1d Text Font Color

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

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


#50fc1d Background Color

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

This div background color is #50fc1d


#50fc1d Border Color

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

This div border color is #50fc1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fc1d

Related Colors


Comments

No comments written yet.

Please login to write comment.