Color Hex Logo

#a9eeaa Color Hex

#A9EEAA
(169,238,170)
0 Favorites   0 Comments

Color spaces of #a9eeaa

RGB 169238170
HSL0.340.670.80
HSV121°29°93°
CMYK 0.290.000.29   0.07
XYZ54.192472.486449.1652
Yxy72.48640.30820.4122
Hunter Lab85.1389-35.374825.3591
CIE-Lab88.2022-34.540326.2222

#a9eeaa color RGB value is (169,238,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101110 10101010
Octal 251 356 252
Decimal 169 238 170
Hex A9 EE AA

RGB Percentages of Color #a9eeaa

%29.29
%41.25
%29.46

CMYK Percentages of Color #a9eeaa

%29
%0
%29
%7

Triadic Colors of #a9eeaa

#a9eeaa #aaa9ee #eeaaa9

Analogous Colors of #a9eeaa

#a9eeaa #a9eecd #cbeea9

Monochromatic Colors of #a9eeaa

#a9eeaa

Complementary Color

#a9eeaa #eea9ed

#a9eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9eeaa Color CSS Codes

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

#a9eeaa Text Font Color

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

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


#a9eeaa Background Color

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

This div background color is #a9eeaa


#a9eeaa Border Color

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

This div border color is #a9eeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9eeaa


Comments

No comments written yet.

Please login to write comment.