Color Hex Logo

#aeba9c Color Hex

#AEBA9C
(174,186,156)
0 Favorites   0 Comments

Color spaces of #aeba9c

RGB 174186156
HSL0.230.180.67
HSV84°16°73°
CMYK 0.060.000.16   0.27
XYZ41.015246.516838.2694
Yxy46.51680.32600.3698
Hunter Lab68.2032-12.011614.4741
CIE-Lab73.8796-9.574313.8215

#aeba9c color RGB value is (174,186,156).

#aeba9c hex color red value is 174, green value is 186 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #aeba9c hue: 0.23 , saturation: 0.18 and the lightness value of aeba9c is 0.67.

The process color (four color CMYK) of #aeba9c color hex is 0.06, 0.00, 0.16, 0.27. Web safe color of #aeba9c is #99cc99. Color #aeba9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 10011100
Octal 256 272 234
Decimal 174 186 156
Hex AE BA 9C

RGB Percentages of Color #aeba9c

%33.72
%36.05
%30.23

CMYK Percentages of Color #aeba9c

%6
%0
%16
%27

Triadic Colors of #aeba9c

#aeba9c #9caeba #ba9cae

Analogous Colors of #aeba9c

#aeba9c #9fba9c #bab79c

Monochromatic Colors of #aeba9c

#aeba9c

Complementary Color

#aeba9c #a89cba

#aeba9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba9c Color CSS Codes

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

#aeba9c Text Font Color

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

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


#aeba9c Background Color

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

This div background color is #aeba9c


#aeba9c Border Color

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

This div border color is #aeba9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba9c


Comments

No comments written yet.

Please login to write comment.