Color Hex Logo

#a9efdd Color Hex

#A9EFDD
(169,239,221)
0 Favorites   0 Comments

Color spaces of #a9efdd

RGB 169239221
HSL0.460.690.80
HSV165°29°94°
CMYK 0.290.000.08   0.06
XYZ60.279875.388579.7810
Yxy75.38850.27980.3499
Hunter Lab86.8266-28.02196.2997
CIE-Lab89.5747-25.47951.7194

#a9efdd color RGB value is (169,239,221).

#a9efdd hex color red value is 169, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a9efdd hue: 0.46 , saturation: 0.69 and the lightness value of a9efdd is 0.80.

The process color (four color CMYK) of #a9efdd color hex is 0.29, 0.00, 0.08, 0.06. Web safe color of #a9efdd is #99ffcc. Color #a9efdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101111 11011101
Octal 251 357 335
Decimal 169 239 221
Hex A9 EF DD

RGB Percentages of Color #a9efdd

%26.87
%38.00
%35.14

CMYK Percentages of Color #a9efdd

%29
%0
%8
%6

Triadic Colors of #a9efdd

#a9efdd #dda9ef #efdda9

Analogous Colors of #a9efdd

#a9efdd #a9deef #a9efba

Monochromatic Colors of #a9efdd

#a9efdd

Complementary Color

#a9efdd #efa9bb

#a9efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9efdd Color CSS Codes

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

#a9efdd Text Font Color

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

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


#a9efdd Background Color

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

This div background color is #a9efdd


#a9efdd Border Color

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

This div border color is #a9efdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,239,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 #a9efdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9efdd


Comments

No comments written yet.

Please login to write comment.