Color Hex Logo

#aeb54e Color Hex

#AEB54E
(174,181,78)
0 Favorites   0 Comments

Color spaces of #aeb54e

RGB 17418178
HSL0.180.410.51
HSV64°57°71°
CMYK 0.040.000.57   0.29
XYZ35.354642.596513.5663
Yxy42.59650.38630.4654
Hunter Lab65.2660-17.522033.3621
CIE-Lab71.2802-16.619450.5912

#aeb54e color RGB value is (174,181,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110101 01001110
Octal 256 265 116
Decimal 174 181 78
Hex AE B5 4E

RGB Percentages of Color #aeb54e

%40.18
%41.80
%18.01

CMYK Percentages of Color #aeb54e

%4
%0
%57
%29

Triadic Colors of #aeb54e

#aeb54e #4eaeb5 #b54eae

Analogous Colors of #aeb54e

#aeb54e #7bb54e #b5894e

Monochromatic Colors of #aeb54e

#aeb54e

Complementary Color

#aeb54e #554eb5

#aeb54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb54e Color CSS Codes

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

#aeb54e Text Font Color

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

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


#aeb54e Background Color

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

This div background color is #aeb54e


#aeb54e Border Color

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

This div border color is #aeb54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb54e


Comments

No comments written yet.

Please login to write comment.