Color Hex Logo

#aac066 Color Hex

#AAC066
(170,192,102)
0 Favorites   0 Comments

Color spaces of #aac066

RGB 170192102
HSL0.210.420.58
HSV75°47°75°
CMYK 0.110.000.47   0.25
XYZ37.825547.204619.6882
Yxy47.20460.36120.4508
Hunter Lab68.7056-21.962631.1038
CIE-Lab74.3205-21.534642.6294

#aac066 color RGB value is (170,192,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000000 01100110
Octal 252 300 146
Decimal 170 192 102
Hex AA C0 66

RGB Percentages of Color #aac066

%36.64
%41.38
%21.98

CMYK Percentages of Color #aac066

%11
%0
%47
%25

Triadic Colors of #aac066

#aac066 #66aac0 #c066aa

Analogous Colors of #aac066

#aac066 #7dc066 #c0a966

Monochromatic Colors of #aac066

#aac066

Complementary Color

#aac066 #7c66c0

#aac066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac066 Color CSS Codes

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

#aac066 Text Font Color

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

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


#aac066 Background Color

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

This div background color is #aac066


#aac066 Border Color

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

This div border color is #aac066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac066

#aac066 Color Palettes


Comments

No comments written yet.

Please login to write comment.