Color Hex Logo

#aac19f Color Hex

#AAC19F
(170,193,159)
0 Favorites   0 Comments

Color spaces of #aac19f

RGB 170193159
HSL0.280.220.69
HSV101°18°76°
CMYK 0.120.000.18   0.24
XYZ41.905549.189240.0867
Yxy49.18920.31940.3750
Hunter Lab70.1350-16.083015.2064
CIE-Lab75.5689-14.141314.5343

#aac19f color RGB value is (170,193,159).

#aac19f hex color red value is 170, green value is 193 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aac19f hue: 0.28 , saturation: 0.22 and the lightness value of aac19f is 0.69.

The process color (four color CMYK) of #aac19f color hex is 0.12, 0.00, 0.18, 0.24. Web safe color of #aac19f is #99cc99. Color #aac19f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000001 10011111
Octal 252 301 237
Decimal 170 193 159
Hex AA C1 9F

RGB Percentages of Color #aac19f

%32.57
%36.97
%30.46

CMYK Percentages of Color #aac19f

%12
%0
%18
%24

Triadic Colors of #aac19f

#aac19f #9faac1 #c19faa

Analogous Colors of #aac19f

#aac19f #9fc1a5 #bbc19f

Monochromatic Colors of #aac19f

#aac19f

Complementary Color

#aac19f #b69fc1

#aac19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac19f Color CSS Codes

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

#aac19f Text Font Color

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

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


#aac19f Background Color

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

This div background color is #aac19f


#aac19f Border Color

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

This div border color is #aac19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac19f


Comments

No comments written yet.

Please login to write comment.