Color Hex Logo

#aeb47e Color Hex

#AEB47E
(174,180,126)
0 Favorites   0 Comments

Color spaces of #aeb47e

RGB 174180126
HSL0.190.260.60
HSV67°30°71°
CMYK 0.030.000.30   0.29
XYZ37.542743.147526.0883
Yxy43.14750.35160.4041
Hunter Lab65.6868-12.931722.4330
CIE-Lab71.6550-10.964326.9091

#aeb47e color RGB value is (174,180,126).

#aeb47e hex color red value is 174, green value is 180 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aeb47e hue: 0.19 , saturation: 0.26 and the lightness value of aeb47e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 01111110
Octal 256 264 176
Decimal 174 180 126
Hex AE B4 7E

RGB Percentages of Color #aeb47e

%36.25
%37.50
%26.25

CMYK Percentages of Color #aeb47e

%3
%0
%30
%29

Triadic Colors of #aeb47e

#aeb47e #7eaeb4 #b47eae

Analogous Colors of #aeb47e

#aeb47e #93b47e #b49f7e

Monochromatic Colors of #aeb47e

#aeb47e

Complementary Color

#aeb47e #847eb4

#aeb47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb47e Color CSS Codes

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

#aeb47e Text Font Color

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

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


#aeb47e Background Color

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

This div background color is #aeb47e


#aeb47e Border Color

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

This div border color is #aeb47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb47e


Comments

No comments written yet.

Please login to write comment.