Color Hex Logo

#a9ddaa Color Hex

#A9DDAA
(169,221,170)
0 Favorites   0 Comments

Color spaces of #a9ddaa

RGB 169221170
HSL0.340.430.76
HSV121°24°87°
CMYK 0.240.000.23   0.13
XYZ49.474363.050247.5925
Yxy63.05020.30900.3938
Hunter Lab79.4042-27.739420.0462
CIE-Lab83.4688-26.537019.7150

#a9ddaa color RGB value is (169,221,170).

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

The process color (four color CMYK) of #a9ddaa color hex is 0.24, 0.00, 0.23, 0.13. Web safe color of #a9ddaa is #99cc99. Color #a9ddaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011101 10101010
Octal 251 335 252
Decimal 169 221 170
Hex A9 DD AA

RGB Percentages of Color #a9ddaa

%30.18
%39.46
%30.36

CMYK Percentages of Color #a9ddaa

%24
%0
%23
%13

Triadic Colors of #a9ddaa

#a9ddaa #aaa9dd #ddaaa9

Analogous Colors of #a9ddaa

#a9ddaa #a9ddc4 #c2dda9

Monochromatic Colors of #a9ddaa

#a9ddaa

Complementary Color

#a9ddaa #dda9dc

#a9ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ddaa Color CSS Codes

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

#a9ddaa Text Font Color

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

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


#a9ddaa Background Color

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

This div background color is #a9ddaa


#a9ddaa Border Color

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

This div border color is #a9ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ddaa


Comments

No comments written yet.

Please login to write comment.