Color Hex Logo

#50eecf Color Hex

#50EECF
(80,238,207)
0 Favorites   0 Comments

Color spaces of #50eecf

RGB 80238207
HSL0.470.820.62
HSV168°66°93°
CMYK 0.660.000.13   0.07
XYZ45.145367.359569.6538
Yxy67.35950.24780.3698
Hunter Lab82.0728-45.44117.1326
CIE-Lab85.6852-48.18132.9903

#50eecf color RGB value is (80,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101110 11001111
Octal 120 356 317
Decimal 80 238 207
Hex 50 EE CF

RGB Percentages of Color #50eecf

%15.24
%45.33
%39.43

CMYK Percentages of Color #50eecf

%66
%0
%13
%7

Triadic Colors of #50eecf

#50eecf #cf50ee #eecf50

Analogous Colors of #50eecf

#50eecf #50beee #50ee80

Monochromatic Colors of #50eecf

#50eecf

Complementary Color

#50eecf #ee506f

#50eecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50eecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#50eecf Color CSS Codes

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

#50eecf Text Font Color

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

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


#50eecf Background Color

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

This div background color is #50eecf


#50eecf Border Color

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

This div border color is #50eecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50eecf


Comments

No comments written yet.

Please login to write comment.