Color Hex Logo

#aebcaa Color Hex

#AEBCAA
(174,188,170)
0 Favorites   0 Comments

Color spaces of #aebcaa

RGB 174188170
HSL0.300.120.70
HSV107°10°74°
CMYK 0.070.000.10   0.26
XYZ42.694547.867445.0193
Yxy47.86740.31490.3531
Hunter Lab69.1863-10.92459.8506
CIE-Lab74.7412-8.20027.4538

#aebcaa color RGB value is (174,188,170).

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

The process color (four color CMYK) of #aebcaa color hex is 0.07, 0.00, 0.10, 0.26. Web safe color of #aebcaa is #99cc99. Color #aebcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 10101010
Octal 256 274 252
Decimal 174 188 170
Hex AE BC AA

RGB Percentages of Color #aebcaa

%32.71
%35.34
%31.95

CMYK Percentages of Color #aebcaa

%7
%0
%10
%26

Triadic Colors of #aebcaa

#aebcaa #aaaebc #bcaaae

Analogous Colors of #aebcaa

#aebcaa #aabcaf #b7bcaa

Monochromatic Colors of #aebcaa

#aebcaa

Complementary Color

#aebcaa #b8aabc

#aebcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcaa Color CSS Codes

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

#aebcaa Text Font Color

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

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


#aebcaa Background Color

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

This div background color is #aebcaa


#aebcaa Border Color

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

This div border color is #aebcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcaa


Comments

No comments written yet.

Please login to write comment.