Color Hex Logo

#aeb24a Color Hex

#AEB24A
(174,178,74)
0 Favorites   0 Comments

Color spaces of #aeb24a

RGB 17417874
HSL0.170.410.49
HSV62°58°70°
CMYK 0.020.000.58   0.30
XYZ34.612041.333912.6326
Yxy41.33390.39070.4666
Hunter Lab64.2914-16.412633.3541
CIE-Lab70.4092-15.400551.4359

#aeb24a color RGB value is (174,178,74).

#aeb24a hex color red value is 174, green value is 178 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aeb24a hue: 0.17 , saturation: 0.41 and the lightness value of aeb24a is 0.49.

The process color (four color CMYK) of #aeb24a color hex is 0.02, 0.00, 0.58, 0.30. Web safe color of #aeb24a is #999933. Color #aeb24a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 01001010
Octal 256 262 112
Decimal 174 178 74
Hex AE B2 4A

RGB Percentages of Color #aeb24a

%40.85
%41.78
%17.37

CMYK Percentages of Color #aeb24a

%2
%0
%58
%30

Triadic Colors of #aeb24a

#aeb24a #4aaeb2 #b24aae

Analogous Colors of #aeb24a

#aeb24a #7ab24a #b2824a

Monochromatic Colors of #aeb24a

#aeb24a

Complementary Color

#aeb24a #4e4ab2

#aeb24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb24a Color CSS Codes

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

#aeb24a Text Font Color

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

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


#aeb24a Background Color

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

This div background color is #aeb24a


#aeb24a Border Color

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

This div border color is #aeb24a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb24a


Comments

No comments written yet.

Please login to write comment.