Color Hex Logo

#aeb48d Color Hex

#AEB48D
(174,180,141)
0 Favorites   0 Comments

Color spaces of #aeb48d

RGB 174180141
HSL0.190.210.63
HSV69°22°71°
CMYK 0.030.000.22   0.29
XYZ38.584543.564331.5744
Yxy43.56430.33930.3831
Hunter Lab66.0033-11.157317.8393
CIE-Lab71.9363-8.814419.2345

#aeb48d color RGB value is (174,180,141).

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

The process color (four color CMYK) of #aeb48d color hex is 0.03, 0.00, 0.22, 0.29. Web safe color of #aeb48d is #99cc99. Color #aeb48d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 10001101
Octal 256 264 215
Decimal 174 180 141
Hex AE B4 8D

RGB Percentages of Color #aeb48d

%35.15
%36.36
%28.48

CMYK Percentages of Color #aeb48d

%3
%0
%22
%29

Triadic Colors of #aeb48d

#aeb48d #8daeb4 #b48dae

Analogous Colors of #aeb48d

#aeb48d #9bb48d #b4a78d

Monochromatic Colors of #aeb48d

#aeb48d

Complementary Color

#aeb48d #938db4

#aeb48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb48d Color CSS Codes

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

#aeb48d Text Font Color

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

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


#aeb48d Background Color

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

This div background color is #aeb48d


#aeb48d Border Color

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

This div border color is #aeb48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb48d


Comments

No comments written yet.

Please login to write comment.