Color Hex Logo

#a99ead Color Hex

#A99EAD
(169,158,173)
0 Favorites   0 Comments

Color spaces of #a99ead

RGB 169158173
HSL0.790.080.65
HSV284°68°
CMYK 0.020.090.00   0.32
XYZ36.131935.905944.5613
Yxy35.90590.30990.3079
Hunter Lab59.92152.7705-2.1466
CIE-Lab66.44806.8256-6.3379

#a99ead color RGB value is (169,158,173).

#a99ead hex color red value is 169, green value is 158 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a99ead hue: 0.79 , saturation: 0.08 and the lightness value of a99ead is 0.65.

The process color (four color CMYK) of #a99ead color hex is 0.02, 0.09, 0.00, 0.32. Web safe color of #a99ead is #999999. Color #a99ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011110 10101101
Octal 251 236 255
Decimal 169 158 173
Hex A9 9E AD

RGB Percentages of Color #a99ead

%33.80
%31.60
%34.60

CMYK Percentages of Color #a99ead

%2
%9
%0
%32

Triadic Colors of #a99ead

#a99ead #ada99e #9eada9

Analogous Colors of #a99ead

#a99ead #ad9eaa #a29ead

Monochromatic Colors of #a99ead

#a99ead

Complementary Color

#a99ead #a2ad9e

#a99ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99ead Color CSS Codes

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

#a99ead Text Font Color

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

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


#a99ead Background Color

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

This div background color is #a99ead


#a99ead Border Color

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

This div border color is #a99ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99ead


Comments

No comments written yet.

Please login to write comment.