Color Hex Logo

#988556 Color Hex

#988556
(152,133,86)
0 Favorites   0 Comments

Color spaces of #988556

RGB 15213386
HSL0.120.280.47
HSV43°43°60°
CMYK 0.000.130.43   0.40
XYZ23.016124.122312.2471
Yxy24.12230.38760.4062
Hunter Lab49.1145-2.301319.5957
CIE-Lab56.21000.400327.9570

#988556 color RGB value is (152,133,86).

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

The process color (four color CMYK) of #988556 color hex is 0.00, 0.13, 0.43, 0.40. Web safe color of #988556 is #999966. Color #988556 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000101 01010110
Octal 230 205 126
Decimal 152 133 86
Hex 98 85 56

RGB Percentages of Color #988556

%40.97
%35.85
%23.18

CMYK Percentages of Color #988556

%0
%13
%43
%40

Triadic Colors of #988556

#988556 #569885 #855698

Analogous Colors of #988556

#988556 #8a9856 #986456

Monochromatic Colors of #988556

#988556

Complementary Color

#988556 #566998

#988556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988556 Color CSS Codes

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

#988556 Text Font Color

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

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


#988556 Background Color

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

This div background color is #988556


#988556 Border Color

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

This div border color is #988556


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,133,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 #988556">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988556


Comments

No comments written yet.

Please login to write comment.