Color Hex Logo

#a9baed Color Hex

#A9BAED
(169,186,237)
0 Favorites   0 Comments

Color spaces of #a9baed

RGB 169186237
HSL0.630.650.80
HSV225°29°93°
CMYK 0.290.220.00   0.07
XYZ49.207249.667387.1140
Yxy49.66730.26460.2670
Hunter Lab70.47501.3013-23.9557
CIE-Lab75.86465.5145-27.2817

#a9baed color RGB value is (169,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111010 11101101
Octal 251 272 355
Decimal 169 186 237
Hex A9 BA ED

RGB Percentages of Color #a9baed

%28.55
%31.42
%40.03

CMYK Percentages of Color #a9baed

%29
%22
%0
%7

Triadic Colors of #a9baed

#a9baed #eda9ba #baeda9

Analogous Colors of #a9baed

#a9baed #baa9ed #a9dced

Monochromatic Colors of #a9baed

#a9baed

Complementary Color

#a9baed #eddca9

#a9baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9baed Color CSS Codes

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

#a9baed Text Font Color

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

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


#a9baed Background Color

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

This div background color is #a9baed


#a9baed Border Color

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

This div border color is #a9baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9baed


Comments

No comments written yet.

Please login to write comment.