Color Hex Logo

#98875f Color Hex

#98875F
(152,135,95)
0 Favorites   0 Comments

Color spaces of #98875f

RGB 15213595
HSL0.120.230.48
HSV42°38°60°
CMYK 0.000.110.38   0.40
XYZ23.678424.829614.3711
Yxy24.82960.37660.3949
Hunter Lab49.8293-2.379817.7809
CIE-Lab56.90900.348523.8758

#98875f color RGB value is (152,135,95).

#98875f hex color red value is 152, green value is 135 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #98875f hue: 0.12 , saturation: 0.23 and the lightness value of 98875f is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000111 01011111
Octal 230 207 137
Decimal 152 135 95
Hex 98 87 5F

RGB Percentages of Color #98875f

%39.79
%35.34
%24.87

CMYK Percentages of Color #98875f

%0
%11
%38
%40

Triadic Colors of #98875f

#98875f #5f9887 #875f98

Analogous Colors of #98875f

#98875f #8d985f #986b5f

Monochromatic Colors of #98875f

#98875f

Complementary Color

#98875f #5f7098

#98875f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98875f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98875f Color CSS Codes

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

#98875f Text Font Color

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

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


#98875f Background Color

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

This div background color is #98875f


#98875f Border Color

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

This div border color is #98875f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98875f


Comments

No comments written yet.

Please login to write comment.