Color Hex Logo

#aec96f Color Hex

#AEC96F
(174,201,111)
0 Favorites   0 Comments

Color spaces of #aec96f

RGB 174201111
HSL0.220.450.61
HSV78°45°79°
CMYK 0.130.000.45   0.21
XYZ41.211451.919722.8883
Yxy51.91970.35520.4475
Hunter Lab72.0553-24.005331.6053
CIE-Lab77.2328-23.426141.8281

#aec96f color RGB value is (174,201,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 01101111
Octal 256 311 157
Decimal 174 201 111
Hex AE C9 6F

RGB Percentages of Color #aec96f

%35.80
%41.36
%22.84

CMYK Percentages of Color #aec96f

%13
%0
%45
%21

Triadic Colors of #aec96f

#aec96f #6faec9 #c96fae

Analogous Colors of #aec96f

#aec96f #81c96f #c9b76f

Monochromatic Colors of #aec96f

#aec96f

Complementary Color

#aec96f #8a6fc9

#aec96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec96f Color CSS Codes

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

#aec96f Text Font Color

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

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


#aec96f Background Color

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

This div background color is #aec96f


#aec96f Border Color

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

This div border color is #aec96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec96f


Comments

No comments written yet.

Please login to write comment.