Color Hex Logo

#998aac Color Hex

#998AAC
(153,138,172)
0 Favorites   0 Comments

Color spaces of #998aac

RGB 153138172
HSL0.740.170.61
HSV266°20°67°
CMYK 0.110.200.00   0.33
XYZ29.671727.927842.8565
Yxy27.92780.29540.2780
Hunter Lab52.84687.7400-11.0890
CIE-Lab59.823512.3608-15.8412

#998aac color RGB value is (153,138,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001010 10101100
Octal 231 212 254
Decimal 153 138 172
Hex 99 8A AC

RGB Percentages of Color #998aac

%33.05
%29.81
%37.15

CMYK Percentages of Color #998aac

%11
%20
%0
%33

Triadic Colors of #998aac

#998aac #ac998a #8aac99

Analogous Colors of #998aac

#998aac #aa8aac #8a8cac

Monochromatic Colors of #998aac

#998aac

Complementary Color

#998aac #9dac8a

#998aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#998aac Color CSS Codes

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

#998aac Text Font Color

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

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


#998aac Background Color

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

This div background color is #998aac


#998aac Border Color

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

This div border color is #998aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998aac


Comments

No comments written yet.

Please login to write comment.