Color Hex Logo

#aebc7e Color Hex

#AEBC7E
(174,188,126)
0 Favorites   0 Comments

Color spaces of #aebc7e

RGB 174188126
HSL0.200.320.62
HSV74°33°74°
CMYK 0.070.000.33   0.26
XYZ39.204746.471526.6422
Yxy46.47150.34900.4137
Hunter Lab68.1700-16.641824.5473
CIE-Lab73.8504-15.091929.8215

#aebc7e color RGB value is (174,188,126).

#aebc7e hex color red value is 174, green value is 188 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aebc7e hue: 0.20 , saturation: 0.32 and the lightness value of aebc7e is 0.62.

The process color (four color CMYK) of #aebc7e color hex is 0.07, 0.00, 0.33, 0.26. Web safe color of #aebc7e is #99cc66. Color #aebc7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 01111110
Octal 256 274 176
Decimal 174 188 126
Hex AE BC 7E

RGB Percentages of Color #aebc7e

%35.66
%38.52
%25.82

CMYK Percentages of Color #aebc7e

%7
%0
%33
%26

Triadic Colors of #aebc7e

#aebc7e #7eaebc #bc7eae

Analogous Colors of #aebc7e

#aebc7e #8fbc7e #bcab7e

Monochromatic Colors of #aebc7e

#aebc7e

Complementary Color

#aebc7e #8c7ebc

#aebc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebc7e Color CSS Codes

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

#aebc7e Text Font Color

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

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


#aebc7e Background Color

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

This div background color is #aebc7e


#aebc7e Border Color

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

This div border color is #aebc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebc7e


Comments

No comments written yet.

Please login to write comment.