Color Hex Logo

#aac794 Color Hex

#AAC794
(170,199,148)
0 Favorites   0 Comments

Color spaces of #aac794

RGB 170199148
HSL0.260.310.68
HSV94°26°78°
CMYK 0.150.000.26   0.22
XYZ42.346351.531035.7316
Yxy51.53100.32670.3976
Hunter Lab71.7851-20.326120.7375
CIE-Lab76.9995-18.978322.3922

#aac794 color RGB value is (170,199,148).

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

The process color (four color CMYK) of #aac794 color hex is 0.15, 0.00, 0.26, 0.22. Web safe color of #aac794 is #99cc99. Color #aac794 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 10010100
Octal 252 307 224
Decimal 170 199 148
Hex AA C7 94

RGB Percentages of Color #aac794

%32.88
%38.49
%28.63

CMYK Percentages of Color #aac794

%15
%0
%26
%22

Triadic Colors of #aac794

#aac794 #94aac7 #c794aa

Analogous Colors of #aac794

#aac794 #94c798 #c4c794

Monochromatic Colors of #aac794

#aac794

Complementary Color

#aac794 #b194c7

#aac794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac794 Color CSS Codes

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

#aac794 Text Font Color

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

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


#aac794 Background Color

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

This div background color is #aac794


#aac794 Border Color

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

This div border color is #aac794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac794

#aac794 Color Palettes


Comments

No comments written yet.

Please login to write comment.