Color Hex Logo

#a998ac Color Hex

#A998AC
(169,152,172)
0 Favorites   0 Comments

Color spaces of #a998ac

RGB 169152172
HSL0.810.110.64
HSV291°12°67°
CMYK 0.020.120.00   0.33
XYZ35.036833.870043.7207
Yxy33.87000.31110.3007
Hunter Lab58.19795.6156-3.8025
CIE-Lab64.85939.9766-8.1374

#a998ac color RGB value is (169,152,172).

#a998ac hex color red value is 169, green value is 152 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a998ac hue: 0.81 , saturation: 0.11 and the lightness value of a998ac is 0.64.

The process color (four color CMYK) of #a998ac color hex is 0.02, 0.12, 0.00, 0.33. Web safe color of #a998ac is #999999. Color #a998ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011000 10101100
Octal 251 230 254
Decimal 169 152 172
Hex A9 98 AC

RGB Percentages of Color #a998ac

%34.28
%30.83
%34.89

CMYK Percentages of Color #a998ac

%2
%12
%0
%33

Triadic Colors of #a998ac

#a998ac #aca998 #98aca9

Analogous Colors of #a998ac

#a998ac #ac98a5 #9f98ac

Monochromatic Colors of #a998ac

#a998ac

Complementary Color

#a998ac #9bac98

#a998ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a998ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a998ac Color CSS Codes

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

#a998ac Text Font Color

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

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


#a998ac Background Color

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

This div background color is #a998ac


#a998ac Border Color

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

This div border color is #a998ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,152,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a998ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a998ac;
  -webkit-box-shadow: 1px 1px 3px 2px #a998ac;
  box-shadow:         1px 1px 3px 2px #a998ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,152,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 #a998ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a998ac


Comments

No comments written yet.

Please login to write comment.