Color Hex Logo

#aee096 Color Hex

#AEE096
(174,224,150)
0 Favorites   0 Comments

Color spaces of #aee096

RGB 174224150
HSL0.280.540.73
HSV101°33°88°
CMYK 0.220.000.33   0.12
XYZ49.616264.512038.6912
Yxy64.51200.32470.4221
Hunter Lab80.3194-30.292927.6626
CIE-Lab84.2316-29.441031.1531

#aee096 color RGB value is (174,224,150).

#aee096 hex color red value is 174, green value is 224 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #aee096 hue: 0.28 , saturation: 0.54 and the lightness value of aee096 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 10010110
Octal 256 340 226
Decimal 174 224 150
Hex AE E0 96

RGB Percentages of Color #aee096

%31.75
%40.88
%27.37

CMYK Percentages of Color #aee096

%22
%0
%33
%12

Triadic Colors of #aee096

#aee096 #96aee0 #e096ae

Analogous Colors of #aee096

#aee096 #96e0a3 #d3e096

Monochromatic Colors of #aee096

#aee096

Complementary Color

#aee096 #c896e0

#aee096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee096 Color CSS Codes

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

#aee096 Text Font Color

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

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


#aee096 Background Color

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

This div background color is #aee096


#aee096 Border Color

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

This div border color is #aee096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee096


Comments

No comments written yet.

Please login to write comment.