Color Hex Logo

#aac394 Color Hex

#AAC394
(170,195,148)
0 Favorites   0 Comments

Color spaces of #aac394

RGB 170195148
HSL0.260.280.67
HSV92°24°76°
CMYK 0.130.000.24   0.24
XYZ41.438049.714435.4288
Yxy49.71440.32740.3927
Hunter Lab70.5084-18.484819.5641
CIE-Lab75.8936-16.961520.8762

#aac394 color RGB value is (170,195,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 10010100
Octal 252 303 224
Decimal 170 195 148
Hex AA C3 94

RGB Percentages of Color #aac394

%33.14
%38.01
%28.85

CMYK Percentages of Color #aac394

%13
%0
%24
%24

Triadic Colors of #aac394

#aac394 #94aac3 #c394aa

Analogous Colors of #aac394

#aac394 #94c396 #c2c394

Monochromatic Colors of #aac394

#aac394

Complementary Color

#aac394 #ad94c3

#aac394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac394 Color CSS Codes

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

#aac394 Text Font Color

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

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


#aac394 Background Color

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

This div background color is #aac394


#aac394 Border Color

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

This div border color is #aac394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac394


Comments

No comments written yet.

Please login to write comment.