Color Hex Logo

#aec97f Color Hex

#AEC97F
(174,201,127)
0 Favorites   0 Comments

Color spaces of #aec97f

RGB 174201127
HSL0.230.410.64
HSV82°37°79°
CMYK 0.130.000.37   0.21
XYZ42.173052.304327.9517
Yxy52.30430.34450.4272
Hunter Lab72.3217-22.474227.7101
CIE-Lab77.4624-21.495234.0322

#aec97f color RGB value is (174,201,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 01111111
Octal 256 311 177
Decimal 174 201 127
Hex AE C9 7F

RGB Percentages of Color #aec97f

%34.66
%40.04
%25.30

CMYK Percentages of Color #aec97f

%13
%0
%37
%21

Triadic Colors of #aec97f

#aec97f #7faec9 #c97fae

Analogous Colors of #aec97f

#aec97f #89c97f #c9bf7f

Monochromatic Colors of #aec97f

#aec97f

Complementary Color

#aec97f #9a7fc9

#aec97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec97f Color CSS Codes

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

#aec97f Text Font Color

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

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


#aec97f Background Color

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

This div background color is #aec97f


#aec97f Border Color

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

This div border color is #aec97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec97f


Comments

No comments written yet.

Please login to write comment.