Color Hex Logo

#ada0aa Color Hex

#ADA0AA
(173,160,170)
0 Favorites   0 Comments

Color spaces of #ada0aa

RGB 173160170
HSL0.870.070.65
HSV314°68°
CMYK 0.000.080.02   0.32
XYZ37.060136.928143.2048
Yxy36.92810.31620.3151
Hunter Lab60.76852.51460.3843
CIE-Lab67.22316.5601-3.4793

#ada0aa color RGB value is (173,160,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 10101010
Octal 255 240 252
Decimal 173 160 170
Hex AD A0 AA

RGB Percentages of Color #ada0aa

%34.39
%31.81
%33.80

CMYK Percentages of Color #ada0aa

%0
%8
%2
%32

Triadic Colors of #ada0aa

#ada0aa #aaada0 #a0aaad

Analogous Colors of #ada0aa

#ada0aa #ada0a4 #aaa0ad

Monochromatic Colors of #ada0aa

#ada0aa

Complementary Color

#ada0aa #a0ada3

#ada0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada0aa Color CSS Codes

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

#ada0aa Text Font Color

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

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


#ada0aa Background Color

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

This div background color is #ada0aa


#ada0aa Border Color

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

This div border color is #ada0aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada0aa


Comments

No comments written yet.

Please login to write comment.