Color Hex Logo

#a98eac Color Hex

#A98EAC
(169,142,172)
0 Favorites   0 Comments

Color spaces of #a98eac

RGB 169142172
HSL0.820.150.62
HSV294°17°67°
CMYK 0.020.170.00   0.33
XYZ33.481630.759643.2022
Yxy30.75960.31160.2863
Hunter Lab55.461310.7018-7.3616
CIE-Lab62.304215.6050-11.9571

#a98eac color RGB value is (169,142,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001110 10101100
Octal 251 216 254
Decimal 169 142 172
Hex A9 8E AC

RGB Percentages of Color #a98eac

%34.99
%29.40
%35.61

CMYK Percentages of Color #a98eac

%2
%17
%0
%33

Triadic Colors of #a98eac

#a98eac #aca98e #8eaca9

Analogous Colors of #a98eac

#a98eac #ac8ea0 #9a8eac

Monochromatic Colors of #a98eac

#a98eac

Complementary Color

#a98eac #91ac8e

#a98eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98eac Color CSS Codes

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

#a98eac Text Font Color

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

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


#a98eac Background Color

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

This div background color is #a98eac


#a98eac Border Color

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

This div border color is #a98eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98eac


Comments

No comments written yet.

Please login to write comment.