Color Hex Logo

#aeb44a Color Hex

#AEB44A
(174,180,74)
0 Favorites   0 Comments

Color spaces of #aeb44a

RGB 17418074
HSL0.180.420.50
HSV63°59°71°
CMYK 0.030.000.59   0.29
XYZ35.012842.135612.7662
Yxy42.13560.38940.4686
Hunter Lab64.9119-17.314933.7778
CIE-Lab70.9643-16.420252.0502

#aeb44a color RGB value is (174,180,74).

#aeb44a hex color red value is 174, green value is 180 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aeb44a hue: 0.18 , saturation: 0.42 and the lightness value of aeb44a is 0.50.

The process color (four color CMYK) of #aeb44a color hex is 0.03, 0.00, 0.59, 0.29. Web safe color of #aeb44a is #99cc33. Color #aeb44a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 01001010
Octal 256 264 112
Decimal 174 180 74
Hex AE B4 4A

RGB Percentages of Color #aeb44a

%40.65
%42.06
%17.29

CMYK Percentages of Color #aeb44a

%3
%0
%59
%29

Triadic Colors of #aeb44a

#aeb44a #4aaeb4 #b44aae

Analogous Colors of #aeb44a

#aeb44a #79b44a #b4854a

Monochromatic Colors of #aeb44a

#aeb44a

Complementary Color

#aeb44a #504ab4

#aeb44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb44a Color CSS Codes

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

#aeb44a Text Font Color

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

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


#aeb44a Background Color

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

This div background color is #aeb44a


#aeb44a Border Color

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

This div border color is #aeb44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb44a


Comments

No comments written yet.

Please login to write comment.