Color Hex Logo

#aec21f Color Hex

#AEC21F
(174,194,31)
0 Favorites   0 Comments

Color spaces of #aec21f

RGB 17419431
HSL0.190.720.44
HSV67°84°76°
CMYK 0.100.000.84   0.24
XYZ36.994747.68128.5499
Yxy47.68120.39680.5115
Hunter Lab69.0516-25.208140.9949
CIE-Lab74.6234-25.553070.6032

#aec21f color RGB value is (174,194,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 00011111
Octal 256 302 37
Decimal 174 194 31
Hex AE C2 1F

RGB Percentages of Color #aec21f

%43.61
%48.62
%7.77

CMYK Percentages of Color #aec21f

%10
%0
%84
%24

Triadic Colors of #aec21f

#aec21f #1faec2 #c21fae

Analogous Colors of #aec21f

#aec21f #5dc21f #c2851f

Monochromatic Colors of #aec21f

#aec21f

Complementary Color

#aec21f #331fc2

#aec21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec21f Color CSS Codes

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

#aec21f Text Font Color

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

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


#aec21f Background Color

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

This div background color is #aec21f


#aec21f Border Color

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

This div border color is #aec21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec21f


Comments

No comments written yet.

Please login to write comment.