Color Hex Logo

#aebaa9 Color Hex

#AEBAA9
(174,186,169)
0 Favorites   0 Comments

Color spaces of #aebaa9

RGB 174186169
HSL0.280.110.70
HSV102°73°
CMYK 0.060.000.09   0.27
XYZ42.175946.981144.3815
Yxy46.98110.31580.3518
Hunter Lab68.5428-10.11489.5896
CIE-Lab74.1777-7.32797.1892

#aebaa9 color RGB value is (174,186,169).

#aebaa9 hex color red value is 174, green value is 186 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #aebaa9 hue: 0.28 , saturation: 0.11 and the lightness value of aebaa9 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 10101001
Octal 256 272 251
Decimal 174 186 169
Hex AE BA A9

RGB Percentages of Color #aebaa9

%32.89
%35.16
%31.95

CMYK Percentages of Color #aebaa9

%6
%0
%9
%27

Triadic Colors of #aebaa9

#aebaa9 #a9aeba #baa9ae

Analogous Colors of #aebaa9

#aebaa9 #a9baad #b7baa9

Monochromatic Colors of #aebaa9

#aebaa9

Complementary Color

#aebaa9 #b5a9ba

#aebaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebaa9 Color CSS Codes

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

#aebaa9 Text Font Color

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

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


#aebaa9 Background Color

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

This div background color is #aebaa9


#aebaa9 Border Color

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

This div border color is #aebaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebaa9


Comments

No comments written yet.

Please login to write comment.