Color Hex Logo

#50fd86 Color Hex

#50FD86
(80,253,134)
0 Favorites   0 Comments

Color spaces of #50fd86

RGB 80253134
HSL0.390.980.65
HSV139°68°99°
CMYK 0.680.000.47   0.01
XYZ42.736673.677334.5229
Yxy73.67730.28310.4881
Hunter Lab85.8355-61.338836.2385
CIE-Lab88.7697-68.542244.2591

#50fd86 color RGB value is (80,253,134).

#50fd86 hex color red value is 80, green value is 253 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #50fd86 hue: 0.39 , saturation: 0.98 and the lightness value of 50fd86 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111101 10000110
Octal 120 375 206
Decimal 80 253 134
Hex 50 FD 86

RGB Percentages of Color #50fd86

%17.13
%54.18
%28.69

CMYK Percentages of Color #50fd86

%68
%0
%47
%1

Triadic Colors of #50fd86

#50fd86 #8650fd #fd8650

Analogous Colors of #50fd86

#50fd86 #50fddd #71fd50

Monochromatic Colors of #50fd86

#50fd86

Complementary Color

#50fd86 #fd50c7

#50fd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fd86 Color CSS Codes

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

#50fd86 Text Font Color

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

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


#50fd86 Background Color

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

This div background color is #50fd86


#50fd86 Border Color

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

This div border color is #50fd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fd86

Related Colors


Comments

No comments written yet.

Please login to write comment.