Color Hex Logo

#aac65f Color Hex

#AAC65F
(170,198,95)
0 Favorites   0 Comments

Color spaces of #aac65f

RGB 17019895
HSL0.210.470.57
HSV76°52°78°
CMYK 0.140.000.52   0.22
XYZ38.837249.760418.3843
Yxy49.76040.36300.4651
Hunter Lab70.5411-25.171633.9267
CIE-Lab75.9220-25.187547.9446

#aac65f color RGB value is (170,198,95).

#aac65f hex color red value is 170, green value is 198 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aac65f hue: 0.21 , saturation: 0.47 and the lightness value of aac65f is 0.57.

The process color (four color CMYK) of #aac65f color hex is 0.14, 0.00, 0.52, 0.22. Web safe color of #aac65f is #99cc66. Color #aac65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 01011111
Octal 252 306 137
Decimal 170 198 95
Hex AA C6 5F

RGB Percentages of Color #aac65f

%36.72
%42.76
%20.52

CMYK Percentages of Color #aac65f

%14
%0
%52
%22

Triadic Colors of #aac65f

#aac65f #5faac6 #c65faa

Analogous Colors of #aac65f

#aac65f #77c65f #c6af5f

Monochromatic Colors of #aac65f

#aac65f

Complementary Color

#aac65f #7b5fc6

#aac65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac65f Color CSS Codes

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

#aac65f Text Font Color

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

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


#aac65f Background Color

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

This div background color is #aac65f


#aac65f Border Color

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

This div border color is #aac65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac65f


Comments

No comments written yet.

Please login to write comment.