Color Hex Logo

#aac194 Color Hex

#AAC194
(170,193,148)
0 Favorites   0 Comments

Color spaces of #aac194

RGB 170193148
HSL0.250.270.67
HSV91°23°76°
CMYK 0.120.000.23   0.24
XYZ40.992848.824135.2804
Yxy48.82410.32770.3903
Hunter Lab69.8742-17.560218.9757
CIE-Lab75.3418-15.945420.1171

#aac194 color RGB value is (170,193,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000001 10010100
Octal 252 301 224
Decimal 170 193 148
Hex AA C1 94

RGB Percentages of Color #aac194

%33.27
%37.77
%28.96

CMYK Percentages of Color #aac194

%12
%0
%23
%24

Triadic Colors of #aac194

#aac194 #94aac1 #c194aa

Analogous Colors of #aac194

#aac194 #94c195 #c1c194

Monochromatic Colors of #aac194

#aac194

Complementary Color

#aac194 #ab94c1

#aac194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac194 Color CSS Codes

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

#aac194 Text Font Color

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

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


#aac194 Background Color

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

This div background color is #aac194


#aac194 Border Color

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

This div border color is #aac194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac194


Comments

No comments written yet.

Please login to write comment.