Color Hex Logo

#aec11f Color Hex

#AEC11F
(174,193,31)
0 Favorites   0 Comments

Color spaces of #aec11f

RGB 17419331
HSL0.190.720.44
HSV67°84°76°
CMYK 0.100.000.84   0.24
XYZ36.772847.23758.4759
Yxy47.23750.39760.5108
Hunter Lab68.7295-24.772740.7989
CIE-Lab74.3414-25.068970.3649

#aec11f color RGB value is (174,193,31).

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

The process color (four color CMYK) of #aec11f color hex is 0.10, 0.00, 0.84, 0.24. Web safe color of #aec11f is #99cc33. Color #aec11f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000001 00011111
Octal 256 301 37
Decimal 174 193 31
Hex AE C1 1F

RGB Percentages of Color #aec11f

%43.72
%48.49
%7.79

CMYK Percentages of Color #aec11f

%10
%0
%84
%24

Triadic Colors of #aec11f

#aec11f #1faec1 #c11fae

Analogous Colors of #aec11f

#aec11f #5dc11f #c1831f

Monochromatic Colors of #aec11f

#aec11f

Complementary Color

#aec11f #321fc1

#aec11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec11f Color CSS Codes

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

#aec11f Text Font Color

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

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


#aec11f Background Color

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

This div background color is #aec11f


#aec11f Border Color

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

This div border color is #aec11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec11f


Comments

No comments written yet.

Please login to write comment.