Color Hex Logo

#adadad Color Hex Gray68

#ADADAD
(173,173,173)
10 Favorites   0 Comments

Color spaces of #adadad Gray68

RGB 173173173
HSL0.000.000.68
HSV68°
CMYK 0.000.000.00   0.32
XYZ39.720041.788545.5077
Yxy41.78850.31270.3290
Hunter Lab64.6440-3.44923.5122
CIE-Lab70.72490.0040-0.0078

#adadad color RGB value is (173,173,173). #adadad color name is Gray68 color.

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

The process color (four color CMYK) of #adadad color hex is 0.00, 0.00, 0.00, 0.32. Web safe color of #adadad is #999999. Color #adadad rgb is equally color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 10101101
Octal 255 255 255
Decimal 173 173 173
Hex AD AD AD

RGB Percentages of Color #adadad

%33.33
%33.33
%33.33

CMYK Percentages of Color #adadad

%0
%0
%0
%32

Monochromatic Colors of #adadad

#adadad

#adadad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadad Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadad Color CSS Codes

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

#adadad Text Font Color

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

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


#adadad Background Color

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

This div background color is #adadad


#adadad Border Color

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

This div border color is #adadad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadad


Comments

No comments written yet.

Please login to write comment.