Color Hex Logo

#aac47b Color Hex

#AAC47B
(170,196,123)
0 Favorites   0 Comments

Color spaces of #aac47b

RGB 170196123
HSL0.230.380.63
HSV81°37°77°
CMYK 0.130.000.37   0.23
XYZ39.892649.456026.1823
Yxy49.45600.34530.4281
Hunter Lab70.3250-21.812627.1535
CIE-Lab75.7341-21.047033.7932

#aac47b color RGB value is (170,196,123).

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

The process color (four color CMYK) of #aac47b color hex is 0.13, 0.00, 0.37, 0.23. Web safe color of #aac47b is #99cc66. Color #aac47b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 01111011
Octal 252 304 173
Decimal 170 196 123
Hex AA C4 7B

RGB Percentages of Color #aac47b

%34.76
%40.08
%25.15

CMYK Percentages of Color #aac47b

%13
%0
%37
%23

Triadic Colors of #aac47b

#aac47b #7baac4 #c47baa

Analogous Colors of #aac47b

#aac47b #86c47b #c4ba7b

Monochromatic Colors of #aac47b

#aac47b

Complementary Color

#aac47b #957bc4

#aac47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac47b Color CSS Codes

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

#aac47b Text Font Color

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

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


#aac47b Background Color

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

This div background color is #aac47b


#aac47b Border Color

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

This div border color is #aac47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac47b

#aac47b Color Palettes


Comments

No comments written yet.

Please login to write comment.