Color Hex Logo

#aec57f Color Hex

#AEC57F
(174,197,127)
0 Favorites   0 Comments

Color spaces of #aec57f

RGB 174197127
HSL0.220.380.64
HSV80°36°77°
CMYK 0.120.000.36   0.23
XYZ41.252650.463527.6449
Yxy50.46350.34560.4228
Hunter Lab71.0377-20.658426.6532
CIE-Lab76.3529-19.507332.5860

#aec57f color RGB value is (174,197,127).

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

The process color (four color CMYK) of #aec57f color hex is 0.12, 0.00, 0.36, 0.23. Web safe color of #aec57f is #99cc66. Color #aec57f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 01111111
Octal 256 305 177
Decimal 174 197 127
Hex AE C5 7F

RGB Percentages of Color #aec57f

%34.94
%39.56
%25.50

CMYK Percentages of Color #aec57f

%12
%0
%36
%23

Triadic Colors of #aec57f

#aec57f #7faec5 #c57fae

Analogous Colors of #aec57f

#aec57f #8bc57f #c5b97f

Monochromatic Colors of #aec57f

#aec57f

Complementary Color

#aec57f #967fc5

#aec57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec57f Color CSS Codes

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

#aec57f Text Font Color

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

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


#aec57f Background Color

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

This div background color is #aec57f


#aec57f Border Color

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

This div border color is #aec57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec57f


Comments

No comments written yet.

Please login to write comment.