Color Hex Logo

#aec49e Color Hex

#AEC49E
(174,196,158)
0 Favorites   0 Comments

Color spaces of #aec49e

RGB 174196158
HSL0.260.240.69
HSV95°19°77°
CMYK 0.110.000.19   0.23
XYZ43.367050.947139.8958
Yxy50.94710.32310.3796
Hunter Lab71.3772-16.458116.8243
CIE-Lab76.6470-14.414516.6209

#aec49e color RGB value is (174,196,158).

#aec49e hex color red value is 174, green value is 196 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aec49e hue: 0.26 , saturation: 0.24 and the lightness value of aec49e is 0.69.

The process color (four color CMYK) of #aec49e color hex is 0.11, 0.00, 0.19, 0.23. Web safe color of #aec49e is #99cc99. Color #aec49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 10011110
Octal 256 304 236
Decimal 174 196 158
Hex AE C4 9E

RGB Percentages of Color #aec49e

%32.95
%37.12
%29.92

CMYK Percentages of Color #aec49e

%11
%0
%19
%23

Triadic Colors of #aec49e

#aec49e #9eaec4 #c49eae

Analogous Colors of #aec49e

#aec49e #9ec4a1 #c1c49e

Monochromatic Colors of #aec49e

#aec49e

Complementary Color

#aec49e #b49ec4

#aec49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec49e Color CSS Codes

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

#aec49e Text Font Color

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

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


#aec49e Background Color

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

This div background color is #aec49e


#aec49e Border Color

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

This div border color is #aec49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec49e


Comments

No comments written yet.

Please login to write comment.