Color Hex Logo

#50dfde Color Hex

#50DFDE
(80,223,222)
0 Favorites   0 Comments

Color spaces of #50dfde

RGB 80223222
HSL0.500.690.59
HSV180°64°87°
CMYK 0.640.000.00   0.13
XYZ42.880859.754878.3810
Yxy59.75480.23690.3301
Hunter Lab77.3012-36.2590-6.0073
CIE-Lab81.7047-37.6592-10.7885

#50dfde color RGB value is (80,223,222).

#50dfde hex color red value is 80, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #50dfde hue: 0.50 , saturation: 0.69 and the lightness value of 50dfde is 0.59.

The process color (four color CMYK) of #50dfde color hex is 0.64, 0.00, 0.00, 0.13. Web safe color of #50dfde is #66cccc. Color #50dfde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011111 11011110
Octal 120 337 336
Decimal 80 223 222
Hex 50 DF DE

RGB Percentages of Color #50dfde

%15.24
%42.48
%42.29

CMYK Percentages of Color #50dfde

%64
%0
%0
%13

Triadic Colors of #50dfde

#50dfde #de50df #dfde50

Analogous Colors of #50dfde

#50dfde #5099df #50df97

Monochromatic Colors of #50dfde

#50dfde

Complementary Color

#50dfde #df5051

#50dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#50dfde Color CSS Codes

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

#50dfde Text Font Color

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

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


#50dfde Background Color

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

This div background color is #50dfde


#50dfde Border Color

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

This div border color is #50dfde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,223,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 #50dfde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50dfde


Comments

No comments written yet.

Please login to write comment.