Color Hex Logo

#aee08a Color Hex

#AEE08A
(174,224,138)
0 Favorites   0 Comments

Color spaces of #aee08a

RGB 174224138
HSL0.260.580.71
HSV95°38°88°
CMYK 0.220.000.38   0.12
XYZ48.698764.145033.8593
Yxy64.14500.33200.4372
Hunter Lab80.0906-31.622430.9978
CIE-Lab84.0412-31.117236.9859

#aee08a color RGB value is (174,224,138).

#aee08a hex color red value is 174, green value is 224 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aee08a hue: 0.26 , saturation: 0.58 and the lightness value of aee08a is 0.71.

The process color (four color CMYK) of #aee08a color hex is 0.22, 0.00, 0.38, 0.12. Web safe color of #aee08a is #99cc99. Color #aee08a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 10001010
Octal 256 340 212
Decimal 174 224 138
Hex AE E0 8A

RGB Percentages of Color #aee08a

%32.46
%41.79
%25.75

CMYK Percentages of Color #aee08a

%22
%0
%38
%12

Triadic Colors of #aee08a

#aee08a #8aaee0 #e08aae

Analogous Colors of #aee08a

#aee08a #8ae091 #d9e08a

Monochromatic Colors of #aee08a

#aee08a

Complementary Color

#aee08a #bc8ae0

#aee08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee08a Color CSS Codes

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

#aee08a Text Font Color

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

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


#aee08a Background Color

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

This div background color is #aee08a


#aee08a Border Color

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

This div border color is #aee08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee08a


Comments

No comments written yet.

Please login to write comment.