Color Hex Logo

#aac470 Color Hex

#AAC470
(170,196,112)
0 Favorites   0 Comments

Color spaces of #aac470

RGB 170196112
HSL0.220.420.60
HSV79°43°77°
CMYK 0.130.000.43   0.23
XYZ39.242149.195822.7567
Yxy49.19580.35290.4424
Hunter Lab70.1397-22.876529.8613
CIE-Lab75.5730-22.398339.1947

#aac470 color RGB value is (170,196,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 01110000
Octal 252 304 160
Decimal 170 196 112
Hex AA C4 70

RGB Percentages of Color #aac470

%35.56
%41.00
%23.43

CMYK Percentages of Color #aac470

%13
%0
%43
%23

Triadic Colors of #aac470

#aac470 #70aac4 #c470aa

Analogous Colors of #aac470

#aac470 #80c470 #c4b470

Monochromatic Colors of #aac470

#aac470

Complementary Color

#aac470 #8a70c4

#aac470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac470 Color CSS Codes

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

#aac470 Text Font Color

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

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


#aac470 Background Color

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

This div background color is #aac470


#aac470 Border Color

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

This div border color is #aac470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac470


Comments

No comments written yet.

Please login to write comment.