Color Hex Logo

#50b49f Color Hex

#50B49F
(80,180,159)
0 Favorites   0 Comments

Color spaces of #50b49f

RGB 80180159
HSL0.470.400.51
HSV167°56°71°
CMYK 0.560.000.12   0.29
XYZ25.887536.851238.5495
Yxy36.85120.25560.3638
Hunter Lab60.7052-30.11344.8428
CIE-Lab67.1652-34.36481.9015

#50b49f color RGB value is (80,180,159).

#50b49f hex color red value is 80, green value is 180 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #50b49f hue: 0.47 , saturation: 0.40 and the lightness value of 50b49f is 0.51.

The process color (four color CMYK) of #50b49f color hex is 0.56, 0.00, 0.12, 0.29. Web safe color of #50b49f is #66cc99. Color #50b49f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10110100 10011111
Octal 120 264 237
Decimal 80 180 159
Hex 50 B4 9F

RGB Percentages of Color #50b49f

%19.09
%42.96
%37.95

CMYK Percentages of Color #50b49f

%56
%0
%12
%29

Triadic Colors of #50b49f

#50b49f #9f50b4 #b49f50

Analogous Colors of #50b49f

#50b49f #5097b4 #50b46d

Monochromatic Colors of #50b49f

#50b49f

Complementary Color

#50b49f #b45065

#50b49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50b49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50b49f Color CSS Codes

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

#50b49f Text Font Color

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

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


#50b49f Background Color

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

This div background color is #50b49f


#50b49f Border Color

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

This div border color is #50b49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50b49f


Comments

No comments written yet.

Please login to write comment.