Color Hex Logo

#a98aab Color Hex

#A98AAB
(169,138,171)
0 Favorites   0 Comments

Color spaces of #a98aab

RGB 169138171
HSL0.820.160.61
HSV296°19°67°
CMYK 0.010.190.00   0.33
XYZ32.801429.552242.5034
Yxy29.55220.31280.2818
Hunter Lab54.361912.5716-8.3031
CIE-Lab61.265917.6725-12.9505

#a98aab color RGB value is (169,138,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001010 10101011
Octal 251 212 253
Decimal 169 138 171
Hex A9 8A AB

RGB Percentages of Color #a98aab

%35.36
%28.87
%35.77

CMYK Percentages of Color #a98aab

%1
%19
%0
%33

Triadic Colors of #a98aab

#a98aab #aba98a #8aaba9

Analogous Colors of #a98aab

#a98aab #ab8a9d #998aab

Monochromatic Colors of #a98aab

#a98aab

Complementary Color

#a98aab #8cab8a

#a98aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98aab Color CSS Codes

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

#a98aab Text Font Color

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

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


#a98aab Background Color

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

This div background color is #a98aab


#a98aab Border Color

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

This div border color is #a98aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98aab


Comments

No comments written yet.

Please login to write comment.