Color Hex Logo

#50aa72 Color Hex

#50AA72
(80,170,114)
0 Favorites   0 Comments

Color spaces of #50aa72

RGB 80170114
HSL0.400.360.49
HSV143°53°67°
CMYK 0.530.000.33   0.33
XYZ20.720331.669820.9404
Yxy31.66980.28260.4319
Hunter Lab56.2759-32.760717.3312
CIE-Lab63.0690-39.891520.8819

#50aa72 color RGB value is (80,170,114).

#50aa72 hex color red value is 80, green value is 170 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #50aa72 hue: 0.40 , saturation: 0.36 and the lightness value of 50aa72 is 0.49.

The process color (four color CMYK) of #50aa72 color hex is 0.53, 0.00, 0.33, 0.33. Web safe color of #50aa72 is #669966. Color #50aa72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101010 01110010
Octal 120 252 162
Decimal 80 170 114
Hex 50 AA 72

RGB Percentages of Color #50aa72

%21.98
%46.70
%31.32

CMYK Percentages of Color #50aa72

%53
%0
%33
%33

Triadic Colors of #50aa72

#50aa72 #7250aa #aa7250

Analogous Colors of #50aa72

#50aa72 #50aa9f #5baa50

Monochromatic Colors of #50aa72

#50aa72

Complementary Color

#50aa72 #aa5088

#50aa72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50aa72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50aa72 Color CSS Codes

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

#50aa72 Text Font Color

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

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


#50aa72 Background Color

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

This div background color is #50aa72


#50aa72 Border Color

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

This div border color is #50aa72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50aa72


Comments

No comments written yet.

Please login to write comment.