Color Hex Logo

#a9f8fa Color Hex

#A9F8FA
(169,248,250)
0 Favorites   0 Comments

Color spaces of #a9f8fa

RGB 169248250
HSL0.500.890.82
HSV181°32°98°
CMYK 0.320.010.00   0.02
XYZ67.184982.4719102.8201
Yxy82.47190.26610.3267
Hunter Lab90.8140-26.8689-3.5586
CIE-Lab92.7827-23.4936-8.6603

#a9f8fa color RGB value is (169,248,250).

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

The process color (four color CMYK) of #a9f8fa color hex is 0.32, 0.01, 0.00, 0.02. Web safe color of #a9f8fa is #99ffff. Color #a9f8fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111000 11111010
Octal 251 370 372
Decimal 169 248 250
Hex A9 F8 FA

RGB Percentages of Color #a9f8fa

%25.34
%37.18
%37.48

CMYK Percentages of Color #a9f8fa

%32
%1
%0
%2

Triadic Colors of #a9f8fa

#a9f8fa #faa9f8 #f8faa9

Analogous Colors of #a9f8fa

#a9f8fa #a9d0fa #a9fad4

Monochromatic Colors of #a9f8fa

#a9f8fa

Complementary Color

#a9f8fa #faaba9

#a9f8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9f8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9f8fa Color CSS Codes

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

#a9f8fa Text Font Color

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

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


#a9f8fa Background Color

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

This div background color is #a9f8fa


#a9f8fa Border Color

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

This div border color is #a9f8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9f8fa

Related Colors


Comments

No comments written yet.

Please login to write comment.