Color Hex Logo

#ada4ac Color Hex

#ADA4AC
(173,164,172)
0 Favorites   0 Comments

Color spaces of #ada4ac

RGB 173164172
HSL0.850.050.66
HSV307°68°
CMYK 0.000.050.01   0.32
XYZ37.955438.413744.4438
Yxy38.41370.31420.3180
Hunter Lab61.97880.84930.8694
CIE-Lab68.32444.7309-2.9720

#ada4ac color RGB value is (173,164,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 10101100
Octal 255 244 254
Decimal 173 164 172
Hex AD A4 AC

RGB Percentages of Color #ada4ac

%33.99
%32.22
%33.79

CMYK Percentages of Color #ada4ac

%0
%5
%1
%32

Triadic Colors of #ada4ac

#ada4ac #acada4 #a4acad

Analogous Colors of #ada4ac

#ada4ac #ada4a8 #aaa4ad

Monochromatic Colors of #ada4ac

#ada4ac

Complementary Color

#ada4ac #a4ada5

#ada4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada4ac Color CSS Codes

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

#ada4ac Text Font Color

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

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


#ada4ac Background Color

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

This div background color is #ada4ac


#ada4ac Border Color

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

This div border color is #ada4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada4ac


Comments

No comments written yet.

Please login to write comment.