Color Hex Logo

#ada8ed Color Hex

#ADA8ED
(173,168,237)
0 Favorites   0 Comments

Color spaces of #ada8ed

RGB 173168237
HSL0.680.660.79
HSV244°29°93°
CMYK 0.270.290.00   0.07
XYZ46.522343.003985.9694
Yxy43.00390.26510.2450
Hunter Lab65.577411.8722-31.8228
CIE-Lab71.557616.6401-33.8908

#ada8ed color RGB value is (173,168,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 11101101
Octal 255 250 355
Decimal 173 168 237
Hex AD A8 ED

RGB Percentages of Color #ada8ed

%29.93
%29.07
%41.00

CMYK Percentages of Color #ada8ed

%27
%29
%0
%7

Triadic Colors of #ada8ed

#ada8ed #edada8 #a8edad

Analogous Colors of #ada8ed

#ada8ed #d0a8ed #a8c6ed

Monochromatic Colors of #ada8ed

#ada8ed

Complementary Color

#ada8ed #e8eda8

#ada8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada8ed Color CSS Codes

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

#ada8ed Text Font Color

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

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


#ada8ed Background Color

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

This div background color is #ada8ed


#ada8ed Border Color

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

This div border color is #ada8ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,168,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 #ada8ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada8ed


Comments

No comments written yet.

Please login to write comment.