Color Hex Logo

#aeba8d Color Hex

#AEBA8D
(174,186,141)
0 Favorites   0 Comments

Color spaces of #aeba8d

RGB 174186141
HSL0.210.250.64
HSV76°24°73°
CMYK 0.060.000.24   0.27
XYZ39.822246.039631.9870
Yxy46.03960.33790.3907
Hunter Lab67.8525-13.981319.5463
CIE-Lab73.5712-11.944521.4792

#aeba8d color RGB value is (174,186,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 10001101
Octal 256 272 215
Decimal 174 186 141
Hex AE BA 8D

RGB Percentages of Color #aeba8d

%34.73
%37.13
%28.14

CMYK Percentages of Color #aeba8d

%6
%0
%24
%27

Triadic Colors of #aeba8d

#aeba8d #8daeba #ba8dae

Analogous Colors of #aeba8d

#aeba8d #98ba8d #bab08d

Monochromatic Colors of #aeba8d

#aeba8d

Complementary Color

#aeba8d #998dba

#aeba8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba8d Color CSS Codes

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

#aeba8d Text Font Color

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

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


#aeba8d Background Color

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

This div background color is #aeba8d


#aeba8d Border Color

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

This div border color is #aeba8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba8d


Comments

No comments written yet.

Please login to write comment.