Color Hex Logo

#aac466 Color Hex

#AAC466
(170,196,102)
0 Favorites   0 Comments

Color spaces of #aac466

RGB 170196102
HSL0.210.440.58
HSV77°48°77°
CMYK 0.130.000.48   0.23
XYZ38.715848.985219.9849
Yxy48.98520.35950.4549
Hunter Lab69.9894-23.741332.0628
CIE-Lab75.4421-23.506243.9980

#aac466 color RGB value is (170,196,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 01100110
Octal 252 304 146
Decimal 170 196 102
Hex AA C4 66

RGB Percentages of Color #aac466

%36.32
%41.88
%21.79

CMYK Percentages of Color #aac466

%13
%0
%48
%23

Triadic Colors of #aac466

#aac466 #66aac4 #c466aa

Analogous Colors of #aac466

#aac466 #7bc466 #c4af66

Monochromatic Colors of #aac466

#aac466

Complementary Color

#aac466 #8066c4

#aac466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac466 Color CSS Codes

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

#aac466 Text Font Color

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

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


#aac466 Background Color

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

This div background color is #aac466


#aac466 Border Color

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

This div border color is #aac466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac466


Comments

No comments written yet.

Please login to write comment.