Color Hex Logo

#a9daef Color Hex

#A9DAEF
(169,218,239)
0 Favorites   0 Comments

Color spaces of #a9daef

RGB 169218239
HSL0.550.690.80
HSV198°29°94°
CMYK 0.290.090.00   0.06
XYZ57.013664.809891.1660
Yxy64.80980.26770.3043
Hunter Lab80.5045-14.4686-10.7888
CIE-Lab84.3856-11.0163-15.4255

#a9daef color RGB value is (169,218,239).

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

The process color (four color CMYK) of #a9daef color hex is 0.29, 0.09, 0.00, 0.06. Web safe color of #a9daef is #99ccff. Color #a9daef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011010 11101111
Octal 251 332 357
Decimal 169 218 239
Hex A9 DA EF

RGB Percentages of Color #a9daef

%27.00
%34.82
%38.18

CMYK Percentages of Color #a9daef

%29
%9
%0
%6

Triadic Colors of #a9daef

#a9daef #efa9da #daefa9

Analogous Colors of #a9daef

#a9daef #a9b7ef #a9efe1

Monochromatic Colors of #a9daef

#a9daef

Complementary Color

#a9daef #efbea9

#a9daef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9daef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9daef Color CSS Codes

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

#a9daef Text Font Color

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

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


#a9daef Background Color

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

This div background color is #a9daef


#a9daef Border Color

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

This div border color is #a9daef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9daef


Comments

No comments written yet.

Please login to write comment.