Color Hex Logo

#aee996 Color Hex

#AEE996
(174,233,150)
0 Favorites   0 Comments

Color spaces of #aee996

RGB 174233150
HSL0.290.650.75
HSV103°36°91°
CMYK 0.250.000.36   0.09
XYZ52.099569.478539.5189
Yxy69.47850.32340.4313
Hunter Lab83.3538-34.299330.2376
CIE-Lab86.7405-33.647334.4756

#aee996 color RGB value is (174,233,150).

#aee996 hex color red value is 174, green value is 233 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #aee996 hue: 0.29 , saturation: 0.65 and the lightness value of aee996 is 0.75.

The process color (four color CMYK) of #aee996 color hex is 0.25, 0.00, 0.36, 0.09. Web safe color of #aee996 is #99ff99. Color #aee996 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101001 10010110
Octal 256 351 226
Decimal 174 233 150
Hex AE E9 96

RGB Percentages of Color #aee996

%31.24
%41.83
%26.93

CMYK Percentages of Color #aee996

%25
%0
%36
%9

Triadic Colors of #aee996

#aee996 #96aee9 #e996ae

Analogous Colors of #aee996

#aee996 #96e9a8 #d8e996

Monochromatic Colors of #aee996

#aee996

Complementary Color

#aee996 #d196e9

#aee996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee996 Color CSS Codes

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

#aee996 Text Font Color

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

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


#aee996 Background Color

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

This div background color is #aee996


#aee996 Border Color

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

This div border color is #aee996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee996


Comments

No comments written yet.

Please login to write comment.