Color Hex Logo

#aec76e Color Hex

#AEC76E
(174,199,110)
0 Favorites   0 Comments

Color spaces of #aec76e

RGB 174199110
HSL0.210.440.61
HSV77°45°78°
CMYK 0.130.000.45   0.22
XYZ40.693550.971322.4455
Yxy50.97130.35660.4467
Hunter Lab71.3942-23.197831.3358
CIE-Lab76.6616-22.556141.6152

#aec76e color RGB value is (174,199,110).

#aec76e hex color red value is 174, green value is 199 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #aec76e hue: 0.21 , saturation: 0.44 and the lightness value of aec76e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000111 01101110
Octal 256 307 156
Decimal 174 199 110
Hex AE C7 6E

RGB Percentages of Color #aec76e

%36.02
%41.20
%22.77

CMYK Percentages of Color #aec76e

%13
%0
%45
%22

Triadic Colors of #aec76e

#aec76e #6eaec7 #c76eae

Analogous Colors of #aec76e

#aec76e #82c76e #c7b46e

Monochromatic Colors of #aec76e

#aec76e

Complementary Color

#aec76e #876ec7

#aec76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec76e Color CSS Codes

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

#aec76e Text Font Color

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

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


#aec76e Background Color

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

This div background color is #aec76e


#aec76e Border Color

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

This div border color is #aec76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec76e


Comments

No comments written yet.

Please login to write comment.