Color Hex Logo

#adadac Color Hex

#ADADAC
(173,173,172)
0 Favorites   0 Comments

Color spaces of #adadac

RGB 173173172
HSL0.170.010.68
HSV60°68°
CMYK 0.000.000.01   0.32
XYZ39.623541.749944.9999
Yxy41.74990.31350.3304
Hunter Lab64.6142-3.61283.9380
CIE-Lab70.6981-0.18380.5044

#adadac color RGB value is (173,173,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 10101100
Octal 255 255 254
Decimal 173 173 172
Hex AD AD AC

RGB Percentages of Color #adadac

%33.40
%33.40
%33.20

CMYK Percentages of Color #adadac

%0
%0
%1
%32

Triadic Colors of #adadac

#adadac #acadad #adacad

Monochromatic Colors of #adadac

#adadac

Complementary Color

#adadac #acacad

#adadac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadac Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadac Color CSS Codes

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

#adadac Text Font Color

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

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


#adadac Background Color

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

This div background color is #adadac


#adadac Border Color

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

This div border color is #adadac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadac

#adadac Color Palettes


Comments

No comments written yet.

Please login to write comment.