Color Hex Logo

#aac56b Color Hex

#AAC56B
(170,197,107)
0 Favorites   0 Comments

Color spaces of #aac56b

RGB 170197107
HSL0.220.440.60
HSV78°46°77°
CMYK 0.140.000.46   0.23
XYZ39.197749.540121.4062
Yxy49.54010.35590.4498
Hunter Lab70.3847-23.765531.2374
CIE-Lab75.7861-23.457541.9581

#aac56b color RGB value is (170,197,107).

#aac56b hex color red value is 170, green value is 197 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aac56b hue: 0.22 , saturation: 0.44 and the lightness value of aac56b is 0.60.

The process color (four color CMYK) of #aac56b color hex is 0.14, 0.00, 0.46, 0.23. Web safe color of #aac56b is #99cc66. Color #aac56b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 01101011
Octal 252 305 153
Decimal 170 197 107
Hex AA C5 6B

RGB Percentages of Color #aac56b

%35.86
%41.56
%22.57

CMYK Percentages of Color #aac56b

%14
%0
%46
%23

Triadic Colors of #aac56b

#aac56b #6baac5 #c56baa

Analogous Colors of #aac56b

#aac56b #7dc56b #c5b36b

Monochromatic Colors of #aac56b

#aac56b

Complementary Color

#aac56b #866bc5

#aac56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac56b Color CSS Codes

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

#aac56b Text Font Color

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

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


#aac56b Background Color

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

This div background color is #aac56b


#aac56b Border Color

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

This div border color is #aac56b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac56b


Comments

No comments written yet.

Please login to write comment.