Color Hex Logo

#55986f Color Hex

#55986F
(85,152,111)
0 Favorites   0 Comments

Color spaces of #55986f

RGB 85152111
HSL0.400.280.46
HSV143°44°60°
CMYK 0.440.000.27   0.40
XYZ17.843825.535519.0273
Yxy25.53550.28590.4092
Hunter Lab50.5327-25.401313.0481
CIE-Lab57.5935-30.914515.0698

#55986f color RGB value is (85,152,111).

#55986f hex color red value is 85, green value is 152 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #55986f hue: 0.40 , saturation: 0.28 and the lightness value of 55986f is 0.46.

The process color (four color CMYK) of #55986f color hex is 0.44, 0.00, 0.27, 0.40. Web safe color of #55986f is #669966. Color #55986f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011000 01101111
Octal 125 230 157
Decimal 85 152 111
Hex 55 98 6F

RGB Percentages of Color #55986f

%24.43
%43.68
%31.90

CMYK Percentages of Color #55986f

%44
%0
%27
%40

Triadic Colors of #55986f

#55986f #6f5598 #986f55

Analogous Colors of #55986f

#55986f #559891 #5d9855

Monochromatic Colors of #55986f

#55986f

Complementary Color

#55986f #98557e

#55986f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55986f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55986f Color CSS Codes

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

#55986f Text Font Color

<p style="color:#55986f">Text here</p>

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


#55986f Background Color

<div style="background-color:#55986f">
Div content here</div>

This div background color is #55986f


#55986f Border Color

<div style="border:3px solid #55986f">
Div here</div>

This div border color is #55986f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,152,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55986f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55986f;
  -webkit-box-shadow: 1px 1px 3px 2px #55986f;
  box-shadow:         1px 1px 3px 2px #55986f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55986f


Comments

No comments written yet.

Please login to write comment.