Color Hex Logo

#aeb57a Color Hex

#AEB57A
(174,181,122)
0 Favorites   0 Comments

Color spaces of #aeb57a

RGB 174181122
HSL0.190.290.59
HSV67°33°71°
CMYK 0.040.000.33   0.29
XYZ37.492343.451624.8233
Yxy43.45160.35450.4108
Hunter Lab65.9178-13.830223.8151
CIE-Lab71.8604-12.014029.3045

#aeb57a color RGB value is (174,181,122).

#aeb57a hex color red value is 174, green value is 181 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aeb57a hue: 0.19 , saturation: 0.29 and the lightness value of aeb57a is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110101 01111010
Octal 256 265 172
Decimal 174 181 122
Hex AE B5 7A

RGB Percentages of Color #aeb57a

%36.48
%37.95
%25.58

CMYK Percentages of Color #aeb57a

%4
%0
%33
%29

Triadic Colors of #aeb57a

#aeb57a #7aaeb5 #b57aae

Analogous Colors of #aeb57a

#aeb57a #91b57a #b59f7a

Monochromatic Colors of #aeb57a

#aeb57a

Complementary Color

#aeb57a #817ab5

#aeb57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb57a Color CSS Codes

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

#aeb57a Text Font Color

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

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


#aeb57a Background Color

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

This div background color is #aeb57a


#aeb57a Border Color

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

This div border color is #aeb57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb57a


Comments

No comments written yet.

Please login to write comment.