Color Hex Logo

#aac84e Color Hex

#AAC84E
(170,200,78)
0 Favorites   0 Comments

Color spaces of #aac84e

RGB 17020078
HSL0.210.530.55
HSV75°61°78°
CMYK 0.150.000.61   0.22
XYZ38.607050.404714.9020
Yxy50.40470.37150.4851
Hunter Lab70.9963-27.177137.2525
CIE-Lab76.3170-27.624856.0990

#aac84e color RGB value is (170,200,78).

#aac84e hex color red value is 170, green value is 200 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aac84e hue: 0.21 , saturation: 0.53 and the lightness value of aac84e is 0.55.

The process color (four color CMYK) of #aac84e color hex is 0.15, 0.00, 0.61, 0.22. Web safe color of #aac84e is #99cc66. Color #aac84e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001000 01001110
Octal 252 310 116
Decimal 170 200 78
Hex AA C8 4E

RGB Percentages of Color #aac84e

%37.95
%44.64
%17.41

CMYK Percentages of Color #aac84e

%15
%0
%61
%22

Triadic Colors of #aac84e

#aac84e #4eaac8 #c84eaa

Analogous Colors of #aac84e

#aac84e #6dc84e #c8a94e

Monochromatic Colors of #aac84e

#aac84e

Complementary Color

#aac84e #6c4ec8

#aac84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac84e Color CSS Codes

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

#aac84e Text Font Color

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

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


#aac84e Background Color

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

This div background color is #aac84e


#aac84e Border Color

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

This div border color is #aac84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac84e


Comments

No comments written yet.

Please login to write comment.