Color Hex Logo

#aace8d Color Hex

#AACE8D
(170,206,141)
0 Favorites   0 Comments

Color spaces of #aace8d

RGB 170206141
HSL0.260.400.68
HSV93°32°81°
CMYK 0.170.000.32   0.19
XYZ43.456654.611733.4500
Yxy54.61170.33040.4152
Hunter Lab73.8997-24.357924.8928
CIE-Lab78.8171-23.503628.5270

#aace8d color RGB value is (170,206,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 10001101
Octal 252 316 215
Decimal 170 206 141
Hex AA CE 8D

RGB Percentages of Color #aace8d

%32.88
%39.85
%27.27

CMYK Percentages of Color #aace8d

%17
%0
%32
%19

Triadic Colors of #aace8d

#aace8d #8daace #ce8daa

Analogous Colors of #aace8d

#aace8d #8dce91 #cbce8d

Monochromatic Colors of #aace8d

#aace8d

Complementary Color

#aace8d #b18dce

#aace8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aace8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aace8d Color CSS Codes

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

#aace8d Text Font Color

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

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


#aace8d Background Color

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

This div background color is #aace8d


#aace8d Border Color

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

This div border color is #aace8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aace8d


Comments

No comments written yet.

Please login to write comment.