Color Hex Logo

#adadc8 Color Hex

#ADADC8
(173,173,200)
0 Favorites   0 Comments

Color spaces of #adadc8

RGB 173173200
HSL0.670.200.73
HSV240°14°78°
CMYK 0.140.140.00   0.22
XYZ42.602542.941560.6867
Yxy42.94150.29130.2937
Hunter Lab65.52981.3701-9.0373
CIE-Lab71.51525.4296-13.7033

#adadc8 color RGB value is (173,173,200).

#adadc8 hex color red value is 173, green value is 173 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #adadc8 hue: 0.67 , saturation: 0.20 and the lightness value of adadc8 is 0.73.

The process color (four color CMYK) of #adadc8 color hex is 0.14, 0.14, 0.00, 0.22. Web safe color of #adadc8 is #9999cc. Color #adadc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11001000
Octal 255 255 310
Decimal 173 173 200
Hex AD AD C8

RGB Percentages of Color #adadc8

%31.68
%31.68
%36.63

CMYK Percentages of Color #adadc8

%14
%14
%0
%22

Triadic Colors of #adadc8

#adadc8 #c8adad #adc8ad

Analogous Colors of #adadc8

#adadc8 #bbadc8 #adbbc8

Monochromatic Colors of #adadc8

#adadc8

Complementary Color

#adadc8 #c8c8ad

#adadc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadc8 Color CSS Codes

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

#adadc8 Text Font Color

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

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


#adadc8 Background Color

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

This div background color is #adadc8


#adadc8 Border Color

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

This div border color is #adadc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadc8


Comments

No comments written yet.

Please login to write comment.