Color Hex Logo

#aac21f Color Hex

#AAC21F
(170,194,31)
0 Favorites   0 Comments

Color spaces of #aac21f

RGB 17019431
HSL0.190.720.44
HSV69°84°76°
CMYK 0.120.000.84   0.24
XYZ36.116747.22858.5088
Yxy47.22850.39320.5142
Hunter Lab68.7230-26.456340.7652
CIE-Lab74.3357-27.224070.2446

#aac21f color RGB value is (170,194,31).

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

The process color (four color CMYK) of #aac21f color hex is 0.12, 0.00, 0.84, 0.24. Web safe color of #aac21f is #99cc33. Color #aac21f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000010 00011111
Octal 252 302 37
Decimal 170 194 31
Hex AA C2 1F

RGB Percentages of Color #aac21f

%43.04
%49.11
%7.85

CMYK Percentages of Color #aac21f

%12
%0
%84
%24

Triadic Colors of #aac21f

#aac21f #1faac2 #c21faa

Analogous Colors of #aac21f

#aac21f #59c21f #c2891f

Monochromatic Colors of #aac21f

#aac21f

Complementary Color

#aac21f #371fc2

#aac21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac21f Color CSS Codes

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

#aac21f Text Font Color

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

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


#aac21f Background Color

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

This div background color is #aac21f


#aac21f Border Color

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

This div border color is #aac21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac21f


Comments

No comments written yet.

Please login to write comment.