Color Hex Logo

#adadde Color Hex

#ADADDE
(173,173,222)
0 Favorites   0 Comments

Color spaces of #adadde

RGB 173173222
HSL0.670.430.77
HSV240°22°87°
CMYK 0.220.220.00   0.13
XYZ45.362044.045375.2180
Yxy44.04530.27550.2675
Hunter Lab66.36665.8642-20.7409
CIE-Lab72.258810.3143-24.6304

#adadde color RGB value is (173,173,222).

#adadde hex color red value is 173, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #adadde hue: 0.67 , saturation: 0.43 and the lightness value of adadde is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11011110
Octal 255 255 336
Decimal 173 173 222
Hex AD AD DE

RGB Percentages of Color #adadde

%30.46
%30.46
%39.08

CMYK Percentages of Color #adadde

%22
%22
%0
%13

Triadic Colors of #adadde

#adadde #deadad #addead

Analogous Colors of #adadde

#adadde #c6adde #adc6de

Monochromatic Colors of #adadde

#adadde

Complementary Color

#adadde #dedead

#adadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadde Color CSS Codes

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

#adadde Text Font Color

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

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


#adadde Background Color

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

This div background color is #adadde


#adadde Border Color

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

This div border color is #adadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadde


Comments

No comments written yet.

Please login to write comment.