Color Hex Logo

#aec22a Color Hex

#AEC22A
(174,194,42)
0 Favorites   0 Comments

Color spaces of #aec22a

RGB 17419442
HSL0.190.640.46
HSV68°78°76°
CMYK 0.100.000.78   0.24
XYZ37.165347.74949.4482
Yxy47.74940.39390.5060
Hunter Lab69.1009-24.922140.2639
CIE-Lab74.6666-25.178867.7776

#aec22a color RGB value is (174,194,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 00101010
Octal 256 302 52
Decimal 174 194 42
Hex AE C2 2A

RGB Percentages of Color #aec22a

%42.44
%47.32
%10.24

CMYK Percentages of Color #aec22a

%10
%0
%78
%24

Triadic Colors of #aec22a

#aec22a #2aaec2 #c22aae

Analogous Colors of #aec22a

#aec22a #62c22a #c28a2a

Monochromatic Colors of #aec22a

#aec22a

Complementary Color

#aec22a #3e2ac2

#aec22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec22a Color CSS Codes

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

#aec22a Text Font Color

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

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


#aec22a Background Color

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

This div background color is #aec22a


#aec22a Border Color

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

This div border color is #aec22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec22a


Comments

No comments written yet.

Please login to write comment.