Color Hex Logo

#aac392 Color Hex

#AAC392
(170,195,146)
0 Favorites   0 Comments

Color spaces of #aac392

RGB 170195146
HSL0.250.290.67
HSV91°25°76°
CMYK 0.130.000.25   0.24
XYZ41.281049.651634.6021
Yxy49.65160.32880.3955
Hunter Lab70.4639-18.738320.2097
CIE-Lab75.8549-17.274121.8879

#aac392 color RGB value is (170,195,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 10010010
Octal 252 303 222
Decimal 170 195 146
Hex AA C3 92

RGB Percentages of Color #aac392

%33.27
%38.16
%28.57

CMYK Percentages of Color #aac392

%13
%0
%25
%24

Triadic Colors of #aac392

#aac392 #92aac3 #c392aa

Analogous Colors of #aac392

#aac392 #92c393 #c3c392

Monochromatic Colors of #aac392

#aac392

Complementary Color

#aac392 #ab92c3

#aac392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac392 Color CSS Codes

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

#aac392 Text Font Color

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

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


#aac392 Background Color

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

This div background color is #aac392


#aac392 Border Color

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

This div border color is #aac392


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,195,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aac392">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac392


Comments

No comments written yet.

Please login to write comment.