Color Hex Logo

#ada6df Color Hex

#ADA6DF
(173,166,223)
0 Favorites   0 Comments

Color spaces of #ada6df

RGB 173166223
HSL0.690.470.76
HSV247°26°87°
CMYK 0.220.260.00   0.13
XYZ44.189141.484475.4903
Yxy41.48440.27420.2574
Hunter Lab64.40849.7500-24.4054
CIE-Lab70.514014.4378-27.8517

#ada6df color RGB value is (173,166,223).

#ada6df hex color red value is 173, green value is 166 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ada6df hue: 0.69 , saturation: 0.47 and the lightness value of ada6df is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 11011111
Octal 255 246 337
Decimal 173 166 223
Hex AD A6 DF

RGB Percentages of Color #ada6df

%30.78
%29.54
%39.68

CMYK Percentages of Color #ada6df

%22
%26
%0
%13

Triadic Colors of #ada6df

#ada6df #dfada6 #a6dfad

Analogous Colors of #ada6df

#ada6df #caa6df #a6bcdf

Monochromatic Colors of #ada6df

#ada6df

Complementary Color

#ada6df #d8dfa6

#ada6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada6df Color CSS Codes

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

#ada6df Text Font Color

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

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


#ada6df Background Color

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

This div background color is #ada6df


#ada6df Border Color

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

This div border color is #ada6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada6df


Comments

No comments written yet.

Please login to write comment.