Color Hex Logo

#aac284 Color Hex

#AAC284
(170,194,132)
0 Favorites   0 Comments

Color spaces of #aac284

RGB 170194132
HSL0.230.340.64
HSV83°32°76°
CMYK 0.120.000.32   0.24
XYZ40.034248.795629.1383
Yxy48.79560.33940.4136
Hunter Lab69.8538-19.943424.1659
CIE-Lab75.3240-18.836728.5714

#aac284 color RGB value is (170,194,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000010 10000100
Octal 252 302 204
Decimal 170 194 132
Hex AA C2 84

RGB Percentages of Color #aac284

%34.27
%39.11
%26.61

CMYK Percentages of Color #aac284

%12
%0
%32
%24

Triadic Colors of #aac284

#aac284 #84aac2 #c284aa

Analogous Colors of #aac284

#aac284 #8bc284 #c2bb84

Monochromatic Colors of #aac284

#aac284

Complementary Color

#aac284 #9c84c2

#aac284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac284 Color CSS Codes

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

#aac284 Text Font Color

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

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


#aac284 Background Color

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

This div background color is #aac284


#aac284 Border Color

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

This div border color is #aac284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac284


Comments

No comments written yet.

Please login to write comment.