Color Hex Logo

#ada3ac Color Hex

#ADA3AC
(173,163,172)
0 Favorites   0 Comments

Color spaces of #ada3ac

RGB 173163172
HSL0.850.060.66
HSV306°68°
CMYK 0.000.060.01   0.32
XYZ37.777238.057244.3844
Yxy38.05720.31420.3166
Hunter Lab61.69051.34900.5261
CIE-Lab68.06285.2817-3.3570

#ada3ac color RGB value is (173,163,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 10101100
Octal 255 243 254
Decimal 173 163 172
Hex AD A3 AC

RGB Percentages of Color #ada3ac

%34.06
%32.09
%33.86

CMYK Percentages of Color #ada3ac

%0
%6
%1
%32

Triadic Colors of #ada3ac

#ada3ac #acada3 #a3acad

Analogous Colors of #ada3ac

#ada3ac #ada3a7 #a9a3ad

Monochromatic Colors of #ada3ac

#ada3ac

Complementary Color

#ada3ac #a3ada4

#ada3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada3ac Color CSS Codes

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

#ada3ac Text Font Color

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

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


#ada3ac Background Color

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

This div background color is #ada3ac


#ada3ac Border Color

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

This div border color is #ada3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada3ac


Comments

No comments written yet.

Please login to write comment.