Color Hex Logo

#ada9ab Color Hex

#ADA9AB
(173,169,171)
0 Favorites   0 Comments

Color spaces of #ada9ab

RGB 173169171
HSL0.920.020.67
HSV330°68°
CMYK 0.000.020.01   0.32
XYZ38.772240.200444.2440
Yxy40.20040.31470.3263
Hunter Lab63.4038-1.80173.0093
CIE-Lab69.61201.8034-0.5293

#ada9ab color RGB value is (173,169,171).

#ada9ab hex color red value is 173, green value is 169 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ada9ab hue: 0.92 , saturation: 0.02 and the lightness value of ada9ab is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 10101011
Octal 255 251 253
Decimal 173 169 171
Hex AD A9 AB

RGB Percentages of Color #ada9ab

%33.72
%32.94
%33.33

CMYK Percentages of Color #ada9ab

%0
%2
%1
%32

Triadic Colors of #ada9ab

#ada9ab #abada9 #a9abad

Analogous Colors of #ada9ab

#ada9ab #ada9a9 #ada9ad

Monochromatic Colors of #ada9ab

#ada9ab

Complementary Color

#ada9ab #a9adab

#ada9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada9ab Color CSS Codes

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

#ada9ab Text Font Color

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

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


#ada9ab Background Color

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

This div background color is #ada9ab


#ada9ab Border Color

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

This div border color is #ada9ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,169,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ada9ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada9ab

#ada9ab Color Palettes


Comments

No comments written yet.

Please login to write comment.