Color Hex Logo

#998dac Color Hex

#998DAC
(153,141,172)
0 Favorites   0 Comments

Color spaces of #998dac

RGB 153141172
HSL0.730.160.61
HSV263°18°67°
CMYK 0.110.180.00   0.33
XYZ30.108128.800643.0019
Yxy28.80060.29540.2826
Hunter Lab53.66626.2272-9.9418
CIE-Lab60.605210.6458-14.6588

#998dac color RGB value is (153,141,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001101 10101100
Octal 231 215 254
Decimal 153 141 172
Hex 99 8D AC

RGB Percentages of Color #998dac

%32.83
%30.26
%36.91

CMYK Percentages of Color #998dac

%11
%18
%0
%33

Triadic Colors of #998dac

#998dac #ac998d #8dac99

Analogous Colors of #998dac

#998dac #a98dac #8d91ac

Monochromatic Colors of #998dac

#998dac

Complementary Color

#998dac #a0ac8d

#998dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#998dac Color CSS Codes

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

#998dac Text Font Color

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

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


#998dac Background Color

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

This div background color is #998dac


#998dac Border Color

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

This div border color is #998dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,141,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 #998dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998dac


Comments

No comments written yet.

Please login to write comment.