Color Hex Logo

#55a480 Color Hex

#55A480
(85,164,128)
0 Favorites   0 Comments

Color spaces of #55a480

RGB 85164128
HSL0.420.320.49
HSV153°48°64°
CMYK 0.480.000.22   0.36
XYZ20.918130.040725.1180
Yxy30.04070.27500.3949
Hunter Lab54.8094-27.791611.1952
CIE-Lab61.6893-32.989911.2865

#55a480 color RGB value is (85,164,128).

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

The process color (four color CMYK) of #55a480 color hex is 0.48, 0.00, 0.22, 0.36. Web safe color of #55a480 is #669999. Color #55a480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10100100 10000000
Octal 125 244 200
Decimal 85 164 128
Hex 55 A4 80

RGB Percentages of Color #55a480

%22.55
%43.50
%33.95

CMYK Percentages of Color #55a480

%48
%0
%22
%36

Triadic Colors of #55a480

#55a480 #8055a4 #a48055

Analogous Colors of #55a480

#55a480 #55a1a4 #55a459

Monochromatic Colors of #55a480

#55a480

Complementary Color

#55a480 #a45579

#55a480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55a480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55a480 Color CSS Codes

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

#55a480 Text Font Color

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

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


#55a480 Background Color

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

This div background color is #55a480


#55a480 Border Color

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

This div border color is #55a480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55a480


Comments

No comments written yet.

Please login to write comment.