Color Hex Logo

#aac594 Color Hex

#AAC594
(170,197,148)
0 Favorites   0 Comments

Color spaces of #aac594

RGB 170197148
HSL0.260.300.68
HSV93°25°77°
CMYK 0.140.000.25   0.23
XYZ41.889150.616735.5792
Yxy50.61670.32700.3952
Hunter Lab71.1454-19.407020.1514
CIE-Lab76.4462-17.972721.6347

#aac594 color RGB value is (170,197,148).

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

The process color (four color CMYK) of #aac594 color hex is 0.14, 0.00, 0.25, 0.23. Web safe color of #aac594 is #99cc99. Color #aac594 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 10010100
Octal 252 305 224
Decimal 170 197 148
Hex AA C5 94

RGB Percentages of Color #aac594

%33.01
%38.25
%28.74

CMYK Percentages of Color #aac594

%14
%0
%25
%23

Triadic Colors of #aac594

#aac594 #94aac5 #c594aa

Analogous Colors of #aac594

#aac594 #94c597 #c3c594

Monochromatic Colors of #aac594

#aac594

Complementary Color

#aac594 #af94c5

#aac594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac594 Color CSS Codes

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

#aac594 Text Font Color

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

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


#aac594 Background Color

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

This div background color is #aac594


#aac594 Border Color

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

This div border color is #aac594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac594


Comments

No comments written yet.

Please login to write comment.