Color Hex Logo

#aeb47a Color Hex

#AEB47A
(174,180,122)
0 Favorites   0 Comments

Color spaces of #aeb47a

RGB 174180122
HSL0.180.280.59
HSV66°32°71°
CMYK 0.030.000.32   0.29
XYZ37.289743.046324.7558
Yxy43.04630.35480.4096
Hunter Lab65.6097-13.365323.5555
CIE-Lab71.5864-11.494628.9429

#aeb47a color RGB value is (174,180,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 01111010
Octal 256 264 172
Decimal 174 180 122
Hex AE B4 7A

RGB Percentages of Color #aeb47a

%36.55
%37.82
%25.63

CMYK Percentages of Color #aeb47a

%3
%0
%32
%29

Triadic Colors of #aeb47a

#aeb47a #7aaeb4 #b47aae

Analogous Colors of #aeb47a

#aeb47a #91b47a #b49d7a

Monochromatic Colors of #aeb47a

#aeb47a

Complementary Color

#aeb47a #807ab4

#aeb47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb47a Color CSS Codes

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

#aeb47a Text Font Color

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

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


#aeb47a Background Color

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

This div background color is #aeb47a


#aeb47a Border Color

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

This div border color is #aeb47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb47a


Comments

No comments written yet.

Please login to write comment.