Color Hex Logo

#aac421 Color Hex

#AAC421
(170,196,33)
0 Favorites   0 Comments

Color spaces of #aac421

RGB 17019633
HSL0.190.710.45
HSV70°83°77°
CMYK 0.130.000.83   0.23
XYZ36.592048.13578.8014
Yxy48.13570.39120.5147
Hunter Lab69.3799-27.271241.0445
CIE-Lab74.9104-28.119670.2665

#aac421 color RGB value is (170,196,33).

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

The process color (four color CMYK) of #aac421 color hex is 0.13, 0.00, 0.83, 0.23. Web safe color of #aac421 is #99cc33. Color #aac421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 00100001
Octal 252 304 41
Decimal 170 196 33
Hex AA C4 21

RGB Percentages of Color #aac421

%42.61
%49.12
%8.27

CMYK Percentages of Color #aac421

%13
%0
%83
%23

Triadic Colors of #aac421

#aac421 #21aac4 #c421aa

Analogous Colors of #aac421

#aac421 #58c421 #c48d21

Monochromatic Colors of #aac421

#aac421

Complementary Color

#aac421 #3b21c4

#aac421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac421 Color CSS Codes

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

#aac421 Text Font Color

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

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


#aac421 Background Color

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

This div background color is #aac421


#aac421 Border Color

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

This div border color is #aac421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac421


Comments

No comments written yet.

Please login to write comment.