Color Hex Logo

#ada0af Color Hex

#ADA0AF
(173,160,175)
0 Favorites   0 Comments

Color spaces of #ada0af

RGB 173160175
HSL0.810.090.66
HSV292°69°
CMYK 0.010.090.00   0.31
XYZ37.542237.121045.7438
Yxy37.12100.31180.3083
Hunter Lab60.92703.3664-1.8658
CIE-Lab67.36777.5137-6.0541

#ada0af color RGB value is (173,160,175).

#ada0af hex color red value is 173, green value is 160 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ada0af hue: 0.81 , saturation: 0.09 and the lightness value of ada0af is 0.66.

The process color (four color CMYK) of #ada0af color hex is 0.01, 0.09, 0.00, 0.31. Web safe color of #ada0af is #999999. Color #ada0af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 10101111
Octal 255 240 257
Decimal 173 160 175
Hex AD A0 AF

RGB Percentages of Color #ada0af

%34.06
%31.50
%34.45

CMYK Percentages of Color #ada0af

%1
%9
%0
%31

Triadic Colors of #ada0af

#ada0af #afada0 #a0afad

Analogous Colors of #ada0af

#ada0af #afa0aa #a6a0af

Monochromatic Colors of #ada0af

#ada0af

Complementary Color

#ada0af #a2afa0

#ada0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada0af Color CSS Codes

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

#ada0af Text Font Color

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

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


#ada0af Background Color

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

This div background color is #ada0af


#ada0af Border Color

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

This div border color is #ada0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada0af


Comments

No comments written yet.

Please login to write comment.