Color Hex Logo

#aac556 Color Hex

#AAC556
(170,197,86)
0 Favorites   0 Comments

Color spaces of #aac556

RGB 17019786
HSL0.210.490.55
HSV75°56°77°
CMYK 0.140.000.56   0.23
XYZ38.223549.150416.2765
Yxy49.15040.36880.4742
Hunter Lab70.1073-25.367235.3101
CIE-Lab75.5448-25.526551.6915

#aac556 color RGB value is (170,197,86).

#aac556 hex color red value is 170, green value is 197 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #aac556 hue: 0.21 , saturation: 0.49 and the lightness value of aac556 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 01010110
Octal 252 305 126
Decimal 170 197 86
Hex AA C5 56

RGB Percentages of Color #aac556

%37.53
%43.49
%18.98

CMYK Percentages of Color #aac556

%14
%0
%56
%23

Triadic Colors of #aac556

#aac556 #56aac5 #c556aa

Analogous Colors of #aac556

#aac556 #73c556 #c5a956

Monochromatic Colors of #aac556

#aac556

Complementary Color

#aac556 #7156c5

#aac556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac556 Color CSS Codes

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

#aac556 Text Font Color

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

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


#aac556 Background Color

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

This div background color is #aac556


#aac556 Border Color

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

This div border color is #aac556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac556


Comments

No comments written yet.

Please login to write comment.