Color Hex Logo

#a9daee Color Hex

#A9DAEE
(169,218,238)
0 Favorites   0 Comments

Color spaces of #a9daee

RGB 169218238
HSL0.550.670.80
HSV197°29°93°
CMYK 0.290.080.00   0.07
XYZ56.866264.750990.3899
Yxy64.75090.26820.3054
Hunter Lab80.4679-14.6741-10.2731
CIE-Lab84.3552-11.2489-14.9415

#a9daee color RGB value is (169,218,238).

#a9daee hex color red value is 169, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a9daee hue: 0.55 , saturation: 0.67 and the lightness value of a9daee is 0.80.

The process color (four color CMYK) of #a9daee color hex is 0.29, 0.08, 0.00, 0.07. Web safe color of #a9daee is #99ccff. Color #a9daee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011010 11101110
Octal 251 332 356
Decimal 169 218 238
Hex A9 DA EE

RGB Percentages of Color #a9daee

%27.04
%34.88
%38.08

CMYK Percentages of Color #a9daee

%29
%8
%0
%7

Triadic Colors of #a9daee

#a9daee #eea9da #daeea9

Analogous Colors of #a9daee

#a9daee #a9b8ee #a9eee0

Monochromatic Colors of #a9daee

#a9daee

Complementary Color

#a9daee #eebda9

#a9daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9daee Color CSS Codes

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

#a9daee Text Font Color

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

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


#a9daee Background Color

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

This div background color is #a9daee


#a9daee Border Color

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

This div border color is #a9daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9daee


Comments

No comments written yet.

Please login to write comment.