Color Hex Logo

#aac18f Color Hex

#AAC18F
(170,193,143)
0 Favorites   0 Comments

Color spaces of #aac18f

RGB 170193143
HSL0.240.290.66
HSV88°26°76°
CMYK 0.120.000.26   0.24
XYZ40.605548.669133.2406
Yxy48.66910.33140.3972
Hunter Lab69.7632-18.190220.5839
CIE-Lab75.2450-16.721922.6504

#aac18f color RGB value is (170,193,143).

#aac18f hex color red value is 170, green value is 193 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aac18f hue: 0.24 , saturation: 0.29 and the lightness value of aac18f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000001 10001111
Octal 252 301 217
Decimal 170 193 143
Hex AA C1 8F

RGB Percentages of Color #aac18f

%33.60
%38.14
%28.26

CMYK Percentages of Color #aac18f

%12
%0
%26
%24

Triadic Colors of #aac18f

#aac18f #8faac1 #c18faa

Analogous Colors of #aac18f

#aac18f #91c18f #c1bf8f

Monochromatic Colors of #aac18f

#aac18f

Complementary Color

#aac18f #a68fc1

#aac18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac18f Color CSS Codes

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

#aac18f Text Font Color

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

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


#aac18f Background Color

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

This div background color is #aac18f


#aac18f Border Color

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

This div border color is #aac18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac18f


Comments

No comments written yet.

Please login to write comment.