Color Hex Logo

#a9faec Color Hex

#A9FAEC
(169,250,236)
0 Favorites   0 Comments

Color spaces of #a9faec

RGB 169250236
HSL0.470.890.82
HSV170°32°98°
CMYK 0.320.000.06   0.02
XYZ65.688182.862491.8888
Yxy82.86240.27320.3446
Hunter Lab91.0288-30.49143.8700
CIE-Lab92.9542-27.5650-1.1490

#a9faec color RGB value is (169,250,236).

#a9faec hex color red value is 169, green value is 250 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a9faec hue: 0.47 , saturation: 0.89 and the lightness value of a9faec is 0.82.

The process color (four color CMYK) of #a9faec color hex is 0.32, 0.00, 0.06, 0.02. Web safe color of #a9faec is #99ffff. Color #a9faec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111010 11101100
Octal 251 372 354
Decimal 169 250 236
Hex A9 FA EC

RGB Percentages of Color #a9faec

%25.80
%38.17
%36.03

CMYK Percentages of Color #a9faec

%32
%0
%6
%2

Triadic Colors of #a9faec

#a9faec #eca9fa #faeca9

Analogous Colors of #a9faec

#a9faec #a9e0fa #a9fac4

Monochromatic Colors of #a9faec

#a9faec

Complementary Color

#a9faec #faa9b7

#a9faec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9faec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9faec Color CSS Codes

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

#a9faec Text Font Color

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

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


#a9faec Background Color

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

This div background color is #a9faec


#a9faec Border Color

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

This div border color is #a9faec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9faec


Comments

No comments written yet.

Please login to write comment.