Color Hex Logo

#a9ddac Color Hex

#A9DDAC
(169,221,172)
0 Favorites   0 Comments

Color spaces of #a9ddac

RGB 169221172
HSL0.340.430.76
HSV123°24°87°
CMYK 0.240.000.22   0.13
XYZ49.665063.126548.5967
Yxy63.12650.30770.3911
Hunter Lab79.4522-27.462219.3520
CIE-Lab83.5089-26.193818.7241

#a9ddac color RGB value is (169,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011101 10101100
Octal 251 335 254
Decimal 169 221 172
Hex A9 DD AC

RGB Percentages of Color #a9ddac

%30.07
%39.32
%30.60

CMYK Percentages of Color #a9ddac

%24
%0
%22
%13

Triadic Colors of #a9ddac

#a9ddac #aca9dd #ddaca9

Analogous Colors of #a9ddac

#a9ddac #a9ddc6 #c0dda9

Monochromatic Colors of #a9ddac

#a9ddac

Complementary Color

#a9ddac #dda9da

#a9ddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ddac Color CSS Codes

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

#a9ddac Text Font Color

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

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


#a9ddac Background Color

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

This div background color is #a9ddac


#a9ddac Border Color

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

This div border color is #a9ddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ddac


Comments

No comments written yet.

Please login to write comment.