Color Hex Logo

#aac519 Color Hex

#AAC519
(170,197,25)
0 Favorites   0 Comments

Color spaces of #aac519

RGB 17019725
HSL0.190.770.44
HSV69°87°77°
CMYK 0.140.000.87   0.23
XYZ36.719348.54878.3552
Yxy48.54870.39220.5186
Hunter Lab69.6769-27.866241.6642
CIE-Lab75.1697-28.815872.2002

#aac519 color RGB value is (170,197,25).

#aac519 hex color red value is 170, green value is 197 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #aac519 hue: 0.19 , saturation: 0.77 and the lightness value of aac519 is 0.44.

The process color (four color CMYK) of #aac519 color hex is 0.14, 0.00, 0.87, 0.23. Web safe color of #aac519 is #99cc00. Color #aac519 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 00011001
Octal 252 305 31
Decimal 170 197 25
Hex AA C5 19

RGB Percentages of Color #aac519

%43.37
%50.26
%6.38

CMYK Percentages of Color #aac519

%14
%0
%87
%23

Triadic Colors of #aac519

#aac519 #19aac5 #c519aa

Analogous Colors of #aac519

#aac519 #54c519 #c58a19

Monochromatic Colors of #aac519

#aac519

Complementary Color

#aac519 #3419c5

#aac519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac519 Color CSS Codes

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

#aac519 Text Font Color

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

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


#aac519 Background Color

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

This div background color is #aac519


#aac519 Border Color

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

This div border color is #aac519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac519


Comments

No comments written yet.

Please login to write comment.