Color Hex Logo

#ada9ed Color Hex

#ADA9ED
(173,169,237)
0 Favorites   0 Comments

Color spaces of #ada9ed

RGB 173169237
HSL0.680.650.80
HSV244°29°93°
CMYK 0.270.290.00   0.07
XYZ46.707643.374686.0311
Yxy43.37460.26520.2463
Hunter Lab65.859411.3386-31.3480
CIE-Lab71.808516.0812-33.5025

#ada9ed color RGB value is (173,169,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 11101101
Octal 255 251 355
Decimal 173 169 237
Hex AD A9 ED

RGB Percentages of Color #ada9ed

%29.88
%29.19
%40.93

CMYK Percentages of Color #ada9ed

%27
%29
%0
%7

Triadic Colors of #ada9ed

#ada9ed #edada9 #a9edad

Analogous Colors of #ada9ed

#ada9ed #cfa9ed #a9c7ed

Monochromatic Colors of #ada9ed

#ada9ed

Complementary Color

#ada9ed #e9eda9

#ada9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada9ed Color CSS Codes

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

#ada9ed Text Font Color

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

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


#ada9ed Background Color

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

This div background color is #ada9ed


#ada9ed Border Color

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

This div border color is #ada9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada9ed


Comments

No comments written yet.

Please login to write comment.