Color Hex Logo

#aec99a Color Hex

#AEC99A
(174,201,154)
0 Favorites   0 Comments

Color spaces of #aec99a

RGB 174201154
HSL0.260.300.70
HSV94°23°79°
CMYK 0.130.000.23   0.21
XYZ44.174953.105138.4939
Yxy53.10510.32540.3911
Hunter Lab72.8732-19.323619.6925
CIE-Lab77.9370-17.599520.5415

#aec99a color RGB value is (174,201,154).

#aec99a hex color red value is 174, green value is 201 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aec99a hue: 0.26 , saturation: 0.30 and the lightness value of aec99a is 0.70.

The process color (four color CMYK) of #aec99a color hex is 0.13, 0.00, 0.23, 0.21. Web safe color of #aec99a is #99cc99. Color #aec99a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 10011010
Octal 256 311 232
Decimal 174 201 154
Hex AE C9 9A

RGB Percentages of Color #aec99a

%32.89
%38.00
%29.11

CMYK Percentages of Color #aec99a

%13
%0
%23
%21

Triadic Colors of #aec99a

#aec99a #9aaec9 #c99aae

Analogous Colors of #aec99a

#aec99a #9ac99e #c6c99a

Monochromatic Colors of #aec99a

#aec99a

Complementary Color

#aec99a #b59ac9

#aec99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec99a Color CSS Codes

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

#aec99a Text Font Color

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

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


#aec99a Background Color

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

This div background color is #aec99a


#aec99a Border Color

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

This div border color is #aec99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec99a


Comments

No comments written yet.

Please login to write comment.