Color Hex Logo

#aacda9 Color Hex

#AACDA9
(170,205,169)
0 Favorites   0 Comments

Color spaces of #aacda9

RGB 170205169
HSL0.330.260.73
HSV118°18°80°
CMYK 0.170.000.18   0.20
XYZ45.570355.073345.7645
Yxy55.07330.31130.3762
Hunter Lab74.2114-20.260115.3852
CIE-Lab79.0835-18.505314.1229

#aacda9 color RGB value is (170,205,169).

#aacda9 hex color red value is 170, green value is 205 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #aacda9 hue: 0.33 , saturation: 0.26 and the lightness value of aacda9 is 0.73.

The process color (four color CMYK) of #aacda9 color hex is 0.17, 0.00, 0.18, 0.20. Web safe color of #aacda9 is #99cc99. Color #aacda9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001101 10101001
Octal 252 315 251
Decimal 170 205 169
Hex AA CD A9

RGB Percentages of Color #aacda9

%31.25
%37.68
%31.07

CMYK Percentages of Color #aacda9

%17
%0
%18
%20

Triadic Colors of #aacda9

#aacda9 #a9aacd #cda9aa

Analogous Colors of #aacda9

#aacda9 #a9cdba #bccda9

Monochromatic Colors of #aacda9

#aacda9

Complementary Color

#aacda9 #cca9cd

#aacda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacda9 Color CSS Codes

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

#aacda9 Text Font Color

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

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


#aacda9 Background Color

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

This div background color is #aacda9


#aacda9 Border Color

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

This div border color is #aacda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacda9


Comments

No comments written yet.

Please login to write comment.