Color Hex Logo

#adadd0 Color Hex

#ADADD0
(173,173,208)
0 Favorites   0 Comments

Color spaces of #adadd0

RGB 173173208
HSL0.670.270.75
HSV240°17°82°
CMYK 0.170.170.00   0.18
XYZ43.562343.325465.7412
Yxy43.32540.28540.2839
Hunter Lab65.82202.9462-13.1418
CIE-Lab71.77537.1610-17.7032

#adadd0 color RGB value is (173,173,208).

#adadd0 hex color red value is 173, green value is 173 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #adadd0 hue: 0.67 , saturation: 0.27 and the lightness value of adadd0 is 0.75.

The process color (four color CMYK) of #adadd0 color hex is 0.17, 0.17, 0.00, 0.18. Web safe color of #adadd0 is #9999cc. Color #adadd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11010000
Octal 255 255 320
Decimal 173 173 208
Hex AD AD D0

RGB Percentages of Color #adadd0

%31.23
%31.23
%37.55

CMYK Percentages of Color #adadd0

%17
%17
%0
%18

Triadic Colors of #adadd0

#adadd0 #d0adad #add0ad

Analogous Colors of #adadd0

#adadd0 #bfadd0 #adbfd0

Monochromatic Colors of #adadd0

#adadd0

Complementary Color

#adadd0 #d0d0ad

#adadd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadd0 Color CSS Codes

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

#adadd0 Text Font Color

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

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


#adadd0 Background Color

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

This div background color is #adadd0


#adadd0 Border Color

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

This div border color is #adadd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadd0


Comments

No comments written yet.

Please login to write comment.