Color Hex Logo

#aac676 Color Hex

#AAC676
(170,198,118)
0 Favorites   0 Comments

Color spaces of #aac676

RGB 170198118
HSL0.230.410.62
HSV81°40°78°
CMYK 0.140.000.40   0.22
XYZ40.041750.242224.7268
Yxy50.24220.34820.4368
Hunter Lab70.8817-23.206828.9341
CIE-Lab76.2177-22.665536.9756

#aac676 color RGB value is (170,198,118).

#aac676 hex color red value is 170, green value is 198 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #aac676 hue: 0.23 , saturation: 0.41 and the lightness value of aac676 is 0.62.

The process color (four color CMYK) of #aac676 color hex is 0.14, 0.00, 0.40, 0.22. Web safe color of #aac676 is #99cc66. Color #aac676 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 01110110
Octal 252 306 166
Decimal 170 198 118
Hex AA C6 76

RGB Percentages of Color #aac676

%34.98
%40.74
%24.28

CMYK Percentages of Color #aac676

%14
%0
%40
%22

Triadic Colors of #aac676

#aac676 #76aac6 #c676aa

Analogous Colors of #aac676

#aac676 #82c676 #c6ba76

Monochromatic Colors of #aac676

#aac676

Complementary Color

#aac676 #9276c6

#aac676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac676 Color CSS Codes

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

#aac676 Text Font Color

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

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


#aac676 Background Color

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

This div background color is #aac676


#aac676 Border Color

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

This div border color is #aac676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac676


Comments

No comments written yet.

Please login to write comment.