Color Hex Logo

#aac383 Color Hex

#AAC383
(170,195,131)
0 Favorites   0 Comments

Color spaces of #aac383

RGB 170195131
HSL0.230.350.64
HSV83°33°76°
CMYK 0.130.000.33   0.24
XYZ40.189449.215028.8540
Yxy49.21500.33980.4162
Hunter Lab70.1534-20.509624.7215
CIE-Lab75.5849-19.477629.4418

#aac383 color RGB value is (170,195,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 10000011
Octal 252 303 203
Decimal 170 195 131
Hex AA C3 83

RGB Percentages of Color #aac383

%34.27
%39.31
%26.41

CMYK Percentages of Color #aac383

%13
%0
%33
%24

Triadic Colors of #aac383

#aac383 #83aac3 #c383aa

Analogous Colors of #aac383

#aac383 #8ac383 #c3bc83

Monochromatic Colors of #aac383

#aac383

Complementary Color

#aac383 #9c83c3

#aac383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac383 Color CSS Codes

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

#aac383 Text Font Color

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

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


#aac383 Background Color

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

This div background color is #aac383


#aac383 Border Color

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

This div border color is #aac383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac383


Comments

No comments written yet.

Please login to write comment.