Color Hex Logo

#aac514 Color Hex

#AAC514
(170,197,20)
0 Favorites   0 Comments

Color spaces of #aac514

RGB 17019720
HSL0.190.820.43
HSV69°90°77°
CMYK 0.140.000.90   0.23
XYZ36.670148.52918.0961
Yxy48.52910.39310.5202
Hunter Lab69.6628-27.948641.8734
CIE-Lab75.1574-28.925773.0668

#aac514 color RGB value is (170,197,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 00010100
Octal 252 305 24
Decimal 170 197 20
Hex AA C5 14

RGB Percentages of Color #aac514

%43.93
%50.90
%5.17

CMYK Percentages of Color #aac514

%14
%0
%90
%23

Triadic Colors of #aac514

#aac514 #14aac5 #c514aa

Analogous Colors of #aac514

#aac514 #51c514 #c58814

Monochromatic Colors of #aac514

#aac514

Complementary Color

#aac514 #2f14c5

#aac514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac514 Color CSS Codes

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

#aac514 Text Font Color

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

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


#aac514 Background Color

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

This div background color is #aac514


#aac514 Border Color

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

This div border color is #aac514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac514


Comments

No comments written yet.

Please login to write comment.