Color Hex Logo

#aeb44e Color Hex

#AEB44E
(174,180,78)
0 Favorites   0 Comments

Color spaces of #aeb44e

RGB 17418078
HSL0.180.400.51
HSV64°57°71°
CMYK 0.030.000.57   0.29
XYZ35.152042.191213.4987
Yxy42.19120.38700.4644
Hunter Lab64.9548-17.070833.1469
CIE-Lab71.0025-16.110650.2786

#aeb44e color RGB value is (174,180,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 01001110
Octal 256 264 116
Decimal 174 180 78
Hex AE B4 4E

RGB Percentages of Color #aeb44e

%40.28
%41.67
%18.06

CMYK Percentages of Color #aeb44e

%3
%0
%57
%29

Triadic Colors of #aeb44e

#aeb44e #4eaeb4 #b44eae

Analogous Colors of #aeb44e

#aeb44e #7bb44e #b4874e

Monochromatic Colors of #aeb44e

#aeb44e

Complementary Color

#aeb44e #544eb4

#aeb44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb44e Color CSS Codes

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

#aeb44e Text Font Color

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

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


#aeb44e Background Color

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

This div background color is #aeb44e


#aeb44e Border Color

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

This div border color is #aeb44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb44e


Comments

No comments written yet.

Please login to write comment.