Color Hex Logo

#aac079 Color Hex

#AAC079
(170,192,121)
0 Favorites   0 Comments

Color spaces of #aac079

RGB 170192121
HSL0.220.360.61
HSV79°37°75°
CMYK 0.110.000.37   0.25
XYZ38.878447.625825.2327
Yxy47.62580.34790.4262
Hunter Lab69.0114-20.210026.6298
CIE-Lab74.5883-19.307833.3397

#aac079 color RGB value is (170,192,121).

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

The process color (four color CMYK) of #aac079 color hex is 0.11, 0.00, 0.37, 0.25. Web safe color of #aac079 is #99cc66. Color #aac079 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000000 01111001
Octal 252 300 171
Decimal 170 192 121
Hex AA C0 79

RGB Percentages of Color #aac079

%35.20
%39.75
%25.05

CMYK Percentages of Color #aac079

%11
%0
%37
%25

Triadic Colors of #aac079

#aac079 #79aac0 #c079aa

Analogous Colors of #aac079

#aac079 #87c079 #c0b379

Monochromatic Colors of #aac079

#aac079

Complementary Color

#aac079 #8f79c0

#aac079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac079 Color CSS Codes

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

#aac079 Text Font Color

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

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


#aac079 Background Color

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

This div background color is #aac079


#aac079 Border Color

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

This div border color is #aac079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac079


Comments

No comments written yet.

Please login to write comment.