Color Hex Logo

#50b79d Color Hex

#50B79D
(80,183,157)
0 Favorites   0 Comments

Color spaces of #50b79d

RGB 80183157
HSL0.460.420.52
HSV165°56°72°
CMYK 0.560.000.14   0.28
XYZ26.327638.006837.8467
Yxy38.00680.25770.3720
Hunter Lab61.6497-31.65816.7567
CIE-Lab68.0256-36.24704.2500

#50b79d color RGB value is (80,183,157).

#50b79d hex color red value is 80, green value is 183 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #50b79d hue: 0.46 , saturation: 0.42 and the lightness value of 50b79d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10110111 10011101
Octal 120 267 235
Decimal 80 183 157
Hex 50 B7 9D

RGB Percentages of Color #50b79d

%19.05
%43.57
%37.38

CMYK Percentages of Color #50b79d

%56
%0
%14
%28

Triadic Colors of #50b79d

#50b79d #9d50b7 #b79d50

Analogous Colors of #50b79d

#50b79d #509eb7 #50b76a

Monochromatic Colors of #50b79d

#50b79d

Complementary Color

#50b79d #b7506a

#50b79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50b79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50b79d Color CSS Codes

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

#50b79d Text Font Color

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

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


#50b79d Background Color

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

This div background color is #50b79d


#50b79d Border Color

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

This div border color is #50b79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50b79d


Comments

No comments written yet.

Please login to write comment.