Color Hex Logo

#aebe8e Color Hex

#AEBE8E
(174,190,142)
0 Favorites   0 Comments

Color spaces of #aebe8e

RGB 174190142
HSL0.220.270.65
HSV80°25°75°
CMYK 0.080.000.25   0.25
XYZ40.751547.778632.6655
Yxy47.77860.33620.3942
Hunter Lab69.1221-15.727420.3664
CIE-Lab74.6851-13.857622.4662

#aebe8e color RGB value is (174,190,142).

#aebe8e hex color red value is 174, green value is 190 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aebe8e hue: 0.22 , saturation: 0.27 and the lightness value of aebe8e is 0.65.

The process color (four color CMYK) of #aebe8e color hex is 0.08, 0.00, 0.25, 0.25. Web safe color of #aebe8e is #99cc99. Color #aebe8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 10001110
Octal 256 276 216
Decimal 174 190 142
Hex AE BE 8E

RGB Percentages of Color #aebe8e

%34.39
%37.55
%28.06

CMYK Percentages of Color #aebe8e

%8
%0
%25
%25

Triadic Colors of #aebe8e

#aebe8e #8eaebe #be8eae

Analogous Colors of #aebe8e

#aebe8e #96be8e #beb68e

Monochromatic Colors of #aebe8e

#aebe8e

Complementary Color

#aebe8e #9e8ebe

#aebe8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebe8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebe8e Color CSS Codes

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

#aebe8e Text Font Color

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

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


#aebe8e Background Color

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

This div background color is #aebe8e


#aebe8e Border Color

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

This div border color is #aebe8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebe8e


Comments

No comments written yet.

Please login to write comment.