Color Hex Logo

#aac484 Color Hex

#AAC484
(170,196,132)
0 Favorites   0 Comments

Color spaces of #aac484

RGB 170196132
HSL0.230.350.64
HSV84°33°77°
CMYK 0.130.000.33   0.23
XYZ40.482349.691829.2876
Yxy49.69180.33890.4160
Hunter Lab70.4924-20.852924.7114
CIE-Lab75.8797-19.838829.3098

#aac484 color RGB value is (170,196,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 10000100
Octal 252 304 204
Decimal 170 196 132
Hex AA C4 84

RGB Percentages of Color #aac484

%34.14
%39.36
%26.51

CMYK Percentages of Color #aac484

%13
%0
%33
%23

Triadic Colors of #aac484

#aac484 #84aac4 #c484aa

Analogous Colors of #aac484

#aac484 #8ac484 #c4be84

Monochromatic Colors of #aac484

#aac484

Complementary Color

#aac484 #9e84c4

#aac484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac484 Color CSS Codes

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

#aac484 Text Font Color

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

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


#aac484 Background Color

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

This div background color is #aac484


#aac484 Border Color

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

This div border color is #aac484


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,196,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 #aac484">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac484


Comments

No comments written yet.

Please login to write comment.