Color Hex Logo

#55884a Color Hex

#55884A
(85,136,74)
0 Favorites   0 Comments

Color spaces of #55884a

RGB 8513674
HSL0.300.300.41
HSV109°46°53°
CMYK 0.380.000.46   0.47
XYZ13.786520.03409.6189
Yxy20.03400.31740.4612
Hunter Lab44.7594-23.348418.5900
CIE-Lab51.8756-29.858227.9528

#55884a color RGB value is (85,136,74).

#55884a hex color red value is 85, green value is 136 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #55884a hue: 0.30 , saturation: 0.30 and the lightness value of 55884a is 0.41.

The process color (four color CMYK) of #55884a color hex is 0.38, 0.00, 0.46, 0.47. Web safe color of #55884a is #669933. Color #55884a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001000 01001010
Octal 125 210 112
Decimal 85 136 74
Hex 55 88 4A

RGB Percentages of Color #55884a

%28.81
%46.10
%25.08

CMYK Percentages of Color #55884a

%38
%0
%46
%47

Triadic Colors of #55884a

#55884a #4a5588 #884a55

Analogous Colors of #55884a

#55884a #4a885e #74884a

Monochromatic Colors of #55884a

#55884a

Complementary Color

#55884a #7d4a88

#55884a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55884a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55884a Color CSS Codes

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

#55884a Text Font Color

<p style="color:#55884a">Text here</p>

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


#55884a Background Color

<div style="background-color:#55884a">
Div content here</div>

This div background color is #55884a


#55884a Border Color

<div style="border:3px solid #55884a">
Div here</div>

This div border color is #55884a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,136,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55884a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55884a;
  -webkit-box-shadow: 1px 1px 3px 2px #55884a;
  box-shadow:         1px 1px 3px 2px #55884a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55884a


Comments

No comments written yet.

Please login to write comment.