Color Hex Logo

#50eaaa Color Hex

#50EAAA
(80,234,170)
0 Favorites   0 Comments

Color spaces of #50eaaa

RGB 80234170
HSL0.430.790.62
HSV155°66°92°
CMYK 0.660.000.27   0.08
XYZ39.986863.453448.1704
Yxy63.45340.26370.4185
Hunter Lab79.6576-49.796919.9066
CIE-Lab83.6804-55.003619.4679

#50eaaa color RGB value is (80,234,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11101010 10101010
Octal 120 352 252
Decimal 80 234 170
Hex 50 EA AA

RGB Percentages of Color #50eaaa

%16.53
%48.35
%35.12

CMYK Percentages of Color #50eaaa

%66
%0
%27
%8

Triadic Colors of #50eaaa

#50eaaa #aa50ea #eaaa50

Analogous Colors of #50eaaa

#50eaaa #50ddea #50ea5d

Monochromatic Colors of #50eaaa

#50eaaa

Complementary Color

#50eaaa #ea5090

#50eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#50eaaa Color CSS Codes

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

#50eaaa Text Font Color

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

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


#50eaaa Background Color

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

This div background color is #50eaaa


#50eaaa Border Color

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

This div border color is #50eaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50eaaa


Comments

No comments written yet.

Please login to write comment.