Color Hex Logo

#aec73a Color Hex

#AEC73A
(174,199,58)
0 Favorites   0 Comments

Color spaces of #aec73a

RGB 17419958
HSL0.200.560.50
HSV71°71°78°
CMYK 0.130.000.71   0.22
XYZ38.642750.151011.6464
Yxy50.15100.38470.4993
Hunter Lab70.8174-26.528839.8215
CIE-Lab76.1619-26.841963.9616

#aec73a color RGB value is (174,199,58).

#aec73a hex color red value is 174, green value is 199 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aec73a hue: 0.20 , saturation: 0.56 and the lightness value of aec73a is 0.50.

The process color (four color CMYK) of #aec73a color hex is 0.13, 0.00, 0.71, 0.22. Web safe color of #aec73a is #99cc33. Color #aec73a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000111 00111010
Octal 256 307 72
Decimal 174 199 58
Hex AE C7 3A

RGB Percentages of Color #aec73a

%40.37
%46.17
%13.46

CMYK Percentages of Color #aec73a

%13
%0
%71
%22

Triadic Colors of #aec73a

#aec73a #3aaec7 #c73aae

Analogous Colors of #aec73a

#aec73a #68c73a #c79a3a

Monochromatic Colors of #aec73a

#aec73a

Complementary Color

#aec73a #533ac7

#aec73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec73a Color CSS Codes

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

#aec73a Text Font Color

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

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


#aec73a Background Color

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

This div background color is #aec73a


#aec73a Border Color

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

This div border color is #aec73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec73a


Comments

No comments written yet.

Please login to write comment.