Color Hex Logo

#aec97c Color Hex

#AEC97C
(174,201,124)
0 Favorites   0 Comments

Color spaces of #aec97c

RGB 174201124
HSL0.230.420.64
HSV81°38°79°
CMYK 0.130.000.38   0.21
XYZ41.980352.227226.9370
Yxy52.22720.34650.4311
Hunter Lab72.2684-22.780028.4884
CIE-Lab77.4165-21.878835.5101

#aec97c color RGB value is (174,201,124).

#aec97c hex color red value is 174, green value is 201 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #aec97c hue: 0.23 , saturation: 0.42 and the lightness value of aec97c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 01111100
Octal 256 311 174
Decimal 174 201 124
Hex AE C9 7C

RGB Percentages of Color #aec97c

%34.87
%40.28
%24.85

CMYK Percentages of Color #aec97c

%13
%0
%38
%21

Triadic Colors of #aec97c

#aec97c #7caec9 #c97cae

Analogous Colors of #aec97c

#aec97c #88c97c #c9be7c

Monochromatic Colors of #aec97c

#aec97c

Complementary Color

#aec97c #977cc9

#aec97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec97c Color CSS Codes

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

#aec97c Text Font Color

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

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


#aec97c Background Color

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

This div background color is #aec97c


#aec97c Border Color

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

This div border color is #aec97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec97c


Comments

No comments written yet.

Please login to write comment.