Color Hex Logo

#aae76f Color Hex

#AAE76F
(170,231,111)
0 Favorites   0 Comments

Color spaces of #aae76f

RGB 170231111
HSL0.250.710.67
HSV91°52°91°
CMYK 0.260.000.52   0.09
XYZ48.022766.845625.4103
Yxy66.84560.34230.4765
Hunter Lab81.7592-38.233438.8044
CIE-Lab85.4259-38.945751.7377

#aae76f color RGB value is (170,231,111).

#aae76f hex color red value is 170, green value is 231 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aae76f hue: 0.25 , saturation: 0.71 and the lightness value of aae76f is 0.67.

The process color (four color CMYK) of #aae76f color hex is 0.26, 0.00, 0.52, 0.09. Web safe color of #aae76f is #99ff66. Color #aae76f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100111 01101111
Octal 252 347 157
Decimal 170 231 111
Hex AA E7 6F

RGB Percentages of Color #aae76f

%33.20
%45.12
%21.68

CMYK Percentages of Color #aae76f

%26
%0
%52
%9

Triadic Colors of #aae76f

#aae76f #6faae7 #e76faa

Analogous Colors of #aae76f

#aae76f #6fe770 #e6e76f

Monochromatic Colors of #aae76f

#aae76f

Complementary Color

#aae76f #ac6fe7

#aae76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae76f Color CSS Codes

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

#aae76f Text Font Color

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

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


#aae76f Background Color

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

This div background color is #aae76f


#aae76f Border Color

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

This div border color is #aae76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae76f


Comments

No comments written yet.

Please login to write comment.