Color Hex Logo

#adaa9c Color Hex

#ADAA9C
(173,170,156)
0 Favorites   0 Comments

Color spaces of #adaa9c

RGB 173170156
HSL0.140.090.65
HSV49°10°68°
CMYK 0.000.020.10   0.32
XYZ37.609140.034037.1976
Yxy40.03400.32750.3486
Hunter Lab63.2724-4.62649.4344
CIE-Lab69.4937-1.43257.5898

#adaa9c color RGB value is (173,170,156).

#adaa9c hex color red value is 173, green value is 170 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #adaa9c hue: 0.14 , saturation: 0.09 and the lightness value of adaa9c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 10011100
Octal 255 252 234
Decimal 173 170 156
Hex AD AA 9C

RGB Percentages of Color #adaa9c

%34.67
%34.07
%31.26

CMYK Percentages of Color #adaa9c

%0
%2
%10
%32

Triadic Colors of #adaa9c

#adaa9c #9cadaa #aa9cad

Analogous Colors of #adaa9c

#adaa9c #a8ad9c #ada29c

Monochromatic Colors of #adaa9c

#adaa9c

Complementary Color

#adaa9c #9c9fad

#adaa9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa9c Color CSS Codes

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

#adaa9c Text Font Color

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

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


#adaa9c Background Color

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

This div background color is #adaa9c


#adaa9c Border Color

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

This div border color is #adaa9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa9c


Comments

No comments written yet.

Please login to write comment.