Color Hex Logo

#998bac Color Hex

#998BAC
(153,139,172)
0 Favorites   0 Comments

Color spaces of #998bac

RGB 153139172
HSL0.740.170.61
HSV265°19°67°
CMYK 0.110.190.00   0.33
XYZ29.815928.216142.9045
Yxy28.21610.29540.2795
Hunter Lab53.11887.2351-10.7058
CIE-Lab60.083511.7887-15.4476

#998bac color RGB value is (153,139,172).

#998bac hex color red value is 153, green value is 139 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #998bac hue: 0.74 , saturation: 0.17 and the lightness value of 998bac is 0.61.

The process color (four color CMYK) of #998bac color hex is 0.11, 0.19, 0.00, 0.33. Web safe color of #998bac is #999999. Color #998bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001011 10101100
Octal 231 213 254
Decimal 153 139 172
Hex 99 8B AC

RGB Percentages of Color #998bac

%32.97
%29.96
%37.07

CMYK Percentages of Color #998bac

%11
%19
%0
%33

Triadic Colors of #998bac

#998bac #ac998b #8bac99

Analogous Colors of #998bac

#998bac #aa8bac #8b8eac

Monochromatic Colors of #998bac

#998bac

Complementary Color

#998bac #9eac8b

#998bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#998bac Color CSS Codes

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

#998bac Text Font Color

<p style="color:#998bac">Text here</p>

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


#998bac Background Color

<div style="background-color:#998bac">
Div content here</div>

This div background color is #998bac


#998bac Border Color

<div style="border:3px solid #998bac">
Div here</div>

This div border color is #998bac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,139,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #998bac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #998bac;
  -webkit-box-shadow: 1px 1px 3px 2px #998bac;
  box-shadow:         1px 1px 3px 2px #998bac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,139,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998bac


Comments

No comments written yet.

Please login to write comment.