Color Hex Logo

#ada7ac Color Hex

#ADA7AC
(173,167,172)
1 Favorites   0 Comments

Color spaces of #ada7ac

RGB 173167172
HSL0.860.040.67
HSV310°68°
CMYK 0.000.030.01   0.32
XYZ38.498739.500244.6249
Yxy39.50020.31400.3221
Hunter Lab62.8492-0.64471.8967
CIE-Lab69.11213.0844-1.8152

#ada7ac color RGB value is (173,167,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 10101100
Octal 255 247 254
Decimal 173 167 172
Hex AD A7 AC

RGB Percentages of Color #ada7ac

%33.79
%32.62
%33.59

CMYK Percentages of Color #ada7ac

%0
%3
%1
%32

Triadic Colors of #ada7ac

#ada7ac #acada7 #a7acad

Analogous Colors of #ada7ac

#ada7ac #ada7a9 #aba7ad

Monochromatic Colors of #ada7ac

#ada7ac

Complementary Color

#ada7ac #a7ada8

#ada7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada7ac Color CSS Codes

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

#ada7ac Text Font Color

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

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


#ada7ac Background Color

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

This div background color is #ada7ac


#ada7ac Border Color

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

This div border color is #ada7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada7ac


Comments

No comments written yet.

Please login to write comment.