Color Hex Logo

#aec43a Color Hex

#AEC43A
(174,196,58)
0 Favorites   0 Comments

Color spaces of #aec43a

RGB 17419658
HSL0.190.540.50
HSV70°70°77°
CMYK 0.110.000.70   0.23
XYZ37.959248.784011.4186
Yxy48.78400.38670.4970
Hunter Lab69.8455-25.219739.1989
CIE-Lab75.3168-25.396263.1276

#aec43a color RGB value is (174,196,58).

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

The process color (four color CMYK) of #aec43a color hex is 0.11, 0.00, 0.70, 0.23. Web safe color of #aec43a is #99cc33. Color #aec43a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 00111010
Octal 256 304 72
Decimal 174 196 58
Hex AE C4 3A

RGB Percentages of Color #aec43a

%40.65
%45.79
%13.55

CMYK Percentages of Color #aec43a

%11
%0
%70
%23

Triadic Colors of #aec43a

#aec43a #3aaec4 #c43aae

Analogous Colors of #aec43a

#aec43a #69c43a #c4953a

Monochromatic Colors of #aec43a

#aec43a

Complementary Color

#aec43a #503ac4

#aec43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec43a Color CSS Codes

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

#aec43a Text Font Color

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

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


#aec43a Background Color

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

This div background color is #aec43a


#aec43a Border Color

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

This div border color is #aec43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec43a


Comments

No comments written yet.

Please login to write comment.