Color Hex Logo

#a9fcfd Color Hex

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

Color spaces of #a9fcfd

RGB 169252253
HSL0.500.950.83
HSV181°33°99°
CMYK 0.330.000.00   0.01
XYZ68.902285.1477105.7321
Yxy85.14770.26520.3278
Hunter Lab92.2755-28.1960-3.3434
CIE-Lab93.9467-24.7478-8.4885

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

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

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

Base Numbers

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

RGB Percentages of Color #a9fcfd

%25.07
%37.39
%37.54

CMYK Percentages of Color #a9fcfd

%33
%0
%0
%1

Triadic Colors of #a9fcfd

#a9fcfd #fda9fc #fcfda9

Analogous Colors of #a9fcfd

#a9fcfd #a9d2fd #a9fdd4

Monochromatic Colors of #a9fcfd

#a9fcfd

Complementary Color

#a9fcfd #fdaaa9

#a9fcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fcfd Color CSS Codes

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

#a9fcfd Text Font Color

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

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


#a9fcfd Background Color

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

This div background color is #a9fcfd


#a9fcfd Border Color

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

This div border color is #a9fcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.