Color Hex Logo

#98895e Color Hex

#98895E
(152,137,94)
0 Favorites   0 Comments

Color spaces of #98895e

RGB 15213794
HSL0.120.240.48
HSV44°38°60°
CMYK 0.000.100.38   0.40
XYZ23.914925.374914.2271
Yxy25.37490.37650.3995
Hunter Lab50.3735-3.410518.5160
CIE-Lab57.4389-0.891425.1306

#98895e color RGB value is (152,137,94).

#98895e hex color red value is 152, green value is 137 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #98895e hue: 0.12 , saturation: 0.24 and the lightness value of 98895e is 0.48.

The process color (four color CMYK) of #98895e color hex is 0.00, 0.10, 0.38, 0.40. Web safe color of #98895e is #999966. Color #98895e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001001 01011110
Octal 230 211 136
Decimal 152 137 94
Hex 98 89 5E

RGB Percentages of Color #98895e

%39.69
%35.77
%24.54

CMYK Percentages of Color #98895e

%0
%10
%38
%40

Triadic Colors of #98895e

#98895e #5e9889 #895e98

Analogous Colors of #98895e

#98895e #8a985e #986c5e

Monochromatic Colors of #98895e

#98895e

Complementary Color

#98895e #5e6d98

#98895e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98895e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98895e Color CSS Codes

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

#98895e Text Font Color

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

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


#98895e Background Color

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

This div background color is #98895e


#98895e Border Color

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

This div border color is #98895e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,137,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98895e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98895e;
  -webkit-box-shadow: 1px 1px 3px 2px #98895e;
  box-shadow:         1px 1px 3px 2px #98895e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98895e


Comments

No comments written yet.

Please login to write comment.