Color Hex Logo

#998dad Color Hex

#998DAD
(153,141,173)
0 Favorites   0 Comments

Color spaces of #998dad

RGB 153141173
HSL0.730.160.62
HSV263°18°68°
CMYK 0.120.180.00   0.32
XYZ30.204628.839243.5097
Yxy28.83920.29450.2812
Hunter Lab53.70216.4180-10.4455
CIE-Lab60.639510.8621-15.1752

#998dad color RGB value is (153,141,173).

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

The process color (four color CMYK) of #998dad color hex is 0.12, 0.18, 0.00, 0.32. Web safe color of #998dad is #999999. Color #998dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001101 10101101
Octal 231 215 255
Decimal 153 141 173
Hex 99 8D AD

RGB Percentages of Color #998dad

%32.76
%30.19
%37.04

CMYK Percentages of Color #998dad

%12
%18
%0
%32

Triadic Colors of #998dad

#998dad #ad998d #8dad99

Analogous Colors of #998dad

#998dad #a98dad #8d91ad

Monochromatic Colors of #998dad

#998dad

Complementary Color

#998dad #a1ad8d

#998dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#998dad Color CSS Codes

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

#998dad Text Font Color

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

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


#998dad Background Color

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

This div background color is #998dad


#998dad Border Color

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

This div border color is #998dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998dad


Comments

No comments written yet.

Please login to write comment.