Color Hex Logo

#a9fecd Color Hex

#A9FECD
(169,254,205)
0 Favorites   0 Comments

Color spaces of #a9fecd

RGB 169254205
HSL0.400.980.83
HSV145°33°100°
CMYK 0.330.000.19   0.00
XYZ62.823483.726470.6073
Yxy83.72640.28930.3856
Hunter Lab91.5021-37.574518.3006
CIE-Lab93.3315-35.713715.3909

#a9fecd color RGB value is (169,254,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111110 11001101
Octal 251 376 315
Decimal 169 254 205
Hex A9 FE CD

RGB Percentages of Color #a9fecd

%26.91
%40.45
%32.64

CMYK Percentages of Color #a9fecd

%33
%0
%19
%0

Triadic Colors of #a9fecd

#a9fecd #cda9fe #fecda9

Analogous Colors of #a9fecd

#a9fecd #a9fef8 #b0fea9

Monochromatic Colors of #a9fecd

#a9fecd

Complementary Color

#a9fecd #fea9da

#a9fecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fecd Color CSS Codes

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

#a9fecd Text Font Color

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

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


#a9fecd Background Color

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

This div background color is #a9fecd


#a9fecd Border Color

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

This div border color is #a9fecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fecd


Comments

No comments written yet.

Please login to write comment.