Color Hex Logo

#aac970 Color Hex

#AAC970
(170,201,112)
0 Favorites   0 Comments

Color spaces of #aac970

RGB 170201112
HSL0.220.450.61
HSV81°44°79°
CMYK 0.150.000.44   0.21
XYZ40.388851.489223.1389
Yxy51.48920.35120.4477
Hunter Lab71.7560-25.101931.1101
CIE-Lab76.9744-24.847240.9502

#aac970 color RGB value is (170,201,112).

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

The process color (four color CMYK) of #aac970 color hex is 0.15, 0.00, 0.44, 0.21. Web safe color of #aac970 is #99cc66. Color #aac970 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001001 01110000
Octal 252 311 160
Decimal 170 201 112
Hex AA C9 70

RGB Percentages of Color #aac970

%35.20
%41.61
%23.19

CMYK Percentages of Color #aac970

%15
%0
%44
%21

Triadic Colors of #aac970

#aac970 #70aac9 #c970aa

Analogous Colors of #aac970

#aac970 #7ec970 #c9bc70

Monochromatic Colors of #aac970

#aac970

Complementary Color

#aac970 #8f70c9

#aac970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac970 Color CSS Codes

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

#aac970 Text Font Color

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

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


#aac970 Background Color

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

This div background color is #aac970


#aac970 Border Color

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

This div border color is #aac970


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,201,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 #aac970">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac970


Comments

No comments written yet.

Please login to write comment.