Color Hex Logo

#aeb53b Color Hex

#AEB53B
(174,181,59)
0 Favorites   0 Comments

Color spaces of #aeb53b

RGB 17418159
HSL0.180.510.47
HSV63°67°71°
CMYK 0.040.000.67   0.29
XYZ34.768842.362210.4819
Yxy42.36220.39680.4835
Hunter Lab65.0863-18.547036.0119
CIE-Lab71.1199-17.925558.5446

#aeb53b color RGB value is (174,181,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110101 00111011
Octal 256 265 73
Decimal 174 181 59
Hex AE B5 3B

RGB Percentages of Color #aeb53b

%42.03
%43.72
%14.25

CMYK Percentages of Color #aeb53b

%4
%0
%67
%29

Triadic Colors of #aeb53b

#aeb53b #3baeb5 #b53bae

Analogous Colors of #aeb53b

#aeb53b #71b53b #b57f3b

Monochromatic Colors of #aeb53b

#aeb53b

Complementary Color

#aeb53b #423bb5

#aeb53b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb53b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb53b Color CSS Codes

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

#aeb53b Text Font Color

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

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


#aeb53b Background Color

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

This div background color is #aeb53b


#aeb53b Border Color

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

This div border color is #aeb53b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb53b


Comments

No comments written yet.

Please login to write comment.