Color Hex Logo

#aec094 Color Hex

#AEC094
(174,192,148)
0 Favorites   0 Comments

Color spaces of #aec094

RGB 174192148
HSL0.230.260.67
HSV85°23°75°
CMYK 0.090.000.23   0.25
XYZ41.650548.836135.2481
Yxy48.83610.33130.3884
Hunter Lab69.8828-15.908119.0128
CIE-Lab75.3492-13.968120.1719

#aec094 color RGB value is (174,192,148).

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

The process color (four color CMYK) of #aec094 color hex is 0.09, 0.00, 0.23, 0.25. Web safe color of #aec094 is #99cc99. Color #aec094 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 10010100
Octal 256 300 224
Decimal 174 192 148
Hex AE C0 94

RGB Percentages of Color #aec094

%33.85
%37.35
%28.79

CMYK Percentages of Color #aec094

%9
%0
%23
%25

Triadic Colors of #aec094

#aec094 #94aec0 #c094ae

Analogous Colors of #aec094

#aec094 #98c094 #c0bc94

Monochromatic Colors of #aec094

#aec094

Complementary Color

#aec094 #a694c0

#aec094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec094 Color CSS Codes

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

#aec094 Text Font Color

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

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


#aec094 Background Color

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

This div background color is #aec094


#aec094 Border Color

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

This div border color is #aec094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec094


Comments

No comments written yet.

Please login to write comment.