Color Hex Logo

#adadc2 Color Hex

#ADADC2
(173,173,194)
0 Favorites   0 Comments

Color spaces of #adadc2

RGB 173173194
HSL0.670.150.72
HSV240°11°76°
CMYK 0.110.110.00   0.24
XYZ41.914842.666457.0652
Yxy42.66640.29590.3012
Hunter Lab65.31950.2323-6.0740
CIE-Lab71.32804.1667-10.6848

#adadc2 color RGB value is (173,173,194).

#adadc2 hex color red value is 173, green value is 173 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #adadc2 hue: 0.67 , saturation: 0.15 and the lightness value of adadc2 is 0.72.

The process color (four color CMYK) of #adadc2 color hex is 0.11, 0.11, 0.00, 0.24. Web safe color of #adadc2 is #9999cc. Color #adadc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11000010
Octal 255 255 302
Decimal 173 173 194
Hex AD AD C2

RGB Percentages of Color #adadc2

%32.04
%32.04
%35.93

CMYK Percentages of Color #adadc2

%11
%11
%0
%24

Triadic Colors of #adadc2

#adadc2 #c2adad #adc2ad

Analogous Colors of #adadc2

#adadc2 #b8adc2 #adb8c2

Monochromatic Colors of #adadc2

#adadc2

Complementary Color

#adadc2 #c2c2ad

#adadc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadc2 Color CSS Codes

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

#adadc2 Text Font Color

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

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


#adadc2 Background Color

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

This div background color is #adadc2


#adadc2 Border Color

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

This div border color is #adadc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadc2


Comments

No comments written yet.

Please login to write comment.