Color Hex Logo

#aec86c Color Hex

#AEC86C
(174,200,108)
0 Favorites   0 Comments

Color spaces of #aec86c

RGB 174200108
HSL0.210.460.60
HSV77°46°78°
CMYK 0.130.000.46   0.22
XYZ40.816651.389921.9553
Yxy51.38990.35750.4501
Hunter Lab71.6867-23.818532.0221
CIE-Lab76.9146-23.266942.9178

#aec86c color RGB value is (174,200,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001000 01101100
Octal 256 310 154
Decimal 174 200 108
Hex AE C8 6C

RGB Percentages of Color #aec86c

%36.10
%41.49
%22.41

CMYK Percentages of Color #aec86c

%13
%0
%46
%22

Triadic Colors of #aec86c

#aec86c #6caec8 #c86cae

Analogous Colors of #aec86c

#aec86c #80c86c #c8b46c

Monochromatic Colors of #aec86c

#aec86c

Complementary Color

#aec86c #866cc8

#aec86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec86c Color CSS Codes

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

#aec86c Text Font Color

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

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


#aec86c Background Color

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

This div background color is #aec86c


#aec86c Border Color

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

This div border color is #aec86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec86c


Comments

No comments written yet.

Please login to write comment.