Color Hex Logo

#aacc8f Color Hex

#AACC8F
(170,204,143)
0 Favorites   0 Comments

Color spaces of #aacc8f

RGB 170204143
HSL0.260.370.68
HSV93°30°80°
CMYK 0.170.000.30   0.20
XYZ43.128453.714934.0815
Yxy53.71490.32940.4103
Hunter Lab73.2904-23.218423.7323
CIE-Lab78.2952-22.226326.7832

#aacc8f color RGB value is (170,204,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 10001111
Octal 252 314 217
Decimal 170 204 143
Hex AA CC 8F

RGB Percentages of Color #aacc8f

%32.88
%39.46
%27.66

CMYK Percentages of Color #aacc8f

%17
%0
%30
%20

Triadic Colors of #aacc8f

#aacc8f #8faacc #cc8faa

Analogous Colors of #aacc8f

#aacc8f #8fcc93 #c9cc8f

Monochromatic Colors of #aacc8f

#aacc8f

Complementary Color

#aacc8f #b18fcc

#aacc8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacc8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacc8f Color CSS Codes

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

#aacc8f Text Font Color

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

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


#aacc8f Background Color

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

This div background color is #aacc8f


#aacc8f Border Color

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

This div border color is #aacc8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacc8f


Comments

No comments written yet.

Please login to write comment.