Color Hex Logo

#aac63f Color Hex

#AAC63F
(170,198,63)
0 Favorites   0 Comments

Color spaces of #aac63f

RGB 17019863
HSL0.200.540.51
HSV72°68°78°
CMYK 0.140.000.68   0.22
XYZ37.668949.293112.2318
Yxy49.29310.37980.4969
Hunter Lab70.2090-27.096138.8168
CIE-Lab75.6333-27.701761.4856

#aac63f color RGB value is (170,198,63).

#aac63f hex color red value is 170, green value is 198 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aac63f hue: 0.20 , saturation: 0.54 and the lightness value of aac63f is 0.51.

The process color (four color CMYK) of #aac63f color hex is 0.14, 0.00, 0.68, 0.22. Web safe color of #aac63f is #99cc33. Color #aac63f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 00111111
Octal 252 306 77
Decimal 170 198 63
Hex AA C6 3F

RGB Percentages of Color #aac63f

%39.44
%45.94
%14.62

CMYK Percentages of Color #aac63f

%14
%0
%68
%22

Triadic Colors of #aac63f

#aac63f #3faac6 #c63faa

Analogous Colors of #aac63f

#aac63f #67c63f #c69f3f

Monochromatic Colors of #aac63f

#aac63f

Complementary Color

#aac63f #5b3fc6

#aac63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac63f Color CSS Codes

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

#aac63f Text Font Color

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

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


#aac63f Background Color

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

This div background color is #aac63f


#aac63f Border Color

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

This div border color is #aac63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac63f


Comments

No comments written yet.

Please login to write comment.