Color Hex Logo

#aec494 Color Hex

#AEC494
(174,196,148)
0 Favorites   0 Comments

Color spaces of #aec494

RGB 174196148
HSL0.240.290.67
HSV88°24°77°
CMYK 0.110.000.24   0.23
XYZ42.540850.616635.5448
Yxy50.61660.33050.3933
Hunter Lab71.1453-17.771720.1800
CIE-Lab76.4462-16.009321.6790

#aec494 color RGB value is (174,196,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 10010100
Octal 256 304 224
Decimal 174 196 148
Hex AE C4 94

RGB Percentages of Color #aec494

%33.59
%37.84
%28.57

CMYK Percentages of Color #aec494

%11
%0
%24
%23

Triadic Colors of #aec494

#aec494 #94aec4 #c494ae

Analogous Colors of #aec494

#aec494 #96c494 #c4c294

Monochromatic Colors of #aec494

#aec494

Complementary Color

#aec494 #aa94c4

#aec494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec494 Color CSS Codes

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

#aec494 Text Font Color

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

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


#aec494 Background Color

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

This div background color is #aec494


#aec494 Border Color

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

This div border color is #aec494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec494


Comments

No comments written yet.

Please login to write comment.