Color Hex Logo

#ada6ed Color Hex

#ADA6ED
(173,166,237)
0 Favorites   0 Comments

Color spaces of #ada6ed

RGB 173166237
HSL0.680.660.79
HSV246°30°93°
CMYK 0.270.300.00   0.07
XYZ46.155942.271185.8472
Yxy42.27110.26480.2426
Hunter Lab65.016212.9412-32.7749
CIE-Lab71.057417.7588-34.6655

#ada6ed color RGB value is (173,166,237).

#ada6ed hex color red value is 173, green value is 166 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ada6ed hue: 0.68 , saturation: 0.66 and the lightness value of ada6ed is 0.79.

The process color (four color CMYK) of #ada6ed color hex is 0.27, 0.30, 0.00, 0.07. Web safe color of #ada6ed is #9999ff. Color #ada6ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 11101101
Octal 255 246 355
Decimal 173 166 237
Hex AD A6 ED

RGB Percentages of Color #ada6ed

%30.03
%28.82
%41.15

CMYK Percentages of Color #ada6ed

%27
%30
%0
%7

Triadic Colors of #ada6ed

#ada6ed #edada6 #a6edad

Analogous Colors of #ada6ed

#ada6ed #d1a6ed #a6c3ed

Monochromatic Colors of #ada6ed

#ada6ed

Complementary Color

#ada6ed #e6eda6

#ada6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada6ed Color CSS Codes

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

#ada6ed Text Font Color

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

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


#ada6ed Background Color

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

This div background color is #ada6ed


#ada6ed Border Color

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

This div border color is #ada6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada6ed


Comments

No comments written yet.

Please login to write comment.