Color Hex Logo

#a9baef Color Hex

#A9BAEF
(169,186,239)
0 Favorites   0 Comments

Color spaces of #a9baef

RGB 169186239
HSL0.630.690.80
HSV225°29°94°
CMYK 0.290.220.00   0.06
XYZ49.501149.784888.6618
Yxy49.78480.26340.2649
Hunter Lab70.55831.7518-25.1114
CIE-Lab75.93706.0003-28.2501

#a9baef color RGB value is (169,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111010 11101111
Octal 251 272 357
Decimal 169 186 239
Hex A9 BA EF

RGB Percentages of Color #a9baef

%28.45
%31.31
%40.24

CMYK Percentages of Color #a9baef

%29
%22
%0
%6

Triadic Colors of #a9baef

#a9baef #efa9ba #baefa9

Analogous Colors of #a9baef

#a9baef #bba9ef #a9ddef

Monochromatic Colors of #a9baef

#a9baef

Complementary Color

#a9baef #efdea9

#a9baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9baef Color CSS Codes

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

#a9baef Text Font Color

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

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


#a9baef Background Color

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

This div background color is #a9baef


#a9baef Border Color

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

This div border color is #a9baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9baef


Comments

No comments written yet.

Please login to write comment.