Color Hex Logo

#50a156 Color Hex

#50A156
(80,161,86)
0 Favorites   0 Comments

Color spaces of #50a156

RGB 8016186
HSL0.350.340.47
HSV124°50°63°
CMYK 0.500.000.47   0.37
XYZ17.732827.867113.2484
Yxy27.86710.30130.4735
Hunter Lab52.7893-32.420222.0726
CIE-Lab59.7685-40.884331.5298

#50a156 color RGB value is (80,161,86).

#50a156 hex color red value is 80, green value is 161 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #50a156 hue: 0.35 , saturation: 0.34 and the lightness value of 50a156 is 0.47.

The process color (four color CMYK) of #50a156 color hex is 0.50, 0.00, 0.47, 0.37. Web safe color of #50a156 is #669966. Color #50a156 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10100001 01010110
Octal 120 241 126
Decimal 80 161 86
Hex 50 A1 56

RGB Percentages of Color #50a156

%24.46
%49.24
%26.30

CMYK Percentages of Color #50a156

%50
%0
%47
%37

Triadic Colors of #50a156

#50a156 #5650a1 #a15650

Analogous Colors of #50a156

#50a156 #50a17f #73a150

Monochromatic Colors of #50a156

#50a156

Complementary Color

#50a156 #a1509b

#50a156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50a156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50a156 Color CSS Codes

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

#50a156 Text Font Color

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

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


#50a156 Background Color

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

This div background color is #50a156


#50a156 Border Color

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

This div border color is #50a156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50a156


Comments

No comments written yet.

Please login to write comment.