Color Hex Logo

#adadaf Color Hex

#ADADAF
(173,173,175)
0 Favorites   0 Comments

Color spaces of #adadaf

RGB 173173175
HSL0.670.010.68
HSV240°69°
CMYK 0.010.010.00   0.31
XYZ39.915041.866546.5347
Yxy41.86650.31110.3263
Hunter Lab64.7043-3.11902.6523
CIE-Lab70.77880.3823-1.0313

#adadaf color RGB value is (173,173,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 10101111
Octal 255 255 257
Decimal 173 173 175
Hex AD AD AF

RGB Percentages of Color #adadaf

%33.21
%33.21
%33.59

CMYK Percentages of Color #adadaf

%1
%1
%0
%31

Triadic Colors of #adadaf

#adadaf #afadad #adafad

Analogous Colors of #adadaf

#adadaf #aeadaf #adaeaf

Monochromatic Colors of #adadaf

#adadaf

Complementary Color

#adadaf #afafad

#adadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadaf Color CSS Codes

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

#adadaf Text Font Color

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

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


#adadaf Background Color

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

This div background color is #adadaf


#adadaf Border Color

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

This div border color is #adadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadaf

#adadaf Color Palettes


Comments

No comments written yet.

Please login to write comment.