Color Hex Logo

#aebbaa Color Hex

#AEBBAA
(174,187,170)
0 Favorites   0 Comments

Color spaces of #aebbaa

RGB 174187170
HSL0.290.110.70
HSV106°73°
CMYK 0.070.000.09   0.27
XYZ42.481647.441644.9483
Yxy47.44160.31500.3518
Hunter Lab68.8779-10.44339.5230
CIE-Lab74.4714-7.67467.0669

#aebbaa color RGB value is (174,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 10101010
Octal 256 273 252
Decimal 174 187 170
Hex AE BB AA

RGB Percentages of Color #aebbaa

%32.77
%35.22
%32.02

CMYK Percentages of Color #aebbaa

%7
%0
%9
%27

Triadic Colors of #aebbaa

#aebbaa #aaaebb #bbaaae

Analogous Colors of #aebbaa

#aebbaa #aabbaf #b7bbaa

Monochromatic Colors of #aebbaa

#aebbaa

Complementary Color

#aebbaa #b7aabb

#aebbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebbaa Color CSS Codes

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

#aebbaa Text Font Color

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

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


#aebbaa Background Color

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

This div background color is #aebbaa


#aebbaa Border Color

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

This div border color is #aebbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebbaa


Comments

No comments written yet.

Please login to write comment.