Color Hex Logo

#ada7ad Color Hex

#ADA7AD
(173,167,173)
0 Favorites   0 Comments

Color spaces of #ada7ad

RGB 173167173
HSL0.830.040.67
HSV300°68°
CMYK 0.000.030.00   0.32
XYZ38.595139.538845.1327
Yxy39.53880.31310.3208
Hunter Lab62.8799-0.47811.4599
CIE-Lab69.13983.2735-2.3288

#ada7ad color RGB value is (173,167,173).

#ada7ad hex color red value is 173, green value is 167 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ada7ad hue: 0.83 , saturation: 0.04 and the lightness value of ada7ad is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 10101101
Octal 255 247 255
Decimal 173 167 173
Hex AD A7 AD

RGB Percentages of Color #ada7ad

%33.72
%32.55
%33.72

CMYK Percentages of Color #ada7ad

%0
%3
%0
%32

Triadic Colors of #ada7ad

#ada7ad #adada7 #a7adad

Analogous Colors of #ada7ad

#ada7ad #ada7aa #aaa7ad

Monochromatic Colors of #ada7ad

#ada7ad

Complementary Color

#ada7ad #a7ada7

#ada7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada7ad Color CSS Codes

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

#ada7ad Text Font Color

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

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


#ada7ad Background Color

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

This div background color is #ada7ad


#ada7ad Border Color

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

This div border color is #ada7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada7ad

#ada7ad Color Palettes


Comments

No comments written yet.

Please login to write comment.