Color Hex Logo

#aac48a Color Hex

#AAC48A
(170,196,138)
0 Favorites   0 Comments

Color spaces of #aac48a

RGB 170196138
HSL0.240.330.65
HSV87°30°77°
CMYK 0.130.000.30   0.23
XYZ40.904949.860931.5129
Yxy49.86090.33450.4078
Hunter Lab70.6123-20.168422.9686
CIE-Lab75.9838-18.983026.2990

#aac48a color RGB value is (170,196,138).

#aac48a hex color red value is 170, green value is 196 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aac48a hue: 0.24 , saturation: 0.33 and the lightness value of aac48a is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 10001010
Octal 252 304 212
Decimal 170 196 138
Hex AA C4 8A

RGB Percentages of Color #aac48a

%33.73
%38.89
%27.38

CMYK Percentages of Color #aac48a

%13
%0
%30
%23

Triadic Colors of #aac48a

#aac48a #8aaac4 #c48aaa

Analogous Colors of #aac48a

#aac48a #8dc48a #c4c18a

Monochromatic Colors of #aac48a

#aac48a

Complementary Color

#aac48a #a48ac4

#aac48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac48a Color CSS Codes

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

#aac48a Text Font Color

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

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


#aac48a Background Color

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

This div background color is #aac48a


#aac48a Border Color

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

This div border color is #aac48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac48a


Comments

No comments written yet.

Please login to write comment.