Color Hex Logo

#aeb59f Color Hex

#AEB59F
(174,181,159)
0 Favorites   0 Comments

Color spaces of #aeb59f

RGB 174181159
HSL0.220.130.67
HSV79°12°71°
CMYK 0.040.000.12   0.29
XYZ40.237444.549639.2791
Yxy44.54960.32430.3591
Hunter Lab66.7455-9.196211.8302
CIE-Lab72.5943-6.437910.3749

#aeb59f color RGB value is (174,181,159).

#aeb59f hex color red value is 174, green value is 181 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aeb59f hue: 0.22 , saturation: 0.13 and the lightness value of aeb59f is 0.67.

The process color (four color CMYK) of #aeb59f color hex is 0.04, 0.00, 0.12, 0.29. Web safe color of #aeb59f is #99cc99. Color #aeb59f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110101 10011111
Octal 256 265 237
Decimal 174 181 159
Hex AE B5 9F

RGB Percentages of Color #aeb59f

%33.85
%35.21
%30.93

CMYK Percentages of Color #aeb59f

%4
%0
%12
%29

Triadic Colors of #aeb59f

#aeb59f #9faeb5 #b59fae

Analogous Colors of #aeb59f

#aeb59f #a3b59f #b5b19f

Monochromatic Colors of #aeb59f

#aeb59f

Complementary Color

#aeb59f #a69fb5

#aeb59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb59f Color CSS Codes

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

#aeb59f Text Font Color

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

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


#aeb59f Background Color

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

This div background color is #aeb59f


#aeb59f Border Color

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

This div border color is #aeb59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb59f


Comments

No comments written yet.

Please login to write comment.