Color Hex Logo

#50b87e Color Hex

#50B87E
(80,184,126)
0 Favorites   0 Comments

Color spaces of #50b87e

RGB 80184126
HSL0.410.420.52
HSV147°57°72°
CMYK 0.570.000.32   0.28
XYZ24.214737.492825.6993
Yxy37.49280.27700.4289
Hunter Lab61.2314-36.564917.9775
CIE-Lab67.6451-43.570220.6161

#50b87e color RGB value is (80,184,126).

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

The process color (four color CMYK) of #50b87e color hex is 0.57, 0.00, 0.32, 0.28. Web safe color of #50b87e is #66cc66. Color #50b87e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111000 01111110
Octal 120 270 176
Decimal 80 184 126
Hex 50 B8 7E

RGB Percentages of Color #50b87e

%20.51
%47.18
%32.31

CMYK Percentages of Color #50b87e

%57
%0
%32
%28

Triadic Colors of #50b87e

#50b87e #7e50b8 #b87e50

Analogous Colors of #50b87e

#50b87e #50b8b2 #56b850

Monochromatic Colors of #50b87e

#50b87e

Complementary Color

#50b87e #b8508a

#50b87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50b87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50b87e Color CSS Codes

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

#50b87e Text Font Color

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

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


#50b87e Background Color

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

This div background color is #50b87e


#50b87e Border Color

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

This div border color is #50b87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50b87e


Comments

No comments written yet.

Please login to write comment.