Color Hex Logo

#50deaa Color Hex

#50DEAA
(80,222,170)
0 Favorites   0 Comments

Color spaces of #50deaa

RGB 80222170
HSL0.440.680.59
HSV158°64°87°
CMYK 0.640.000.23   0.13
XYZ36.685256.850347.0699
Yxy56.85030.26090.4043
Hunter Lab75.3991-45.099915.7661
CIE-Lab80.0953-50.159714.4563

#50deaa color RGB value is (80,222,170).

#50deaa hex color red value is 80, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #50deaa hue: 0.44 , saturation: 0.68 and the lightness value of 50deaa is 0.59.

The process color (four color CMYK) of #50deaa color hex is 0.64, 0.00, 0.23, 0.13. Web safe color of #50deaa is #66cc99. Color #50deaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11011110 10101010
Octal 120 336 252
Decimal 80 222 170
Hex 50 DE AA

RGB Percentages of Color #50deaa

%16.95
%47.03
%36.02

CMYK Percentages of Color #50deaa

%64
%0
%23
%13

Triadic Colors of #50deaa

#50deaa #aa50de #deaa50

Analogous Colors of #50deaa

#50deaa #50cbde #50de63

Monochromatic Colors of #50deaa

#50deaa

Complementary Color

#50deaa #de5084

#50deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#50deaa Color CSS Codes

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

#50deaa Text Font Color

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

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


#50deaa Background Color

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

This div background color is #50deaa


#50deaa Border Color

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

This div border color is #50deaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,222,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 #50deaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50deaa


Comments

No comments written yet.

Please login to write comment.