Color Hex Logo

#aac564 Color Hex

#AAC564
(170,197,100)
0 Favorites   0 Comments

Color spaces of #aac564

RGB 170197100
HSL0.210.460.58
HSV77°49°77°
CMYK 0.140.000.49   0.23
XYZ38.844149.398719.5442
Yxy49.39870.36040.4583
Hunter Lab70.2842-24.345432.7119
CIE-Lab75.6987-24.203245.2821

#aac564 color RGB value is (170,197,100).

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

The process color (four color CMYK) of #aac564 color hex is 0.14, 0.00, 0.49, 0.23. Web safe color of #aac564 is #99cc66. Color #aac564 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 01100100
Octal 252 305 144
Decimal 170 197 100
Hex AA C5 64

RGB Percentages of Color #aac564

%36.40
%42.18
%21.41

CMYK Percentages of Color #aac564

%14
%0
%49
%23

Triadic Colors of #aac564

#aac564 #64aac5 #c564aa

Analogous Colors of #aac564

#aac564 #7ac564 #c5b064

Monochromatic Colors of #aac564

#aac564

Complementary Color

#aac564 #7f64c5

#aac564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac564 Color CSS Codes

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

#aac564 Text Font Color

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

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


#aac564 Background Color

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

This div background color is #aac564


#aac564 Border Color

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

This div border color is #aac564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac564


Comments

No comments written yet.

Please login to write comment.