Color Hex Logo

#aeb53a Color Hex

#AEB53A
(174,181,58)
0 Favorites   0 Comments

Color spaces of #aeb53a

RGB 17418158
HSL0.180.510.47
HSV63°68°71°
CMYK 0.040.000.68   0.29
XYZ34.743242.351910.3466
Yxy42.35190.39730.4843
Hunter Lab65.0783-18.591836.1285
CIE-Lab71.1129-17.982858.9286

#aeb53a color RGB value is (174,181,58).

#aeb53a hex color red value is 174, green value is 181 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aeb53a hue: 0.18 , saturation: 0.51 and the lightness value of aeb53a is 0.47.

The process color (four color CMYK) of #aeb53a color hex is 0.04, 0.00, 0.68, 0.29. Web safe color of #aeb53a is #99cc33. Color #aeb53a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110101 00111010
Octal 256 265 72
Decimal 174 181 58
Hex AE B5 3A

RGB Percentages of Color #aeb53a

%42.13
%43.83
%14.04

CMYK Percentages of Color #aeb53a

%4
%0
%68
%29

Triadic Colors of #aeb53a

#aeb53a #3aaeb5 #b53aae

Analogous Colors of #aeb53a

#aeb53a #71b53a #b57f3a

Monochromatic Colors of #aeb53a

#aeb53a

Complementary Color

#aeb53a #413ab5

#aeb53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb53a Color CSS Codes

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

#aeb53a Text Font Color

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

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


#aeb53a Background Color

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

This div background color is #aeb53a


#aeb53a Border Color

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

This div border color is #aeb53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb53a


Comments

No comments written yet.

Please login to write comment.