Color Hex Logo

#a9eadd Color Hex

#A9EADD
(169,234,221)
0 Favorites   0 Comments

Color spaces of #a9eadd

RGB 169234221
HSL0.470.610.79
HSV168°28°92°
CMYK 0.280.000.06   0.08
XYZ58.836172.501179.2997
Yxy72.50110.27930.3442
Hunter Lab85.1476-25.66664.3853
CIE-Lab88.2092-23.0513-0.2714

#a9eadd color RGB value is (169,234,221).

#a9eadd hex color red value is 169, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a9eadd hue: 0.47 , saturation: 0.61 and the lightness value of a9eadd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101010 11011101
Octal 251 352 335
Decimal 169 234 221
Hex A9 EA DD

RGB Percentages of Color #a9eadd

%27.08
%37.50
%35.42

CMYK Percentages of Color #a9eadd

%28
%0
%6
%8

Triadic Colors of #a9eadd

#a9eadd #dda9ea #eadda9

Analogous Colors of #a9eadd

#a9eadd #a9d7ea #a9eabd

Monochromatic Colors of #a9eadd

#a9eadd

Complementary Color

#a9eadd #eaa9b6

#a9eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9eadd Color CSS Codes

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

#a9eadd Text Font Color

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

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


#a9eadd Background Color

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

This div background color is #a9eadd


#a9eadd Border Color

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

This div border color is #a9eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9eadd


Comments

No comments written yet.

Please login to write comment.