Color Hex Logo

#aacca9 Color Hex

#AACCA9
(170,204,169)
0 Favorites   0 Comments

Color spaces of #aacca9

RGB 170204169
HSL0.330.260.73
HSV118°17°80°
CMYK 0.170.000.17   0.20
XYZ45.331954.596445.6850
Yxy54.59640.31130.3749
Hunter Lab73.8894-19.794815.0642
CIE-Lab78.8082-18.002513.7351

#aacca9 color RGB value is (170,204,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 10101001
Octal 252 314 251
Decimal 170 204 169
Hex AA CC A9

RGB Percentages of Color #aacca9

%31.31
%37.57
%31.12

CMYK Percentages of Color #aacca9

%17
%0
%17
%20

Triadic Colors of #aacca9

#aacca9 #a9aacc #cca9aa

Analogous Colors of #aacca9

#aacca9 #a9ccba #bccca9

Monochromatic Colors of #aacca9

#aacca9

Complementary Color

#aacca9 #cba9cc

#aacca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacca9 Color CSS Codes

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

#aacca9 Text Font Color

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

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


#aacca9 Background Color

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

This div background color is #aacca9


#aacca9 Border Color

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

This div border color is #aacca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacca9


Comments

No comments written yet.

Please login to write comment.