Color Hex Logo

#98938e Color Hex

#98938E
(152,147,142)
0 Favorites   0 Comments

Color spaces of #98938e

RGB 152147142
HSL0.080.050.58
HSV30°60°
CMYK 0.000.030.07   0.40
XYZ28.265129.495829.7947
Yxy29.49580.32280.3369
Hunter Lab54.3100-2.14415.4903
CIE-Lab61.21670.90863.2880

#98938e color RGB value is (152,147,142).

#98938e hex color red value is 152, green value is 147 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #98938e hue: 0.08 , saturation: 0.05 and the lightness value of 98938e is 0.58.

The process color (four color CMYK) of #98938e color hex is 0.00, 0.03, 0.07, 0.40. Web safe color of #98938e is #999999. Color #98938e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010011 10001110
Octal 230 223 216
Decimal 152 147 142
Hex 98 93 8E

RGB Percentages of Color #98938e

%34.47
%33.33
%32.20

CMYK Percentages of Color #98938e

%0
%3
%7
%40

Triadic Colors of #98938e

#98938e #8e9893 #938e98

Analogous Colors of #98938e

#98938e #98988e #988e8e

Monochromatic Colors of #98938e

#98938e

Complementary Color

#98938e #8e9398

#98938e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98938e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98938e Color CSS Codes

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

#98938e Text Font Color

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

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


#98938e Background Color

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

This div background color is #98938e


#98938e Border Color

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

This div border color is #98938e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98938e


Comments

No comments written yet.

Please login to write comment.