Color Hex Logo

#aaca9f Color Hex

#AACA9F
(170,202,159)
0 Favorites   0 Comments

Color spaces of #aaca9f

RGB 170202159
HSL0.290.290.71
HSV105°21°79°
CMYK 0.160.000.21   0.21
XYZ43.956153.290340.7702
Yxy53.29030.31850.3861
Hunter Lab73.0002-20.269017.9870
CIE-Lab78.0461-18.710217.9952

#aaca9f color RGB value is (170,202,159).

#aaca9f hex color red value is 170, green value is 202 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aaca9f hue: 0.29 , saturation: 0.29 and the lightness value of aaca9f is 0.71.

The process color (four color CMYK) of #aaca9f color hex is 0.16, 0.00, 0.21, 0.21. Web safe color of #aaca9f is #99cc99. Color #aaca9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 10011111
Octal 252 312 237
Decimal 170 202 159
Hex AA CA 9F

RGB Percentages of Color #aaca9f

%32.02
%38.04
%29.94

CMYK Percentages of Color #aaca9f

%16
%0
%21
%21

Triadic Colors of #aaca9f

#aaca9f #9faaca #ca9faa

Analogous Colors of #aaca9f

#aaca9f #9fcaaa #c0ca9f

Monochromatic Colors of #aaca9f

#aaca9f

Complementary Color

#aaca9f #bf9fca

#aaca9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaca9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaca9f Color CSS Codes

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

#aaca9f Text Font Color

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

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


#aaca9f Background Color

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

This div background color is #aaca9f


#aaca9f Border Color

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

This div border color is #aaca9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaca9f


Comments

No comments written yet.

Please login to write comment.