Color Hex Logo

#a69dad Color Hex

#A69DAD
(166,157,173)
0 Favorites   0 Comments

Color spaces of #a69dad

RGB 166157173
HSL0.760.090.65
HSV274°68°
CMYK 0.040.090.00   0.32
XYZ35.325735.238144.4749
Yxy35.23810.30710.3063
Hunter Lab59.36172.3411-2.8680
CIE-Lab65.93366.3284-7.1287

#a69dad color RGB value is (166,157,173).

#a69dad hex color red value is 166, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a69dad hue: 0.76 , saturation: 0.09 and the lightness value of a69dad is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011101 10101101
Octal 246 235 255
Decimal 166 157 173
Hex A6 9D AD

RGB Percentages of Color #a69dad

%33.47
%31.65
%34.88

CMYK Percentages of Color #a69dad

%4
%9
%0
%32

Triadic Colors of #a69dad

#a69dad #ada69d #9dada6

Analogous Colors of #a69dad

#a69dad #ad9dac #9e9dad

Monochromatic Colors of #a69dad

#a69dad

Complementary Color

#a69dad #a4ad9d

#a69dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69dad Color CSS Codes

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

#a69dad Text Font Color

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

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


#a69dad Background Color

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

This div background color is #a69dad


#a69dad Border Color

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

This div border color is #a69dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69dad


Comments

No comments written yet.

Please login to write comment.