Color Hex Logo

#aec29a Color Hex

#AEC29A
(174,194,154)
0 Favorites   0 Comments

Color spaces of #aec29a

RGB 174194154
HSL0.250.250.68
HSV90°21°76°
CMYK 0.100.000.21   0.24
XYZ42.580149.915337.9623
Yxy49.91530.32640.3826
Hunter Lab70.6508-16.059717.5976
CIE-Lab76.0172-14.042717.8856

#aec29a color RGB value is (174,194,154).

#aec29a hex color red value is 174, green value is 194 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aec29a hue: 0.25 , saturation: 0.25 and the lightness value of aec29a is 0.68.

The process color (four color CMYK) of #aec29a color hex is 0.10, 0.00, 0.21, 0.24. Web safe color of #aec29a is #99cc99. Color #aec29a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 10011010
Octal 256 302 232
Decimal 174 194 154
Hex AE C2 9A

RGB Percentages of Color #aec29a

%33.33
%37.16
%29.50

CMYK Percentages of Color #aec29a

%10
%0
%21
%24

Triadic Colors of #aec29a

#aec29a #9aaec2 #c29aae

Analogous Colors of #aec29a

#aec29a #9ac29a #c2c29a

Monochromatic Colors of #aec29a

#aec29a

Complementary Color

#aec29a #ae9ac2

#aec29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec29a Color CSS Codes

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

#aec29a Text Font Color

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

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


#aec29a Background Color

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

This div background color is #aec29a


#aec29a Border Color

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

This div border color is #aec29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec29a


Comments

No comments written yet.

Please login to write comment.