Color Hex Logo

#a9fdfc Color Hex

#A9FDFC
(169,253,252)
0 Favorites   0 Comments

Color spaces of #a9fdfc

RGB 169253252
HSL0.500.950.83
HSV179°33°99°
CMYK 0.330.000.00   0.01
XYZ69.058285.7139105.0001
Yxy85.71390.26580.3300
Hunter Lab92.5818-28.8722-2.4355
CIE-Lab94.1899-25.4572-7.6112

#a9fdfc color RGB value is (169,253,252).

#a9fdfc hex color red value is 169, green value is 253 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a9fdfc hue: 0.50 , saturation: 0.95 and the lightness value of a9fdfc is 0.83.

The process color (four color CMYK) of #a9fdfc color hex is 0.33, 0.00, 0.00, 0.01. Web safe color of #a9fdfc is #99ffff. Color #a9fdfc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111101 11111100
Octal 251 375 374
Decimal 169 253 252
Hex A9 FD FC

RGB Percentages of Color #a9fdfc

%25.07
%37.54
%37.39

CMYK Percentages of Color #a9fdfc

%33
%0
%0
%1

Triadic Colors of #a9fdfc

#a9fdfc #fca9fd #fdfca9

Analogous Colors of #a9fdfc

#a9fdfc #a9d4fd #a9fdd2

Monochromatic Colors of #a9fdfc

#a9fdfc

Complementary Color

#a9fdfc #fda9aa

#a9fdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fdfc Color CSS Codes

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

#a9fdfc Text Font Color

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

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


#a9fdfc Background Color

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

This div background color is #a9fdfc


#a9fdfc Border Color

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

This div border color is #a9fdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.