Color Hex Logo

#adaaaf Color Hex

#ADAAAF
(173,170,175)
0 Favorites   0 Comments

Color spaces of #adaaaf

RGB 173170175
HSL0.770.030.68
HSV276°69°
CMYK 0.010.030.00   0.31
XYZ39.346240.728846.3451
Yxy40.72880.31120.3222
Hunter Lab63.8191-1.63341.6173
CIE-Lab69.98552.0146-2.1942

#adaaaf color RGB value is (173,170,175).

#adaaaf hex color red value is 173, green value is 170 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #adaaaf hue: 0.77 , saturation: 0.03 and the lightness value of adaaaf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 10101111
Octal 255 252 257
Decimal 173 170 175
Hex AD AA AF

RGB Percentages of Color #adaaaf

%33.40
%32.82
%33.78

CMYK Percentages of Color #adaaaf

%1
%3
%0
%31

Triadic Colors of #adaaaf

#adaaaf #afadaa #aaafad

Analogous Colors of #adaaaf

#adaaaf #afaaaf #abaaaf

Monochromatic Colors of #adaaaf

#adaaaf

Complementary Color

#adaaaf #acafaa

#adaaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaaaf Color CSS Codes

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

#adaaaf Text Font Color

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

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


#adaaaf Background Color

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

This div background color is #adaaaf


#adaaaf Border Color

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

This div border color is #adaaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaaaf


Comments

No comments written yet.

Please login to write comment.