Color Hex Logo

#a9fedd Color Hex

#A9FEDD
(169,254,221)
0 Favorites   0 Comments

Color spaces of #a9fedd

RGB 169254221
HSL0.440.980.83
HSV157°33°100°
CMYK 0.330.000.13   0.00
XYZ64.855184.539181.3061
Yxy84.53910.28110.3664
Hunter Lab91.9451-34.995911.9321
CIE-Lab93.6841-32.58817.6631

#a9fedd color RGB value is (169,254,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111110 11011101
Octal 251 376 335
Decimal 169 254 221
Hex A9 FE DD

RGB Percentages of Color #a9fedd

%26.24
%39.44
%34.32

CMYK Percentages of Color #a9fedd

%33
%0
%13
%0

Triadic Colors of #a9fedd

#a9fedd #dda9fe #fedda9

Analogous Colors of #a9fedd

#a9fedd #a9f5fe #a9feb3

Monochromatic Colors of #a9fedd

#a9fedd

Complementary Color

#a9fedd #fea9ca

#a9fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fedd Color CSS Codes

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

#a9fedd Text Font Color

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

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


#a9fedd Background Color

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

This div background color is #a9fedd


#a9fedd Border Color

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

This div border color is #a9fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fedd

Related Colors


Comments

No comments written yet.

Please login to write comment.