Color Hex Logo

#a9fddc Color Hex

#A9FDDC
(169,253,220)
0 Favorites   0 Comments

Color spaces of #a9fddc

RGB 169253220
HSL0.430.950.83
HSV156°33°99°
CMYK 0.330.000.13   0.01
XYZ64.405783.852980.5008
Yxy83.85290.28150.3666
Hunter Lab91.5712-34.703511.9777
CIE-Lab93.3866-32.32467.7511

#a9fddc color RGB value is (169,253,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111101 11011100
Octal 251 375 334
Decimal 169 253 220
Hex A9 FD DC

RGB Percentages of Color #a9fddc

%26.32
%39.41
%34.27

CMYK Percentages of Color #a9fddc

%33
%0
%13
%1

Triadic Colors of #a9fddc

#a9fddc #dca9fd #fddca9

Analogous Colors of #a9fddc

#a9fddc #a9f4fd #a9fdb2

Monochromatic Colors of #a9fddc

#a9fddc

Complementary Color

#a9fddc #fda9ca

#a9fddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fddc Color CSS Codes

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

#a9fddc Text Font Color

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

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


#a9fddc Background Color

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

This div background color is #a9fddc


#a9fddc Border Color

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

This div border color is #a9fddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fddc


Comments

No comments written yet.

Please login to write comment.