Color Hex Logo

#98957e Color Hex

#98957E
(152,149,126)
0 Favorites   0 Comments

Color spaces of #98957e

RGB 152149126
HSL0.150.110.55
HSV53°17°60°
CMYK 0.000.020.17   0.40
XYZ27.462229.676724.0194
Yxy29.67670.33840.3657
Hunter Lab54.4763-5.349511.9916
CIE-Lab61.3743-2.960912.5583

#98957e color RGB value is (152,149,126).

#98957e hex color red value is 152, green value is 149 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #98957e hue: 0.15 , saturation: 0.11 and the lightness value of 98957e is 0.55.

The process color (four color CMYK) of #98957e color hex is 0.00, 0.02, 0.17, 0.40. Web safe color of #98957e is #999966. Color #98957e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010101 01111110
Octal 230 225 176
Decimal 152 149 126
Hex 98 95 7E

RGB Percentages of Color #98957e

%35.60
%34.89
%29.51

CMYK Percentages of Color #98957e

%0
%2
%17
%40

Triadic Colors of #98957e

#98957e #7e9895 #957e98

Analogous Colors of #98957e

#98957e #8e987e #98887e

Monochromatic Colors of #98957e

#98957e

Complementary Color

#98957e #7e8198

#98957e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98957e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98957e Color CSS Codes

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

#98957e Text Font Color

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

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


#98957e Background Color

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

This div background color is #98957e


#98957e Border Color

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

This div border color is #98957e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98957e


Comments

No comments written yet.

Please login to write comment.