Color Hex Logo

#aebc8e Color Hex

#AEBC8E
(174,188,142)
0 Favorites   0 Comments

Color spaces of #aebc8e

RGB 174188142
HSL0.220.260.65
HSV78°24°74°
CMYK 0.070.000.24   0.26
XYZ40.321346.918132.5221
Yxy46.91810.33670.3918
Hunter Lab68.4968-14.793619.7970
CIE-Lab74.1374-12.828121.7180

#aebc8e color RGB value is (174,188,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 10001110
Octal 256 274 216
Decimal 174 188 142
Hex AE BC 8E

RGB Percentages of Color #aebc8e

%34.52
%37.30
%28.17

CMYK Percentages of Color #aebc8e

%7
%0
%24
%26

Triadic Colors of #aebc8e

#aebc8e #8eaebc #bc8eae

Analogous Colors of #aebc8e

#aebc8e #97bc8e #bcb38e

Monochromatic Colors of #aebc8e

#aebc8e

Complementary Color

#aebc8e #9c8ebc

#aebc8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebc8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebc8e Color CSS Codes

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

#aebc8e Text Font Color

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

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


#aebc8e Background Color

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

This div background color is #aebc8e


#aebc8e Border Color

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

This div border color is #aebc8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebc8e


Comments

No comments written yet.

Please login to write comment.