Color Hex Logo

#50efc7 Color Hex

#50EFC7
(80,239,199)
0 Favorites   0 Comments

Color spaces of #50efc7

RGB 80239199
HSL0.460.830.63
HSV165°67°94°
CMYK 0.670.000.17   0.06
XYZ44.483667.562064.7291
Yxy67.56200.25160.3822
Hunter Lab82.1961-47.241010.8466
CIE-Lab85.7870-50.53547.3268

#50efc7 color RGB value is (80,239,199).

#50efc7 hex color red value is 80, green value is 239 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #50efc7 hue: 0.46 , saturation: 0.83 and the lightness value of 50efc7 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101111 11000111
Octal 120 357 307
Decimal 80 239 199
Hex 50 EF C7

RGB Percentages of Color #50efc7

%15.44
%46.14
%38.42

CMYK Percentages of Color #50efc7

%67
%0
%17
%6

Triadic Colors of #50efc7

#50efc7 #c750ef #efc750

Analogous Colors of #50efc7

#50efc7 #50c8ef #50ef78

Monochromatic Colors of #50efc7

#50efc7

Complementary Color

#50efc7 #ef5078

#50efc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50efc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50efc7 Color CSS Codes

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

#50efc7 Text Font Color

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

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


#50efc7 Background Color

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

This div background color is #50efc7


#50efc7 Border Color

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

This div border color is #50efc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50efc7


Comments

No comments written yet.

Please login to write comment.