Color Hex Logo

#aac061 Color Hex

#AAC061
(170,192,97)
0 Favorites   0 Comments

Color spaces of #aac061

RGB 17019297
HSL0.210.430.57
HSV74°49°75°
CMYK 0.110.000.49   0.25
XYZ37.584947.108418.4212
Yxy47.10840.36450.4569
Hunter Lab68.6356-22.365532.1320
CIE-Lab74.2591-22.051445.0036

#aac061 color RGB value is (170,192,97).

#aac061 hex color red value is 170, green value is 192 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #aac061 hue: 0.21 , saturation: 0.43 and the lightness value of aac061 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000000 01100001
Octal 252 300 141
Decimal 170 192 97
Hex AA C0 61

RGB Percentages of Color #aac061

%37.04
%41.83
%21.13

CMYK Percentages of Color #aac061

%11
%0
%49
%25

Triadic Colors of #aac061

#aac061 #61aac0 #c061aa

Analogous Colors of #aac061

#aac061 #7bc061 #c0a761

Monochromatic Colors of #aac061

#aac061

Complementary Color

#aac061 #7761c0

#aac061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac061 Color CSS Codes

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

#aac061 Text Font Color

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

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


#aac061 Background Color

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

This div background color is #aac061


#aac061 Border Color

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

This div border color is #aac061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac061


Comments

No comments written yet.

Please login to write comment.