Color Hex Logo

#ada6ac Color Hex

#ADA6AC
(173,166,172)
0 Favorites   0 Comments

Color spaces of #ada6ac

RGB 173166172
HSL0.860.040.66
HSV309°68°
CMYK 0.000.040.01   0.32
XYZ38.316239.135244.5641
Yxy39.13520.31400.3207
Hunter Lab62.5581-0.14741.5547
CIE-Lab68.84913.6324-2.2011

#ada6ac color RGB value is (173,166,172).

#ada6ac hex color red value is 173, green value is 166 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ada6ac hue: 0.86 , saturation: 0.04 and the lightness value of ada6ac is 0.66.

The process color (four color CMYK) of #ada6ac color hex is 0.00, 0.04, 0.01, 0.32. Web safe color of #ada6ac is #999999. Color #ada6ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 10101100
Octal 255 246 254
Decimal 173 166 172
Hex AD A6 AC

RGB Percentages of Color #ada6ac

%33.86
%32.49
%33.66

CMYK Percentages of Color #ada6ac

%0
%4
%1
%32

Triadic Colors of #ada6ac

#ada6ac #acada6 #a6acad

Analogous Colors of #ada6ac

#ada6ac #ada6a9 #aba6ad

Monochromatic Colors of #ada6ac

#ada6ac

Complementary Color

#ada6ac #a6ada7

#ada6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada6ac Color CSS Codes

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

#ada6ac Text Font Color

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

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


#ada6ac Background Color

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

This div background color is #ada6ac


#ada6ac Border Color

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

This div border color is #ada6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada6ac


Comments

No comments written yet.

Please login to write comment.