Color Hex Logo

#adadcd Color Hex

#ADADCD
(173,173,205)
0 Favorites   0 Comments

Color spaces of #adadcd

RGB 173173205
HSL0.670.240.74
HSV240°16°80°
CMYK 0.160.160.00   0.20
XYZ43.196643.179263.8153
Yxy43.17920.28760.2875
Hunter Lab65.71092.3471-11.5820
CIE-Lab71.67646.5053-16.2066

#adadcd color RGB value is (173,173,205).

#adadcd hex color red value is 173, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #adadcd hue: 0.67 , saturation: 0.24 and the lightness value of adadcd is 0.74.

The process color (four color CMYK) of #adadcd color hex is 0.16, 0.16, 0.00, 0.20. Web safe color of #adadcd is #9999cc. Color #adadcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11001101
Octal 255 255 315
Decimal 173 173 205
Hex AD AD CD

RGB Percentages of Color #adadcd

%31.40
%31.40
%37.21

CMYK Percentages of Color #adadcd

%16
%16
%0
%20

Triadic Colors of #adadcd

#adadcd #cdadad #adcdad

Analogous Colors of #adadcd

#adadcd #bdadcd #adbdcd

Monochromatic Colors of #adadcd

#adadcd

Complementary Color

#adadcd #cdcdad

#adadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadcd Color CSS Codes

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

#adadcd Text Font Color

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

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


#adadcd Background Color

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

This div background color is #adadcd


#adadcd Border Color

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

This div border color is #adadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadcd


Comments

No comments written yet.

Please login to write comment.