Color Hex Logo

#50b449 Color Hex

#50B449
(80,180,73)
0 Favorites   0 Comments

Color spaces of #50b449

RGB 8018073
HSL0.320.420.50
HSV116°59°71°
CMYK 0.560.000.59   0.29
XYZ20.832134.829011.9280
Yxy34.82900.30820.5153
Hunter Lab59.0161-40.269429.3279
CIE-Lab65.6153-50.326545.0189

#50b449 color RGB value is (80,180,73).

#50b449 hex color red value is 80, green value is 180 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #50b449 hue: 0.32 , saturation: 0.42 and the lightness value of 50b449 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10110100 01001001
Octal 120 264 111
Decimal 80 180 73
Hex 50 B4 49

RGB Percentages of Color #50b449

%24.02
%54.05
%21.92

CMYK Percentages of Color #50b449

%56
%0
%59
%29

Triadic Colors of #50b449

#50b449 #4950b4 #b44950

Analogous Colors of #50b449

#50b449 #49b478 #86b449

Monochromatic Colors of #50b449

#50b449

Complementary Color

#50b449 #ad49b4

#50b449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50b449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50b449 Color CSS Codes

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

#50b449 Text Font Color

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

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


#50b449 Background Color

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

This div background color is #50b449


#50b449 Border Color

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

This div border color is #50b449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50b449


Comments

No comments written yet.

Please login to write comment.