Color Hex Logo

#adaca9 Color Hex

#ADACA9
(173,172,169)
0 Favorites   0 Comments

Color spaces of #adaca9

RGB 173172169
HSL0.130.020.67
HSV45°68°
CMYK 0.000.010.02   0.32
XYZ39.147541.253943.4356
Yxy41.25390.31610.3331
Hunter Lab64.2292-3.60594.8650
CIE-Lab70.3534-0.19981.6567

#adaca9 color RGB value is (173,172,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 10101001
Octal 255 254 251
Decimal 173 172 169
Hex AD AC A9

RGB Percentages of Color #adaca9

%33.66
%33.46
%32.88

CMYK Percentages of Color #adaca9

%0
%1
%2
%32

Triadic Colors of #adaca9

#adaca9 #a9adac #aca9ad

Analogous Colors of #adaca9

#adaca9 #acada9 #adaaa9

Monochromatic Colors of #adaca9

#adaca9

Complementary Color

#adaca9 #a9aaad

#adaca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaca9 Color CSS Codes

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

#adaca9 Text Font Color

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

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


#adaca9 Background Color

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

This div background color is #adaca9


#adaca9 Border Color

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

This div border color is #adaca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaca9

#adaca9 Color Palettes


Comments

No comments written yet.

Please login to write comment.