Color Hex Logo

#50eadc Color Hex

#50EADC
(80,234,220)
0 Favorites   0 Comments

Color spaces of #50eadc

RGB 80234220
HSL0.480.790.62
HSV175°66°92°
CMYK 0.660.000.06   0.08
XYZ45.649465.718477.9891
Yxy65.71840.24110.3471
Hunter Lab81.0669-41.3523-0.2922
CIE-Lab84.8526-43.1458-5.0620

#50eadc color RGB value is (80,234,220).

#50eadc hex color red value is 80, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #50eadc hue: 0.48 , saturation: 0.79 and the lightness value of 50eadc is 0.62.

The process color (four color CMYK) of #50eadc color hex is 0.66, 0.00, 0.06, 0.08. Web safe color of #50eadc is #66ffcc. Color #50eadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101010 11011100
Octal 120 352 334
Decimal 80 234 220
Hex 50 EA DC

RGB Percentages of Color #50eadc

%14.98
%43.82
%41.20

CMYK Percentages of Color #50eadc

%66
%0
%6
%8

Triadic Colors of #50eadc

#50eadc #dc50ea #eadc50

Analogous Colors of #50eadc

#50eadc #50abea #50ea8f

Monochromatic Colors of #50eadc

#50eadc

Complementary Color

#50eadc #ea505e

#50eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#50eadc Color CSS Codes

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

#50eadc Text Font Color

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

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


#50eadc Background Color

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

This div background color is #50eadc


#50eadc Border Color

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

This div border color is #50eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50eadc


Comments

No comments written yet.

Please login to write comment.