Color Hex Logo

#50fde9 Color Hex

#50FDE9
(80,253,233)
0 Favorites   0 Comments

Color spaces of #50fde9

RGB 80253233
HSL0.480.980.65
HSV173°68°99°
CMYK 0.680.000.08   0.01
XYZ53.141577.839289.3144
Yxy77.83920.24120.3533
Hunter Lab88.2265-46.88051.7375
CIE-Lab90.7065-48.0322-3.2426

#50fde9 color RGB value is (80,253,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111101 11101001
Octal 120 375 351
Decimal 80 253 233
Hex 50 FD E9

RGB Percentages of Color #50fde9

%14.13
%44.70
%41.17

CMYK Percentages of Color #50fde9

%68
%0
%8
%1

Triadic Colors of #50fde9

#50fde9 #e950fd #fde950

Analogous Colors of #50fde9

#50fde9 #50bbfd #50fd93

Monochromatic Colors of #50fde9

#50fde9

Complementary Color

#50fde9 #fd5064

#50fde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50fde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50fde9 Color CSS Codes

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

#50fde9 Text Font Color

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

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


#50fde9 Background Color

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

This div background color is #50fde9


#50fde9 Border Color

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

This div border color is #50fde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50fde9

Related Colors


Comments

No comments written yet.

Please login to write comment.