Color Hex Logo

#aec96c Color Hex

#AEC96C
(174,201,108)
0 Favorites   0 Comments

Color spaces of #aec96c

RGB 174201108
HSL0.220.460.61
HSV77°46°79°
CMYK 0.130.000.46   0.21
XYZ41.049051.854722.0328
Yxy51.85470.35710.4512
Hunter Lab72.0102-24.265032.2663
CIE-Lab77.1939-23.756143.2615

#aec96c color RGB value is (174,201,108).

#aec96c hex color red value is 174, green value is 201 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #aec96c hue: 0.22 , saturation: 0.46 and the lightness value of aec96c is 0.61.

The process color (four color CMYK) of #aec96c color hex is 0.13, 0.00, 0.46, 0.21. Web safe color of #aec96c is #99cc66. Color #aec96c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 01101100
Octal 256 311 154
Decimal 174 201 108
Hex AE C9 6C

RGB Percentages of Color #aec96c

%36.02
%41.61
%22.36

CMYK Percentages of Color #aec96c

%13
%0
%46
%21

Triadic Colors of #aec96c

#aec96c #6caec9 #c96cae

Analogous Colors of #aec96c

#aec96c #80c96c #c9b66c

Monochromatic Colors of #aec96c

#aec96c

Complementary Color

#aec96c #876cc9

#aec96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec96c Color CSS Codes

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

#aec96c Text Font Color

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

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


#aec96c Background Color

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

This div background color is #aec96c


#aec96c Border Color

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

This div border color is #aec96c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec96c


Comments

No comments written yet.

Please login to write comment.