Color Hex Logo

#ada9a5 Color Hex

#ADA9A5
(173,169,165)
0 Favorites   0 Comments

Color spaces of #ada9a5

RGB 173169165
HSL0.080.050.66
HSV30°68°
CMYK 0.000.020.05   0.32
XYZ38.213139.976841.2996
Yxy39.97680.31980.3346
Hunter Lab63.2272-2.76625.5312
CIE-Lab69.45300.69782.5583

#ada9a5 color RGB value is (173,169,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 10100101
Octal 255 251 245
Decimal 173 169 165
Hex AD A9 A5

RGB Percentages of Color #ada9a5

%34.12
%33.33
%32.54

CMYK Percentages of Color #ada9a5

%0
%2
%5
%32

Triadic Colors of #ada9a5

#ada9a5 #a5ada9 #a9a5ad

Analogous Colors of #ada9a5

#ada9a5 #adada5 #ada5a5

Monochromatic Colors of #ada9a5

#ada9a5

Complementary Color

#ada9a5 #a5a9ad

#ada9a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada9a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada9a5 Color CSS Codes

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

#ada9a5 Text Font Color

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

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


#ada9a5 Background Color

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

This div background color is #ada9a5


#ada9a5 Border Color

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

This div border color is #ada9a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada9a5


Comments

No comments written yet.

Please login to write comment.