Color Hex Logo

#aac414 Color Hex

#AAC414
(170,196,20)
0 Favorites   0 Comments

Color spaces of #aac414

RGB 17019620
HSL0.190.810.42
HSV69°90°77°
CMYK 0.130.000.90   0.23
XYZ36.443848.07648.0207
Yxy48.07640.39380.5195
Hunter Lab69.3371-27.519941.6775
CIE-Lab74.8731-28.450472.8385

#aac414 color RGB value is (170,196,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 00010100
Octal 252 304 24
Decimal 170 196 20
Hex AA C4 14

RGB Percentages of Color #aac414

%44.04
%50.78
%5.18

CMYK Percentages of Color #aac414

%13
%0
%90
%23

Triadic Colors of #aac414

#aac414 #14aac4 #c414aa

Analogous Colors of #aac414

#aac414 #52c414 #c48614

Monochromatic Colors of #aac414

#aac414

Complementary Color

#aac414 #2e14c4

#aac414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac414 Color CSS Codes

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

#aac414 Text Font Color

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

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


#aac414 Background Color

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

This div background color is #aac414


#aac414 Border Color

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

This div border color is #aac414


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,196,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 #aac414">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac414


Comments

No comments written yet.

Please login to write comment.