Color Hex Logo

#aac411 Color Hex

#AAC411
(170,196,17)
0 Favorites   0 Comments

Color spaces of #aac411

RGB 17019617
HSL0.190.840.42
HSV69°91°77°
CMYK 0.130.000.91   0.23
XYZ36.418748.06647.8886
Yxy48.06640.39430.5203
Hunter Lab69.3299-27.562141.7847
CIE-Lab74.8668-28.506673.2905

#aac411 color RGB value is (170,196,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 00010001
Octal 252 304 21
Decimal 170 196 17
Hex AA C4 11

RGB Percentages of Color #aac411

%44.39
%51.17
%4.44

CMYK Percentages of Color #aac411

%13
%0
%91
%23

Triadic Colors of #aac411

#aac411 #11aac4 #c411aa

Analogous Colors of #aac411

#aac411 #51c411 #c48511

Monochromatic Colors of #aac411

#aac411

Complementary Color

#aac411 #2b11c4

#aac411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac411 Color CSS Codes

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

#aac411 Text Font Color

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

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


#aac411 Background Color

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

This div background color is #aac411


#aac411 Border Color

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

This div border color is #aac411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac411


Comments

No comments written yet.

Please login to write comment.