Color Hex Logo

#a98daa Color Hex

#A98DAA
(169,141,170)
0 Favorites   0 Comments

Color spaces of #a98daa

RGB 169141170
HSL0.830.150.61
HSV298°17°67°
CMYK 0.010.170.00   0.33
XYZ33.142830.387042.1487
Yxy30.38700.31360.2875
Hunter Lab55.124410.8530-6.7467
CIE-Lab61.986715.7782-11.3000

#a98daa color RGB value is (169,141,170).

#a98daa hex color red value is 169, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a98daa hue: 0.83 , saturation: 0.15 and the lightness value of a98daa is 0.61.

The process color (four color CMYK) of #a98daa color hex is 0.01, 0.17, 0.00, 0.33. Web safe color of #a98daa is #999999. Color #a98daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001101 10101010
Octal 251 215 252
Decimal 169 141 170
Hex A9 8D AA

RGB Percentages of Color #a98daa

%35.21
%29.38
%35.42

CMYK Percentages of Color #a98daa

%1
%17
%0
%33

Triadic Colors of #a98daa

#a98daa #aaa98d #8daaa9

Analogous Colors of #a98daa

#a98daa #aa8d9d #9b8daa

Monochromatic Colors of #a98daa

#a98daa

Complementary Color

#a98daa #8eaa8d

#a98daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98daa Color CSS Codes

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

#a98daa Text Font Color

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

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


#a98daa Background Color

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

This div background color is #a98daa


#a98daa Border Color

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

This div border color is #a98daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98daa


Comments

No comments written yet.

Please login to write comment.