Color Hex Logo

#aeea99 Color Hex

#AEEA99
(174,234,153)
0 Favorites   0 Comments

Color spaces of #aeea99

RGB 174234153
HSL0.290.660.76
HSV104°35°92°
CMYK 0.260.000.35   0.08
XYZ52.628170.144240.9024
Yxy70.14420.32150.4286
Hunter Lab83.7521-34.400529.6708
CIE-Lab87.0675-33.677933.3938

#aeea99 color RGB value is (174,234,153).

#aeea99 hex color red value is 174, green value is 234 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aeea99 hue: 0.29 , saturation: 0.66 and the lightness value of aeea99 is 0.76.

The process color (four color CMYK) of #aeea99 color hex is 0.26, 0.00, 0.35, 0.08. Web safe color of #aeea99 is #99ff99. Color #aeea99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 10011001
Octal 256 352 231
Decimal 174 234 153
Hex AE EA 99

RGB Percentages of Color #aeea99

%31.02
%41.71
%27.27

CMYK Percentages of Color #aeea99

%26
%0
%35
%8

Triadic Colors of #aeea99

#aeea99 #99aeea #ea99ae

Analogous Colors of #aeea99

#aeea99 #99eaad #d7ea99

Monochromatic Colors of #aeea99

#aeea99

Complementary Color

#aeea99 #d599ea

#aeea99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea99 Color CSS Codes

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

#aeea99 Text Font Color

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

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


#aeea99 Background Color

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

This div background color is #aeea99


#aeea99 Border Color

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

This div border color is #aeea99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea99


Comments

No comments written yet.

Please login to write comment.