Color Hex Logo

#aec86f Color Hex

#AEC86F
(174,200,111)
0 Favorites   0 Comments

Color spaces of #aec86f

RGB 174200111
HSL0.220.450.61
HSV78°45°78°
CMYK 0.130.000.45   0.22
XYZ40.979151.454922.8109
Yxy51.45490.35560.4465
Hunter Lab71.7321-23.557631.3581
CIE-Lab76.9537-22.935741.4812

#aec86f color RGB value is (174,200,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001000 01101111
Octal 256 310 157
Decimal 174 200 111
Hex AE C8 6F

RGB Percentages of Color #aec86f

%35.88
%41.24
%22.89

CMYK Percentages of Color #aec86f

%13
%0
%45
%22

Triadic Colors of #aec86f

#aec86f #6faec8 #c86fae

Analogous Colors of #aec86f

#aec86f #82c86f #c8b66f

Monochromatic Colors of #aec86f

#aec86f

Complementary Color

#aec86f #896fc8

#aec86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec86f Color CSS Codes

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

#aec86f Text Font Color

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

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


#aec86f Background Color

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

This div background color is #aec86f


#aec86f Border Color

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

This div border color is #aec86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec86f


Comments

No comments written yet.

Please login to write comment.