Color Hex Logo

#a9aded Color Hex

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

Color spaces of #a9aded

RGB 169173237
HSL0.660.650.80
HSV236°29°93°
CMYK 0.290.270.00   0.07
XYZ46.591844.436686.2422
Yxy44.43660.26280.2507
Hunter Lab66.66088.1042-30.0437
CIE-Lab72.519412.6907-32.4279

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

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

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

Base Numbers

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

RGB Percentages of Color #a9aded

%29.19
%29.88
%40.93

CMYK Percentages of Color #a9aded

%29
%27
%0
%7

Triadic Colors of #a9aded

#a9aded #eda9ad #adeda9

Analogous Colors of #a9aded

#a9aded #c7a9ed #a9cfed

Monochromatic Colors of #a9aded

#a9aded

Complementary Color

#a9aded #ede9a9

#a9aded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9aded Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9aded Color CSS Codes

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

#a9aded Text Font Color

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

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


#a9aded Background Color

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

This div background color is #a9aded


#a9aded Border Color

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

This div border color is #a9aded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9aded


Comments

No comments written yet.

Please login to write comment.