Color Hex Logo

#aac570 Color Hex

#AAC570
(170,197,112)
0 Favorites   0 Comments

Color spaces of #aac570

RGB 170197112
HSL0.220.420.61
HSV79°43°77°
CMYK 0.140.000.43   0.23
XYZ39.468449.648422.8321
Yxy49.64840.35260.4435
Hunter Lab70.4616-23.322830.1110
CIE-Lab75.8529-22.890839.5465

#aac570 color RGB value is (170,197,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 01110000
Octal 252 305 160
Decimal 170 197 112
Hex AA C5 70

RGB Percentages of Color #aac570

%35.49
%41.13
%23.38

CMYK Percentages of Color #aac570

%14
%0
%43
%23

Triadic Colors of #aac570

#aac570 #70aac5 #c570aa

Analogous Colors of #aac570

#aac570 #80c570 #c5b670

Monochromatic Colors of #aac570

#aac570

Complementary Color

#aac570 #8b70c5

#aac570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac570 Color CSS Codes

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

#aac570 Text Font Color

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

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


#aac570 Background Color

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

This div background color is #aac570


#aac570 Border Color

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

This div border color is #aac570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac570


Comments

No comments written yet.

Please login to write comment.