Color Hex Logo

#aac694 Color Hex

#AAC694
(170,198,148)
0 Favorites   0 Comments

Color spaces of #aac694

RGB 170198148
HSL0.260.300.68
HSV94°25°78°
CMYK 0.140.000.25   0.22
XYZ42.116951.072335.6551
Yxy51.07230.32690.3964
Hunter Lab71.4649-19.866920.4446
CIE-Lab76.7228-18.476122.0136

#aac694 color RGB value is (170,198,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 10010100
Octal 252 306 224
Decimal 170 198 148
Hex AA C6 94

RGB Percentages of Color #aac694

%32.95
%38.37
%28.68

CMYK Percentages of Color #aac694

%14
%0
%25
%22

Triadic Colors of #aac694

#aac694 #94aac6 #c694aa

Analogous Colors of #aac694

#aac694 #94c697 #c3c694

Monochromatic Colors of #aac694

#aac694

Complementary Color

#aac694 #b094c6

#aac694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac694 Color CSS Codes

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

#aac694 Text Font Color

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

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


#aac694 Background Color

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

This div background color is #aac694


#aac694 Border Color

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

This div border color is #aac694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac694


Comments

No comments written yet.

Please login to write comment.