Color Hex Logo

#aebf7e Color Hex

#AEBF7E
(174,191,126)
0 Favorites   0 Comments

Color spaces of #aebf7e

RGB 174191126
HSL0.210.340.62
HSV76°34°75°
CMYK 0.090.000.34   0.25
XYZ39.852347.766626.8581
Yxy47.76660.34810.4173
Hunter Lab69.1134-18.021425.3387
CIE-Lab74.6775-16.618630.9104

#aebf7e color RGB value is (174,191,126).

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

The process color (four color CMYK) of #aebf7e color hex is 0.09, 0.00, 0.34, 0.25. Web safe color of #aebf7e is #99cc66. Color #aebf7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 01111110
Octal 256 277 176
Decimal 174 191 126
Hex AE BF 7E

RGB Percentages of Color #aebf7e

%35.44
%38.90
%25.66

CMYK Percentages of Color #aebf7e

%9
%0
%34
%25

Triadic Colors of #aebf7e

#aebf7e #7eaebf #bf7eae

Analogous Colors of #aebf7e

#aebf7e #8ebf7e #bfb07e

Monochromatic Colors of #aebf7e

#aebf7e

Complementary Color

#aebf7e #8f7ebf

#aebf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebf7e Color CSS Codes

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

#aebf7e Text Font Color

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

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


#aebf7e Background Color

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

This div background color is #aebf7e


#aebf7e Border Color

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

This div border color is #aebf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebf7e

#aebf7e Color Palettes


Comments

No comments written yet.

Please login to write comment.