Color Hex Logo

#ada2ad Color Hex

#ADA2AD
(173,162,173)
0 Favorites   0 Comments

Color spaces of #ada2ad

RGB 173162173
HSL0.830.060.66
HSV300°68°
CMYK 0.000.060.00   0.32
XYZ37.696737.742044.8333
Yxy37.74200.31340.3138
Hunter Lab61.43452.0186-0.2641
CIE-Lab67.83006.0235-4.2565

#ada2ad color RGB value is (173,162,173).

#ada2ad hex color red value is 173, green value is 162 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ada2ad hue: 0.83 , saturation: 0.06 and the lightness value of ada2ad is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 10101101
Octal 255 242 255
Decimal 173 162 173
Hex AD A2 AD

RGB Percentages of Color #ada2ad

%34.06
%31.89
%34.06

CMYK Percentages of Color #ada2ad

%0
%6
%0
%32

Triadic Colors of #ada2ad

#ada2ad #adada2 #a2adad

Analogous Colors of #ada2ad

#ada2ad #ada2a8 #a8a2ad

Monochromatic Colors of #ada2ad

#ada2ad

Complementary Color

#ada2ad #a2ada2

#ada2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada2ad Color CSS Codes

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

#ada2ad Text Font Color

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

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


#ada2ad Background Color

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

This div background color is #ada2ad


#ada2ad Border Color

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

This div border color is #ada2ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,162,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 #ada2ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada2ad


Comments

No comments written yet.

Please login to write comment.