Color Hex Logo

#aec296 Color Hex

#AEC296
(174,194,150)
0 Favorites   0 Comments

Color spaces of #aec296

RGB 174194150
HSL0.240.270.67
HSV87°23°76°
CMYK 0.100.000.23   0.24
XYZ42.252449.784336.2365
Yxy49.78430.32940.3881
Hunter Lab70.5580-16.584918.9410
CIE-Lab75.9367-14.679419.9129

#aec296 color RGB value is (174,194,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 10010110
Octal 256 302 226
Decimal 174 194 150
Hex AE C2 96

RGB Percentages of Color #aec296

%33.59
%37.45
%28.96

CMYK Percentages of Color #aec296

%10
%0
%23
%24

Triadic Colors of #aec296

#aec296 #96aec2 #c296ae

Analogous Colors of #aec296

#aec296 #98c296 #c2c096

Monochromatic Colors of #aec296

#aec296

Complementary Color

#aec296 #aa96c2

#aec296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec296 Color CSS Codes

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

#aec296 Text Font Color

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

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


#aec296 Background Color

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

This div background color is #aec296


#aec296 Border Color

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

This div border color is #aec296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec296


Comments

No comments written yet.

Please login to write comment.