Color Hex Logo

#98876f Color Hex

#98876F
(152,135,111)
0 Favorites   0 Comments

Color spaces of #98876f

RGB 152135111
HSL0.100.170.52
HSV35°27°60°
CMYK 0.000.110.27   0.40
XYZ24.482125.151018.6032
Yxy25.15100.35880.3686
Hunter Lab50.1508-0.625513.1122
CIE-Lab57.22232.518415.2667

#98876f color RGB value is (152,135,111).

#98876f hex color red value is 152, green value is 135 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #98876f hue: 0.10 , saturation: 0.17 and the lightness value of 98876f is 0.52.

The process color (four color CMYK) of #98876f color hex is 0.00, 0.11, 0.27, 0.40. Web safe color of #98876f is #999966. Color #98876f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000111 01101111
Octal 230 207 157
Decimal 152 135 111
Hex 98 87 6F

RGB Percentages of Color #98876f

%38.19
%33.92
%27.89

CMYK Percentages of Color #98876f

%0
%11
%27
%40

Triadic Colors of #98876f

#98876f #6f9887 #876f98

Analogous Colors of #98876f

#98876f #95986f #98736f

Monochromatic Colors of #98876f

#98876f

Complementary Color

#98876f #6f8098

#98876f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98876f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98876f Color CSS Codes

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

#98876f Text Font Color

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

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


#98876f Background Color

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

This div background color is #98876f


#98876f Border Color

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

This div border color is #98876f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98876f


Comments

No comments written yet.

Please login to write comment.