Color Hex Logo

#9c988b Color Hex

#9C988B
(156,152,139)
0 Favorites   0 Comments

Color spaces of #9c988b

RGB 156152139
HSL0.130.080.58
HSV46°11°61°
CMYK 0.000.030.11   0.39
XYZ29.598731.388528.9247
Yxy31.38850.32920.3491
Hunter Lab56.0254-3.74158.6077
CIE-Lab62.8342-0.89507.3531

#9c988b color RGB value is (156,152,139).

#9c988b hex color red value is 156, green value is 152 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #9c988b hue: 0.13 , saturation: 0.08 and the lightness value of 9c988b is 0.58.

The process color (four color CMYK) of #9c988b color hex is 0.00, 0.03, 0.11, 0.39. Web safe color of #9c988b is #999999. Color #9c988b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10011000 10001011
Octal 234 230 213
Decimal 156 152 139
Hex 9C 98 8B

RGB Percentages of Color #9c988b

%34.90
%34.00
%31.10

CMYK Percentages of Color #9c988b

%0
%3
%11
%39

Triadic Colors of #9c988b

#9c988b #8b9c98 #988b9c

Analogous Colors of #9c988b

#9c988b #989c8b #9c908b

Monochromatic Colors of #9c988b

#9c988b

Complementary Color

#9c988b #8b8f9c

#9c988b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c988b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c988b Color CSS Codes

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

#9c988b Text Font Color

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

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


#9c988b Background Color

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

This div background color is #9c988b


#9c988b Border Color

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

This div border color is #9c988b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,152,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c988b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c988b;
  -webkit-box-shadow: 1px 1px 3px 2px #9c988b;
  box-shadow:         1px 1px 3px 2px #9c988b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c988b

#9c988b Color Palettes


Comments

No comments written yet.

Please login to write comment.