Color Hex Logo

#98889c Color Hex

#98889C
(152,136,156)
0 Favorites   0 Comments

Color spaces of #98889c

RGB 152136156
HSL0.800.090.57
HSV288°13°61°
CMYK 0.030.130.00   0.39
XYZ27.753826.684035.1402
Yxy26.68400.30980.2979
Hunter Lab51.65665.5047-4.1734
CIE-Lab58.68079.8152-8.4267

#98889c color RGB value is (152,136,156).

#98889c hex color red value is 152, green value is 136 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #98889c hue: 0.80 , saturation: 0.09 and the lightness value of 98889c is 0.57.

The process color (four color CMYK) of #98889c color hex is 0.03, 0.13, 0.00, 0.39. Web safe color of #98889c is #999999. Color #98889c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001000 10011100
Octal 230 210 234
Decimal 152 136 156
Hex 98 88 9C

RGB Percentages of Color #98889c

%34.23
%30.63
%35.14

CMYK Percentages of Color #98889c

%3
%13
%0
%39

Triadic Colors of #98889c

#98889c #9c9888 #889c98

Analogous Colors of #98889c

#98889c #9c8896 #8e889c

Monochromatic Colors of #98889c

#98889c

Complementary Color

#98889c #8c9c88

#98889c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98889c Color Preview on White Background

Lorem ipsum dolor sit amet.

#98889c Color CSS Codes

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

#98889c Text Font Color

<p style="color:#98889c">Text here</p>

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


#98889c Background Color

<div style="background-color:#98889c">
Div content here</div>

This div background color is #98889c


#98889c Border Color

<div style="border:3px solid #98889c">
Div here</div>

This div border color is #98889c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,136,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98889c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98889c;
  -webkit-box-shadow: 1px 1px 3px 2px #98889c;
  box-shadow:         1px 1px 3px 2px #98889c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98889c


Comments

No comments written yet.

Please login to write comment.