Color Hex Logo

#ada1ac Color Hex

#ADA1AC
(173,161,172)
0 Favorites   0 Comments

Color spaces of #ada1ac

RGB 173161172
HSL0.850.070.65
HSV305°68°
CMYK 0.000.070.01   0.32
XYZ37.424837.352544.2670
Yxy37.35250.31440.3138
Hunter Lab61.11672.3502-0.1622
CIE-Lab67.54076.3854-4.1263

#ada1ac color RGB value is (173,161,172).

#ada1ac hex color red value is 173, green value is 161 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ada1ac hue: 0.85 , saturation: 0.07 and the lightness value of ada1ac is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 10101100
Octal 255 241 254
Decimal 173 161 172
Hex AD A1 AC

RGB Percentages of Color #ada1ac

%34.19
%31.82
%33.99

CMYK Percentages of Color #ada1ac

%0
%7
%1
%32

Triadic Colors of #ada1ac

#ada1ac #acada1 #a1acad

Analogous Colors of #ada1ac

#ada1ac #ada1a6 #a8a1ad

Monochromatic Colors of #ada1ac

#ada1ac

Complementary Color

#ada1ac #a1ada2

#ada1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada1ac Color CSS Codes

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

#ada1ac Text Font Color

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

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


#ada1ac Background Color

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

This div background color is #ada1ac


#ada1ac Border Color

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

This div border color is #ada1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada1ac


Comments

No comments written yet.

Please login to write comment.