Color Hex Logo

#a09cad Color Hex

#A09CAD
(160,156,173)
0 Favorites   0 Comments

Color spaces of #a09cad

RGB 160156173
HSL0.710.090.65
HSV254°10°68°
CMYK 0.080.100.00   0.32
XYZ33.928534.267644.3613
Yxy34.26760.30140.3044
Hunter Lab58.53851.0148-3.9538
CIE-Lab65.17444.7974-8.3112

#a09cad color RGB value is (160,156,173).

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

The process color (four color CMYK) of #a09cad color hex is 0.08, 0.10, 0.00, 0.32. Web safe color of #a09cad is #999999. Color #a09cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011100 10101101
Octal 240 234 255
Decimal 160 156 173
Hex A0 9C AD

RGB Percentages of Color #a09cad

%32.72
%31.90
%35.38

CMYK Percentages of Color #a09cad

%8
%10
%0
%32

Triadic Colors of #a09cad

#a09cad #ada09c #9cada0

Analogous Colors of #a09cad

#a09cad #a99cad #9ca1ad

Monochromatic Colors of #a09cad

#a09cad

Complementary Color

#a09cad #a9ad9c

#a09cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09cad Color CSS Codes

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

#a09cad Text Font Color

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

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


#a09cad Background Color

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

This div background color is #a09cad


#a09cad Border Color

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

This div border color is #a09cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09cad


Comments

No comments written yet.

Please login to write comment.