Color Hex Logo

#50aa6d Color Hex

#50AA6D
(80,170,109)
0 Favorites   0 Comments

Color spaces of #50aa6d

RGB 80170109
HSL0.390.360.49
HSV139°53°67°
CMYK 0.530.000.36   0.33
XYZ20.443331.559119.4820
Yxy31.55910.28600.4415
Hunter Lab56.1775-33.353518.7628
CIE-Lab62.9768-40.840923.4676

#50aa6d color RGB value is (80,170,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101010 01101101
Octal 120 252 155
Decimal 80 170 109
Hex 50 AA 6D

RGB Percentages of Color #50aa6d

%22.28
%47.35
%30.36

CMYK Percentages of Color #50aa6d

%53
%0
%36
%33

Triadic Colors of #50aa6d

#50aa6d #6d50aa #aa6d50

Analogous Colors of #50aa6d

#50aa6d #50aa9a #60aa50

Monochromatic Colors of #50aa6d

#50aa6d

Complementary Color

#50aa6d #aa508d

#50aa6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50aa6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50aa6d Color CSS Codes

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

#50aa6d Text Font Color

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

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


#50aa6d Background Color

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

This div background color is #50aa6d


#50aa6d Border Color

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

This div border color is #50aa6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50aa6d


Comments

No comments written yet.

Please login to write comment.