Color Hex Logo

#55aa4e Color Hex

#55AA4E
(85,170,78)
0 Favorites   0 Comments

Color spaces of #55aa4e

RGB 8517078
HSL0.320.370.49
HSV115°54°67°
CMYK 0.500.000.54   0.33
XYZ19.496231.230812.2083
Yxy31.23080.30980.4962
Hunter Lab55.8845-35.525426.1669
CIE-Lab62.7020-44.356039.2521

#55aa4e color RGB value is (85,170,78).

#55aa4e hex color red value is 85, green value is 170 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #55aa4e hue: 0.32 , saturation: 0.37 and the lightness value of 55aa4e is 0.49.

The process color (four color CMYK) of #55aa4e color hex is 0.50, 0.00, 0.54, 0.33. Web safe color of #55aa4e is #669966. Color #55aa4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101010 01001110
Octal 125 252 116
Decimal 85 170 78
Hex 55 AA 4E

RGB Percentages of Color #55aa4e

%25.53
%51.05
%23.42

CMYK Percentages of Color #55aa4e

%50
%0
%54
%33

Triadic Colors of #55aa4e

#55aa4e #4e55aa #aa4e55

Analogous Colors of #55aa4e

#55aa4e #4eaa75 #83aa4e

Monochromatic Colors of #55aa4e

#55aa4e

Complementary Color

#55aa4e #a34eaa

#55aa4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55aa4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55aa4e Color CSS Codes

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

#55aa4e Text Font Color

<p style="color:#55aa4e">Text here</p>

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


#55aa4e Background Color

<div style="background-color:#55aa4e">
Div content here</div>

This div background color is #55aa4e


#55aa4e Border Color

<div style="border:3px solid #55aa4e">
Div here</div>

This div border color is #55aa4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,170,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55aa4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55aa4e;
  -webkit-box-shadow: 1px 1px 3px 2px #55aa4e;
  box-shadow:         1px 1px 3px 2px #55aa4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55aa4e


Comments

No comments written yet.

Please login to write comment.