Color Hex Logo

#a9fdde Color Hex

#A9FDDE
(169,253,222)
0 Favorites   0 Comments

Color spaces of #a9fdde

RGB 169253222
HSL0.440.950.83
HSV158°33°99°
CMYK 0.330.000.12   0.01
XYZ64.672383.959581.9045
Yxy83.95950.28050.3642
Hunter Lab91.6294-34.365711.1432
CIE-Lab93.4329-31.91916.7859

#a9fdde color RGB value is (169,253,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111101 11011110
Octal 251 375 336
Decimal 169 253 222
Hex A9 FD DE

RGB Percentages of Color #a9fdde

%26.24
%39.29
%34.47

CMYK Percentages of Color #a9fdde

%33
%0
%12
%1

Triadic Colors of #a9fdde

#a9fdde #dea9fd #fddea9

Analogous Colors of #a9fdde

#a9fdde #a9f2fd #a9fdb4

Monochromatic Colors of #a9fdde

#a9fdde

Complementary Color

#a9fdde #fda9c8

#a9fdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fdde Color CSS Codes

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

#a9fdde Text Font Color

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

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


#a9fdde Background Color

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

This div background color is #a9fdde


#a9fdde Border Color

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

This div border color is #a9fdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fdde


Comments

No comments written yet.

Please login to write comment.