Color Hex Logo

#50beaa Color Hex

#50BEAA
(80,190,170)
0 Favorites   0 Comments

Color spaces of #50beaa

RGB 80190170
HSL0.470.460.53
HSV169°58°75°
CMYK 0.580.000.11   0.25
XYZ28.977441.434744.5006
Yxy41.43470.25220.3606
Hunter Lab64.3698-32.29164.0701
CIE-Lab70.4794-36.23650.6803

#50beaa color RGB value is (80,190,170).

#50beaa hex color red value is 80, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #50beaa hue: 0.47 , saturation: 0.46 and the lightness value of 50beaa is 0.53.

The process color (four color CMYK) of #50beaa color hex is 0.58, 0.00, 0.11, 0.25. Web safe color of #50beaa is #66cc99. Color #50beaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111110 10101010
Octal 120 276 252
Decimal 80 190 170
Hex 50 BE AA

RGB Percentages of Color #50beaa

%18.18
%43.18
%38.64

CMYK Percentages of Color #50beaa

%58
%0
%11
%25

Triadic Colors of #50beaa

#50beaa #aa50be #beaa50

Analogous Colors of #50beaa

#50beaa #509bbe #50be73

Monochromatic Colors of #50beaa

#50beaa

Complementary Color

#50beaa #be5064

#50beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#50beaa Color CSS Codes

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

#50beaa Text Font Color

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

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


#50beaa Background Color

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

This div background color is #50beaa


#50beaa Border Color

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

This div border color is #50beaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50beaa


Comments

No comments written yet.

Please login to write comment.