Color Hex Logo

#aec41f Color Hex

#AEC41F
(174,196,31)
0 Favorites   0 Comments

Color spaces of #aec41f

RGB 17419631
HSL0.190.730.45
HSV68°84°77°
CMYK 0.110.000.84   0.23
XYZ37.442848.57758.6993
Yxy48.57750.39530.5129
Hunter Lab69.6976-26.077341.3880
CIE-Lab75.1877-26.517371.0802

#aec41f color RGB value is (174,196,31).

#aec41f hex color red value is 174, green value is 196 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aec41f hue: 0.19 , saturation: 0.73 and the lightness value of aec41f is 0.45.

The process color (four color CMYK) of #aec41f color hex is 0.11, 0.00, 0.84, 0.23. Web safe color of #aec41f is #99cc33. Color #aec41f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 00011111
Octal 256 304 37
Decimal 174 196 31
Hex AE C4 1F

RGB Percentages of Color #aec41f

%43.39
%48.88
%7.73

CMYK Percentages of Color #aec41f

%11
%0
%84
%23

Triadic Colors of #aec41f

#aec41f #1faec4 #c41fae

Analogous Colors of #aec41f

#aec41f #5bc41f #c4881f

Monochromatic Colors of #aec41f

#aec41f

Complementary Color

#aec41f #351fc4

#aec41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec41f Color CSS Codes

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

#aec41f Text Font Color

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

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


#aec41f Background Color

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

This div background color is #aec41f


#aec41f Border Color

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

This div border color is #aec41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec41f


Comments

No comments written yet.

Please login to write comment.