Color Hex Logo

#aac385 Color Hex

#AAC385
(170,195,133)
0 Favorites   0 Comments

Color spaces of #aac385

RGB 170195133
HSL0.230.340.64
HSV84°32°76°
CMYK 0.130.000.32   0.24
XYZ40.326349.269729.5749
Yxy49.26970.33840.4134
Hunter Lab70.1924-20.286424.1534
CIE-Lab75.6188-19.198228.4392

#aac385 color RGB value is (170,195,133).

#aac385 hex color red value is 170, green value is 195 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #aac385 hue: 0.23 , saturation: 0.34 and the lightness value of aac385 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 10000101
Octal 252 303 205
Decimal 170 195 133
Hex AA C3 85

RGB Percentages of Color #aac385

%34.14
%39.16
%26.71

CMYK Percentages of Color #aac385

%13
%0
%32
%24

Triadic Colors of #aac385

#aac385 #85aac3 #c385aa

Analogous Colors of #aac385

#aac385 #8bc385 #c3bd85

Monochromatic Colors of #aac385

#aac385

Complementary Color

#aac385 #9e85c3

#aac385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac385 Color CSS Codes

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

#aac385 Text Font Color

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

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


#aac385 Background Color

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

This div background color is #aac385


#aac385 Border Color

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

This div border color is #aac385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac385


Comments

No comments written yet.

Please login to write comment.