Color Hex Logo

#aac645 Color Hex

#AAC645
(170,198,69)
0 Favorites   0 Comments

Color spaces of #aac645

RGB 17019869
HSL0.200.530.52
HSV73°65°78°
CMYK 0.140.000.65   0.22
XYZ37.845849.363913.1637
Yxy49.36390.37710.4918
Hunter Lab70.2594-26.803638.0731
CIE-Lab75.6772-27.316759.1702

#aac645 color RGB value is (170,198,69).

#aac645 hex color red value is 170, green value is 198 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #aac645 hue: 0.20 , saturation: 0.53 and the lightness value of aac645 is 0.52.

The process color (four color CMYK) of #aac645 color hex is 0.14, 0.00, 0.65, 0.22. Web safe color of #aac645 is #99cc33. Color #aac645 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 01000101
Octal 252 306 105
Decimal 170 198 69
Hex AA C6 45

RGB Percentages of Color #aac645

%38.90
%45.31
%15.79

CMYK Percentages of Color #aac645

%14
%0
%65
%22

Triadic Colors of #aac645

#aac645 #45aac6 #c645aa

Analogous Colors of #aac645

#aac645 #6ac645 #c6a245

Monochromatic Colors of #aac645

#aac645

Complementary Color

#aac645 #6145c6

#aac645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac645 Color CSS Codes

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

#aac645 Text Font Color

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

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


#aac645 Background Color

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

This div background color is #aac645


#aac645 Border Color

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

This div border color is #aac645


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac645


Comments

No comments written yet.

Please login to write comment.