Color Hex Logo

#aec53a Color Hex

#AEC53A
(174,197,58)
0 Favorites   0 Comments

Color spaces of #aec53a

RGB 17419758
HSL0.190.550.50
HSV70°71°77°
CMYK 0.120.000.71   0.23
XYZ38.185549.236711.4940
Yxy49.23670.38600.4978
Hunter Lab70.1689-25.656839.4062
CIE-Lab75.5983-25.879763.4060

#aec53a color RGB value is (174,197,58).

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

The process color (four color CMYK) of #aec53a color hex is 0.12, 0.00, 0.71, 0.23. Web safe color of #aec53a is #99cc33. Color #aec53a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 00111010
Octal 256 305 72
Decimal 174 197 58
Hex AE C5 3A

RGB Percentages of Color #aec53a

%40.56
%45.92
%13.52

CMYK Percentages of Color #aec53a

%12
%0
%71
%23

Triadic Colors of #aec53a

#aec53a #3aaec5 #c53aae

Analogous Colors of #aec53a

#aec53a #69c53a #c5973a

Monochromatic Colors of #aec53a

#aec53a

Complementary Color

#aec53a #513ac5

#aec53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec53a Color CSS Codes

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

#aec53a Text Font Color

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

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


#aec53a Background Color

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

This div background color is #aec53a


#aec53a Border Color

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

This div border color is #aec53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec53a


Comments

No comments written yet.

Please login to write comment.