Color Hex Logo

#985556 Color Hex

#985556
(152,85,86)
0 Favorites   0 Comments

Color spaces of #985556

RGB 1528586
HSL1.000.280.46
HSV359°44°60°
CMYK 0.000.440.43   0.40
XYZ17.877113.844310.5341
Yxy13.84430.42310.3276
Hunter Lab37.207920.64919.2597
CIE-Lab44.008827.818211.6494

#985556 color RGB value is (152,85,86).

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

The process color (four color CMYK) of #985556 color hex is 0.00, 0.44, 0.43, 0.40. Web safe color of #985556 is #996666. Color #985556 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010101 01010110
Octal 230 125 126
Decimal 152 85 86
Hex 98 55 56

RGB Percentages of Color #985556

%47.06
%26.32
%26.63

CMYK Percentages of Color #985556

%0
%44
%43
%40

Triadic Colors of #985556

#985556 #569855 #555698

Analogous Colors of #985556

#985556 #987655 #985578

Monochromatic Colors of #985556

#985556

Complementary Color

#985556 #559897

#985556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#985556 Color CSS Codes

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

#985556 Text Font Color

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

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


#985556 Background Color

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

This div background color is #985556


#985556 Border Color

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

This div border color is #985556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985556


Comments

No comments written yet.

Please login to write comment.