Color Hex Logo

#aec596 Color Hex

#AEC596
(174,197,150)
0 Favorites   0 Comments

Color spaces of #aec596

RGB 174197150
HSL0.250.290.68
HSV89°24°77°
CMYK 0.120.000.24   0.23
XYZ42.926851.133236.4614
Yxy51.13320.32890.3918
Hunter Lab71.5075-17.982419.8235
CIE-Lab76.7596-16.207021.0457

#aec596 color RGB value is (174,197,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 10010110
Octal 256 305 226
Decimal 174 197 150
Hex AE C5 96

RGB Percentages of Color #aec596

%33.40
%37.81
%28.79

CMYK Percentages of Color #aec596

%12
%0
%24
%23

Triadic Colors of #aec596

#aec596 #96aec5 #c596ae

Analogous Colors of #aec596

#aec596 #97c596 #c5c596

Monochromatic Colors of #aec596

#aec596

Complementary Color

#aec596 #ad96c5

#aec596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec596 Color CSS Codes

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

#aec596 Text Font Color

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

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


#aec596 Background Color

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

This div background color is #aec596


#aec596 Border Color

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

This div border color is #aec596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec596


Comments

No comments written yet.

Please login to write comment.