Color Hex Logo

#aec68c Color Hex

#AEC68C
(174,198,140)
0 Favorites   0 Comments

Color spaces of #aec68c

RGB 174198140
HSL0.240.340.66
HSV85°29°78°
CMYK 0.120.000.29   0.22
XYZ42.383351.280332.4752
Yxy51.28030.33600.4065
Hunter Lab71.6103-19.670823.2392
CIE-Lab76.8485-18.216026.4567

#aec68c color RGB value is (174,198,140).

#aec68c hex color red value is 174, green value is 198 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #aec68c hue: 0.24 , saturation: 0.34 and the lightness value of aec68c is 0.66.

The process color (four color CMYK) of #aec68c color hex is 0.12, 0.00, 0.29, 0.22. Web safe color of #aec68c is #99cc99. Color #aec68c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000110 10001100
Octal 256 306 214
Decimal 174 198 140
Hex AE C6 8C

RGB Percentages of Color #aec68c

%33.98
%38.67
%27.34

CMYK Percentages of Color #aec68c

%12
%0
%29
%22

Triadic Colors of #aec68c

#aec68c #8caec6 #c68cae

Analogous Colors of #aec68c

#aec68c #91c68c #c6c18c

Monochromatic Colors of #aec68c

#aec68c

Complementary Color

#aec68c #a48cc6

#aec68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec68c Color CSS Codes

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

#aec68c Text Font Color

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

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


#aec68c Background Color

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

This div background color is #aec68c


#aec68c Border Color

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

This div border color is #aec68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec68c


Comments

No comments written yet.

Please login to write comment.