Color Hex Logo

#a98dab Color Hex

#A98DAB
(169,141,171)
0 Favorites   0 Comments

Color spaces of #a98dab

RGB 169141171
HSL0.820.150.61
HSV296°18°67°
CMYK 0.010.180.00   0.33
XYZ33.237730.425042.6489
Yxy30.42500.31260.2862
Hunter Lab55.158911.0328-7.2319
CIE-Lab62.019215.9737-11.8184

#a98dab color RGB value is (169,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001101 10101011
Octal 251 215 253
Decimal 169 141 171
Hex A9 8D AB

RGB Percentages of Color #a98dab

%35.14
%29.31
%35.55

CMYK Percentages of Color #a98dab

%1
%18
%0
%33

Triadic Colors of #a98dab

#a98dab #aba98d #8daba9

Analogous Colors of #a98dab

#a98dab #ab8d9e #9a8dab

Monochromatic Colors of #a98dab

#a98dab

Complementary Color

#a98dab #8fab8d

#a98dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98dab Color CSS Codes

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

#a98dab Text Font Color

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

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


#a98dab Background Color

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

This div background color is #a98dab


#a98dab Border Color

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

This div border color is #a98dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98dab


Comments

No comments written yet.

Please login to write comment.