Color Hex Logo

#a98eab Color Hex

#A98EAB
(169,142,171)
0 Favorites   0 Comments

Color spaces of #a98eab

RGB 169142171
HSL0.820.150.61
HSV296°17°67°
CMYK 0.010.170.00   0.33
XYZ33.385930.721342.6983
Yxy30.72130.31260.2876
Hunter Lab55.426810.5212-6.8756
CIE-Lab62.271715.4084-11.4396

#a98eab color RGB value is (169,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001110 10101011
Octal 251 216 253
Decimal 169 142 171
Hex A9 8E AB

RGB Percentages of Color #a98eab

%35.06
%29.46
%35.48

CMYK Percentages of Color #a98eab

%1
%17
%0
%33

Triadic Colors of #a98eab

#a98eab #aba98e #8eaba9

Analogous Colors of #a98eab

#a98eab #ab8e9f #9b8eab

Monochromatic Colors of #a98eab

#a98eab

Complementary Color

#a98eab #90ab8e

#a98eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98eab Color CSS Codes

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

#a98eab Text Font Color

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

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


#a98eab Background Color

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

This div background color is #a98eab


#a98eab Border Color

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

This div border color is #a98eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98eab


Comments

No comments written yet.

Please login to write comment.