Color Hex Logo

#aebb86 Color Hex

#AEBB86
(174,187,134)
0 Favorites   0 Comments

Color spaces of #aebb86

RGB 174187134
HSL0.210.280.63
HSV75°28°73°
CMYK 0.070.000.28   0.27
XYZ39.529046.260529.4000
Yxy46.26050.34320.4016
Hunter Lab68.0151-15.285721.9820
CIE-Lab73.7142-13.481425.4113

#aebb86 color RGB value is (174,187,134).

#aebb86 hex color red value is 174, green value is 187 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #aebb86 hue: 0.21 , saturation: 0.28 and the lightness value of aebb86 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 10000110
Octal 256 273 206
Decimal 174 187 134
Hex AE BB 86

RGB Percentages of Color #aebb86

%35.15
%37.78
%27.07

CMYK Percentages of Color #aebb86

%7
%0
%28
%27

Triadic Colors of #aebb86

#aebb86 #86aebb #bb86ae

Analogous Colors of #aebb86

#aebb86 #94bb86 #bbae86

Monochromatic Colors of #aebb86

#aebb86

Complementary Color

#aebb86 #9386bb

#aebb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebb86 Color CSS Codes

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

#aebb86 Text Font Color

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

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


#aebb86 Background Color

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

This div background color is #aebb86


#aebb86 Border Color

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

This div border color is #aebb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebb86


Comments

No comments written yet.

Please login to write comment.