Color Hex Logo

#aeb48c Color Hex

#AEB48C
(174,180,140)
0 Favorites   0 Comments

Color spaces of #aeb48c

RGB 174180140
HSL0.190.210.63
HSV69°22°71°
CMYK 0.030.000.22   0.29
XYZ38.510443.534631.1843
Yxy43.53460.34010.3845
Hunter Lab65.9808-11.282818.1645
CIE-Lab71.9163-8.965419.7475

#aeb48c color RGB value is (174,180,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 10001100
Octal 256 264 214
Decimal 174 180 140
Hex AE B4 8C

RGB Percentages of Color #aeb48c

%35.22
%36.44
%28.34

CMYK Percentages of Color #aeb48c

%3
%0
%22
%29

Triadic Colors of #aeb48c

#aeb48c #8caeb4 #b48cae

Analogous Colors of #aeb48c

#aeb48c #9ab48c #b4a68c

Monochromatic Colors of #aeb48c

#aeb48c

Complementary Color

#aeb48c #928cb4

#aeb48c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb48c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb48c Color CSS Codes

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

#aeb48c Text Font Color

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

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


#aeb48c Background Color

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

This div background color is #aeb48c


#aeb48c Border Color

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

This div border color is #aeb48c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb48c


Comments

No comments written yet.

Please login to write comment.