Color Hex Logo

#aac393 Color Hex

#AAC393
(170,195,147)
0 Favorites   0 Comments

Color spaces of #aac393

RGB 170195147
HSL0.250.290.67
HSV91°25°76°
CMYK 0.130.000.25   0.24
XYZ41.359149.682835.0137
Yxy49.68280.32810.3941
Hunter Lab70.4860-18.612119.8881
CIE-Lab75.8742-17.118321.3820

#aac393 color RGB value is (170,195,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 10010011
Octal 252 303 223
Decimal 170 195 147
Hex AA C3 93

RGB Percentages of Color #aac393

%33.20
%38.09
%28.71

CMYK Percentages of Color #aac393

%13
%0
%25
%24

Triadic Colors of #aac393

#aac393 #93aac3 #c393aa

Analogous Colors of #aac393

#aac393 #93c394 #c2c393

Monochromatic Colors of #aac393

#aac393

Complementary Color

#aac393 #ac93c3

#aac393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac393 Color CSS Codes

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

#aac393 Text Font Color

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

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


#aac393 Background Color

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

This div background color is #aac393


#aac393 Border Color

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

This div border color is #aac393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac393


Comments

No comments written yet.

Please login to write comment.