Color Hex Logo

#aac494 Color Hex

#AAC494
(170,196,148)
0 Favorites   0 Comments

Color spaces of #aac494

RGB 170196148
HSL0.260.290.67
HSV93°24°77°
CMYK 0.130.000.24   0.23
XYZ41.662850.164035.5037
Yxy50.16400.32720.3940
Hunter Lab70.8265-18.946119.8579
CIE-Lab76.1698-17.467621.2556

#aac494 color RGB value is (170,196,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 10010100
Octal 252 304 224
Decimal 170 196 148
Hex AA C4 94

RGB Percentages of Color #aac494

%33.07
%38.13
%28.79

CMYK Percentages of Color #aac494

%13
%0
%24
%23

Triadic Colors of #aac494

#aac494 #94aac4 #c494aa

Analogous Colors of #aac494

#aac494 #94c496 #c2c494

Monochromatic Colors of #aac494

#aac494

Complementary Color

#aac494 #ae94c4

#aac494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac494 Color CSS Codes

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

#aac494 Text Font Color

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

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


#aac494 Background Color

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

This div background color is #aac494


#aac494 Border Color

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

This div border color is #aac494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac494


Comments

No comments written yet.

Please login to write comment.