Color Hex Logo

#aac48e Color Hex

#AAC48E
(170,196,142)
0 Favorites   0 Comments

Color spaces of #aac48e

RGB 170196142
HSL0.250.310.66
HSV89°28°77°
CMYK 0.130.000.28   0.23
XYZ41.200049.978933.0666
Yxy49.97890.33160.4023
Hunter Lab70.6958-19.691521.7553
CIE-Lab76.0563-18.389924.2846

#aac48e color RGB value is (170,196,142).

#aac48e hex color red value is 170, green value is 196 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aac48e hue: 0.25 , saturation: 0.31 and the lightness value of aac48e is 0.66.

The process color (four color CMYK) of #aac48e color hex is 0.13, 0.00, 0.28, 0.23. Web safe color of #aac48e is #99cc99. Color #aac48e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 10001110
Octal 252 304 216
Decimal 170 196 142
Hex AA C4 8E

RGB Percentages of Color #aac48e

%33.46
%38.58
%27.95

CMYK Percentages of Color #aac48e

%13
%0
%28
%23

Triadic Colors of #aac48e

#aac48e #8eaac4 #c48eaa

Analogous Colors of #aac48e

#aac48e #8fc48e #c4c38e

Monochromatic Colors of #aac48e

#aac48e

Complementary Color

#aac48e #a88ec4

#aac48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac48e Color CSS Codes

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

#aac48e Text Font Color

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

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


#aac48e Background Color

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

This div background color is #aac48e


#aac48e Border Color

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

This div border color is #aac48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac48e


Comments

No comments written yet.

Please login to write comment.