Color Hex Logo

#a9edaa Color Hex

#A9EDAA
(169,237,170)
0 Favorites   0 Comments

Color spaces of #a9edaa

RGB 169237170
HSL0.340.650.80
HSV121°29°93°
CMYK 0.290.000.28   0.07
XYZ53.902171.905749.0685
Yxy71.90570.30820.4112
Hunter Lab84.7972-34.930125.0495
CIE-Lab87.9232-34.079425.8419

#a9edaa color RGB value is (169,237,170).

#a9edaa hex color red value is 169, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a9edaa hue: 0.34 , saturation: 0.65 and the lightness value of a9edaa is 0.80.

The process color (four color CMYK) of #a9edaa color hex is 0.29, 0.00, 0.28, 0.07. Web safe color of #a9edaa is #99ff99. Color #a9edaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101101 10101010
Octal 251 355 252
Decimal 169 237 170
Hex A9 ED AA

RGB Percentages of Color #a9edaa

%29.34
%41.15
%29.51

CMYK Percentages of Color #a9edaa

%29
%0
%28
%7

Triadic Colors of #a9edaa

#a9edaa #aaa9ed #edaaa9

Analogous Colors of #a9edaa

#a9edaa #a9edcc #caeda9

Monochromatic Colors of #a9edaa

#a9edaa

Complementary Color

#a9edaa #eda9ec

#a9edaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9edaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9edaa Color CSS Codes

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

#a9edaa Text Font Color

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

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


#a9edaa Background Color

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

This div background color is #a9edaa


#a9edaa Border Color

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

This div border color is #a9edaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9edaa


Comments

No comments written yet.

Please login to write comment.