Color Hex Logo

#aee0ae Color Hex

#AEE0AE
(174,224,174)
0 Favorites   0 Comments

Color spaces of #aee0ae

RGB 174224174
HSL0.330.450.78
HSV120°22°88°
CMYK 0.220.000.22   0.12
XYZ51.751265.366049.9337
Yxy65.36600.30980.3913
Hunter Lab80.8492-27.229219.9761
CIE-Lab84.6720-25.645419.3404

#aee0ae color RGB value is (174,224,174).

#aee0ae hex color red value is 174, green value is 224 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aee0ae hue: 0.33 , saturation: 0.45 and the lightness value of aee0ae is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 10101110
Octal 256 340 256
Decimal 174 224 174
Hex AE E0 AE

RGB Percentages of Color #aee0ae

%30.42
%39.16
%30.42

CMYK Percentages of Color #aee0ae

%22
%0
%22
%12

Triadic Colors of #aee0ae

#aee0ae #aeaee0 #e0aeae

Analogous Colors of #aee0ae

#aee0ae #aee0c7 #c7e0ae

Monochromatic Colors of #aee0ae

#aee0ae

Complementary Color

#aee0ae #e0aee0

#aee0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee0ae Color CSS Codes

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

#aee0ae Text Font Color

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

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


#aee0ae Background Color

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

This div background color is #aee0ae


#aee0ae Border Color

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

This div border color is #aee0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee0ae


Comments

No comments written yet.

Please login to write comment.