Color Hex Logo

#a99daf Color Hex

#A99DAF
(169,157,175)
0 Favorites   0 Comments

Color spaces of #a99daf

RGB 169157175
HSL0.780.100.65
HSV280°10°69°
CMYK 0.030.100.00   0.31
XYZ36.157035.644145.5318
Yxy35.64410.30820.3038
Hunter Lab59.70273.6231-3.4252
CIE-Lab66.24717.7753-7.7545

#a99daf color RGB value is (169,157,175).

#a99daf hex color red value is 169, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a99daf hue: 0.78 , saturation: 0.10 and the lightness value of a99daf is 0.65.

The process color (four color CMYK) of #a99daf color hex is 0.03, 0.10, 0.00, 0.31. Web safe color of #a99daf is #999999. Color #a99daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011101 10101111
Octal 251 235 257
Decimal 169 157 175
Hex A9 9D AF

RGB Percentages of Color #a99daf

%33.73
%31.34
%34.93

CMYK Percentages of Color #a99daf

%3
%10
%0
%31

Triadic Colors of #a99daf

#a99daf #afa99d #9dafa9

Analogous Colors of #a99daf

#a99daf #af9dac #a09daf

Monochromatic Colors of #a99daf

#a99daf

Complementary Color

#a99daf #a3af9d

#a99daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99daf Color CSS Codes

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

#a99daf Text Font Color

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

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


#a99daf Background Color

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

This div background color is #a99daf


#a99daf Border Color

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

This div border color is #a99daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99daf


Comments

No comments written yet.

Please login to write comment.