Color Hex Logo

#aac68e Color Hex

#AAC68E
(170,198,142)
0 Favorites   0 Comments

Color spaces of #aac68e

RGB 170198142
HSL0.250.330.67
HSV90°28°78°
CMYK 0.140.000.28   0.22
XYZ41.654150.887233.2180
Yxy50.88720.33120.4046
Hunter Lab71.3353-20.607022.3257
CIE-Lab76.6106-19.394125.0355

#aac68e color RGB value is (170,198,142).

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

The process color (four color CMYK) of #aac68e color hex is 0.14, 0.00, 0.28, 0.22. Web safe color of #aac68e is #99cc99. Color #aac68e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 10001110
Octal 252 306 216
Decimal 170 198 142
Hex AA C6 8E

RGB Percentages of Color #aac68e

%33.33
%38.82
%27.84

CMYK Percentages of Color #aac68e

%14
%0
%28
%22

Triadic Colors of #aac68e

#aac68e #8eaac6 #c68eaa

Analogous Colors of #aac68e

#aac68e #8ec68e #c6c68e

Monochromatic Colors of #aac68e

#aac68e

Complementary Color

#aac68e #aa8ec6

#aac68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac68e Color CSS Codes

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

#aac68e Text Font Color

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

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


#aac68e Background Color

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

This div background color is #aac68e


#aac68e Border Color

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

This div border color is #aac68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac68e


Comments

No comments written yet.

Please login to write comment.