Color Hex Logo

#50ffde Color Hex

#50FFDE
(80,255,222)
0 Favorites   0 Comments

Color spaces of #50ffde

RGB 80255222
HSL0.471.000.66
HSV169°69°100°
CMYK 0.690.000.13   0.00
XYZ52.253178.499481.5051
Yxy78.49940.24620.3698
Hunter Lab88.5999-49.77687.4777
CIE-Lab91.0073-51.63722.8999

#50ffde color RGB value is (80,255,222).

#50ffde hex color red value is 80, green value is 255 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #50ffde hue: 0.47 , saturation: 1.00 and the lightness value of 50ffde is 0.66.

The process color (four color CMYK) of #50ffde color hex is 0.69, 0.00, 0.13, 0.00. Web safe color of #50ffde is #66ffcc. Color #50ffde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11111111 11011110
Octal 120 377 336
Decimal 80 255 222
Hex 50 FF DE

RGB Percentages of Color #50ffde

%14.36
%45.78
%39.86

CMYK Percentages of Color #50ffde

%69
%0
%13
%0

Triadic Colors of #50ffde

#50ffde #de50ff #ffde50

Analogous Colors of #50ffde

#50ffde #50c9ff #50ff87

Monochromatic Colors of #50ffde

#50ffde

Complementary Color

#50ffde #ff5071

#50ffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ffde Color CSS Codes

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

#50ffde Text Font Color

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

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


#50ffde Background Color

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

This div background color is #50ffde


#50ffde Border Color

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

This div border color is #50ffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ffde

Related Colors


Comments

No comments written yet.

Please login to write comment.