Color Hex Logo

#aeb54d Color Hex

#AEB54D
(174,181,77)
0 Favorites   0 Comments

Color spaces of #aeb54d

RGB 17418177
HSL0.180.410.51
HSV64°57°71°
CMYK 0.040.000.57   0.29
XYZ35.319042.582213.3789
Yxy42.58220.38690.4665
Hunter Lab65.2550-17.584033.5226
CIE-Lab71.2705-16.698051.0365

#aeb54d color RGB value is (174,181,77).

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

The process color (four color CMYK) of #aeb54d color hex is 0.04, 0.00, 0.57, 0.29. Web safe color of #aeb54d is #99cc66. Color #aeb54d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110101 01001101
Octal 256 265 115
Decimal 174 181 77
Hex AE B5 4D

RGB Percentages of Color #aeb54d

%40.28
%41.90
%17.82

CMYK Percentages of Color #aeb54d

%4
%0
%57
%29

Triadic Colors of #aeb54d

#aeb54d #4daeb5 #b54dae

Analogous Colors of #aeb54d

#aeb54d #7ab54d #b5884d

Monochromatic Colors of #aeb54d

#aeb54d

Complementary Color

#aeb54d #544db5

#aeb54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb54d Color CSS Codes

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

#aeb54d Text Font Color

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

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


#aeb54d Background Color

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

This div background color is #aeb54d


#aeb54d Border Color

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

This div border color is #aeb54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb54d


Comments

No comments written yet.

Please login to write comment.