Color Hex Logo

#aec20c Color Hex

#AEC20C
(174,194,12)
0 Favorites   0 Comments

Color spaces of #aec20c

RGB 17419412
HSL0.180.880.40
HSV67°94°76°
CMYK 0.100.000.94   0.24
XYZ36.813747.60887.5970
Yxy47.60880.40010.5174
Hunter Lab68.9991-25.511841.7714
CIE-Lab74.5775-25.951573.8320

#aec20c color RGB value is (174,194,12).

#aec20c hex color red value is 174, green value is 194 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #aec20c hue: 0.18 , saturation: 0.88 and the lightness value of aec20c is 0.40.

The process color (four color CMYK) of #aec20c color hex is 0.10, 0.00, 0.94, 0.24. Web safe color of #aec20c is #99cc00. Color #aec20c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 00001100
Octal 256 302 14
Decimal 174 194 12
Hex AE C2 C

RGB Percentages of Color #aec20c

%45.79
%51.05
%3.16

CMYK Percentages of Color #aec20c

%10
%0
%94
%24

Triadic Colors of #aec20c

#aec20c #0caec2 #c20cae

Analogous Colors of #aec20c

#aec20c #53c20c #c27b0c

Monochromatic Colors of #aec20c

#aec20c

Complementary Color

#aec20c #200cc2

#aec20c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec20c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec20c Color CSS Codes

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

#aec20c Text Font Color

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

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


#aec20c Background Color

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

This div background color is #aec20c


#aec20c Border Color

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

This div border color is #aec20c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec20c


Comments

No comments written yet.

Please login to write comment.