Color Hex Logo

#aac709 Color Hex

#AAC709
(170,199,9)
0 Favorites   0 Comments

Color spaces of #aac709

RGB 1701999
HSL0.190.910.41
HSV69°95°78°
CMYK 0.150.000.95   0.22
XYZ37.050349.41267.8433
Yxy49.41260.39290.5240
Hunter Lab70.2941-28.931742.5904
CIE-Lab75.7073-30.042174.8995

#aac709 color RGB value is (170,199,9).

#aac709 hex color red value is 170, green value is 199 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #aac709 hue: 0.19 , saturation: 0.91 and the lightness value of aac709 is 0.41.

The process color (four color CMYK) of #aac709 color hex is 0.15, 0.00, 0.95, 0.22. Web safe color of #aac709 is #99cc00. Color #aac709 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 00001001
Octal 252 307 11
Decimal 170 199 9
Hex AA C7 9

RGB Percentages of Color #aac709

%44.97
%52.65
%2.38

CMYK Percentages of Color #aac709

%15
%0
%95
%22

Triadic Colors of #aac709

#aac709 #09aac7 #c709aa

Analogous Colors of #aac709

#aac709 #4bc709 #c78509

Monochromatic Colors of #aac709

#aac709

Complementary Color

#aac709 #2609c7

#aac709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac709 Color CSS Codes

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

#aac709 Text Font Color

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

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


#aac709 Background Color

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

This div background color is #aac709


#aac709 Border Color

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

This div border color is #aac709


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac709


Comments

No comments written yet.

Please login to write comment.