Color Hex Logo

#a9adea Color Hex

#A9ADEA
(169,173,234)
0 Favorites   0 Comments

Color spaces of #a9adea

RGB 169173234
HSL0.660.610.79
HSV236°28°92°
CMYK 0.280.260.00   0.08
XYZ46.157044.262783.9527
Yxy44.26270.26470.2538
Hunter Lab66.53027.4109-28.2453
CIE-Lab72.403711.9589-30.9751

#a9adea color RGB value is (169,173,234).

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

The process color (four color CMYK) of #a9adea color hex is 0.28, 0.26, 0.00, 0.08. Web safe color of #a9adea is #9999ff. Color #a9adea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101101 11101010
Octal 251 255 352
Decimal 169 173 234
Hex A9 AD EA

RGB Percentages of Color #a9adea

%29.34
%30.03
%40.63

CMYK Percentages of Color #a9adea

%28
%26
%0
%8

Triadic Colors of #a9adea

#a9adea #eaa9ad #adeaa9

Analogous Colors of #a9adea

#a9adea #c6a9ea #a9ceea

Monochromatic Colors of #a9adea

#a9adea

Complementary Color

#a9adea #eae6a9

#a9adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9adea Color CSS Codes

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

#a9adea Text Font Color

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

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


#a9adea Background Color

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

This div background color is #a9adea


#a9adea Border Color

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

This div border color is #a9adea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9adea


Comments

No comments written yet.

Please login to write comment.