Color Hex Logo

#50edce Color Hex

#50EDCE
(80,237,206)
0 Favorites   0 Comments

Color spaces of #50edce

RGB 80237206
HSL0.470.810.62
HSV168°66°93°
CMYK 0.660.000.13   0.07
XYZ44.733066.730168.9150
Yxy66.73010.24800.3699
Hunter Lab81.6885-45.20747.1630
CIE-Lab85.3675-48.00313.0540

#50edce color RGB value is (80,237,206).

#50edce hex color red value is 80, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #50edce hue: 0.47 , saturation: 0.81 and the lightness value of 50edce is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101101 11001110
Octal 120 355 316
Decimal 80 237 206
Hex 50 ED CE

RGB Percentages of Color #50edce

%15.30
%45.32
%39.39

CMYK Percentages of Color #50edce

%66
%0
%13
%7

Triadic Colors of #50edce

#50edce #ce50ed #edce50

Analogous Colors of #50edce

#50edce #50beed #50ed80

Monochromatic Colors of #50edce

#50edce

Complementary Color

#50edce #ed506f

#50edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#50edce Color CSS Codes

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

#50edce Text Font Color

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

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


#50edce Background Color

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

This div background color is #50edce


#50edce Border Color

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

This div border color is #50edce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50edce


Comments

No comments written yet.

Please login to write comment.