Color Hex Logo

#aee16e Color Hex

#AEE16E
(174,225,110)
0 Favorites   0 Comments

Color spaces of #aee16e

RGB 174225110
HSL0.240.660.66
HSV87°51°88°
CMYK 0.230.000.51   0.12
XYZ47.195263.974924.6128
Yxy63.97490.34760.4712
Hunter Lab79.9843-34.647637.7443
CIE-Lab83.9527-34.896350.4996

#aee16e color RGB value is (174,225,110).

#aee16e hex color red value is 174, green value is 225 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #aee16e hue: 0.24 , saturation: 0.66 and the lightness value of aee16e is 0.66.

The process color (four color CMYK) of #aee16e color hex is 0.23, 0.00, 0.51, 0.12. Web safe color of #aee16e is #99cc66. Color #aee16e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 01101110
Octal 256 341 156
Decimal 174 225 110
Hex AE E1 6E

RGB Percentages of Color #aee16e

%34.18
%44.20
%21.61

CMYK Percentages of Color #aee16e

%23
%0
%51
%12

Triadic Colors of #aee16e

#aee16e #6eaee1 #e16eae

Analogous Colors of #aee16e

#aee16e #75e16e #e1db6e

Monochromatic Colors of #aee16e

#aee16e

Complementary Color

#aee16e #a16ee1

#aee16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee16e Color CSS Codes

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

#aee16e Text Font Color

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

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


#aee16e Background Color

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

This div background color is #aee16e


#aee16e Border Color

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

This div border color is #aee16e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,225,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 #aee16e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee16e


Comments

No comments written yet.

Please login to write comment.