Color Hex Logo

#aee96e Color Hex

#AEE96E
(174,233,110)
0 Favorites   0 Comments

Color spaces of #aee96e

RGB 174233110
HSL0.250.740.67
HSV89°53°91°
CMYK 0.250.000.53   0.09
XYZ49.408968.402325.3507
Yxy68.40230.34510.4778
Hunter Lab82.7057-38.097939.7206
CIE-Lab86.2072-38.517953.1811

#aee96e color RGB value is (174,233,110).

#aee96e hex color red value is 174, green value is 233 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #aee96e hue: 0.25 , saturation: 0.74 and the lightness value of aee96e is 0.67.

The process color (four color CMYK) of #aee96e color hex is 0.25, 0.00, 0.53, 0.09. Web safe color of #aee96e is #99ff66. Color #aee96e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101001 01101110
Octal 256 351 156
Decimal 174 233 110
Hex AE E9 6E

RGB Percentages of Color #aee96e

%33.66
%45.07
%21.28

CMYK Percentages of Color #aee96e

%25
%0
%53
%9

Triadic Colors of #aee96e

#aee96e #6eaee9 #e96eae

Analogous Colors of #aee96e

#aee96e #71e96e #e9e76e

Monochromatic Colors of #aee96e

#aee96e

Complementary Color

#aee96e #a96ee9

#aee96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee96e Color CSS Codes

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

#aee96e Text Font Color

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

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


#aee96e Background Color

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

This div background color is #aee96e


#aee96e Border Color

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

This div border color is #aee96e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,233,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aee96e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aee96e;
  -webkit-box-shadow: 1px 1px 3px 2px #aee96e;
  box-shadow:         1px 1px 3px 2px #aee96e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,233,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee96e


Comments

No comments written yet.

Please login to write comment.