Color Hex Logo

#aac036 Color Hex

#AAC036
(170,192,54)
0 Favorites   0 Comments

Color spaces of #aac036

RGB 17019254
HSL0.190.560.48
HSV70°72°75°
CMYK 0.110.000.72   0.25
XYZ36.093146.511710.5654
Yxy46.51170.38740.4992
Hunter Lab68.1995-24.881838.5545
CIE-Lab73.8763-25.323063.0543

#aac036 color RGB value is (170,192,54).

#aac036 hex color red value is 170, green value is 192 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #aac036 hue: 0.19 , saturation: 0.56 and the lightness value of aac036 is 0.48.

The process color (four color CMYK) of #aac036 color hex is 0.11, 0.00, 0.72, 0.25. Web safe color of #aac036 is #99cc33. Color #aac036 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000000 00110110
Octal 252 300 66
Decimal 170 192 54
Hex AA C0 36

RGB Percentages of Color #aac036

%40.87
%46.15
%12.98

CMYK Percentages of Color #aac036

%11
%0
%72
%25

Triadic Colors of #aac036

#aac036 #36aac0 #c036aa

Analogous Colors of #aac036

#aac036 #65c036 #c09136

Monochromatic Colors of #aac036

#aac036

Complementary Color

#aac036 #4c36c0

#aac036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac036 Color CSS Codes

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

#aac036 Text Font Color

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

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


#aac036 Background Color

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

This div background color is #aac036


#aac036 Border Color

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

This div border color is #aac036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac036


Comments

No comments written yet.

Please login to write comment.