Color Hex Logo

#aac672 Color Hex

#AAC672
(170,198,114)
0 Favorites   0 Comments

Color spaces of #aac672

RGB 170198114
HSL0.220.420.61
HSV80°42°78°
CMYK 0.140.000.42   0.22
XYZ39.808950.149123.5012
Yxy50.14910.35090.4420
Hunter Lab70.8160-23.585129.8951
CIE-Lab76.1607-23.147638.9276

#aac672 color RGB value is (170,198,114).

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

The process color (four color CMYK) of #aac672 color hex is 0.14, 0.00, 0.42, 0.22. Web safe color of #aac672 is #99cc66. Color #aac672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 01110010
Octal 252 306 162
Decimal 170 198 114
Hex AA C6 72

RGB Percentages of Color #aac672

%35.27
%41.08
%23.65

CMYK Percentages of Color #aac672

%14
%0
%42
%22

Triadic Colors of #aac672

#aac672 #72aac6 #c672aa

Analogous Colors of #aac672

#aac672 #80c672 #c6b872

Monochromatic Colors of #aac672

#aac672

Complementary Color

#aac672 #8e72c6

#aac672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac672 Color CSS Codes

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

#aac672 Text Font Color

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

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


#aac672 Background Color

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

This div background color is #aac672


#aac672 Border Color

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

This div border color is #aac672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac672


Comments

No comments written yet.

Please login to write comment.