Color Hex Logo

#aeea7e Color Hex

#AEEA7E
(174,234,126)
0 Favorites   0 Comments

Color spaces of #aeea7e

RGB 174234126
HSL0.260.720.71
HSV93°46°92°
CMYK 0.260.000.46   0.08
XYZ50.644369.350730.4554
Yxy69.35070.33660.4610
Hunter Lab83.2771-37.181536.6109
CIE-Lab86.6774-37.221546.2329

#aeea7e color RGB value is (174,234,126).

#aeea7e hex color red value is 174, green value is 234 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aeea7e hue: 0.26 , saturation: 0.72 and the lightness value of aeea7e is 0.71.

The process color (four color CMYK) of #aeea7e color hex is 0.26, 0.00, 0.46, 0.08. Web safe color of #aeea7e is #99ff66. Color #aeea7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 01111110
Octal 256 352 176
Decimal 174 234 126
Hex AE EA 7E

RGB Percentages of Color #aeea7e

%32.58
%43.82
%23.60

CMYK Percentages of Color #aeea7e

%26
%0
%46
%8

Triadic Colors of #aeea7e

#aeea7e #7eaeea #ea7eae

Analogous Colors of #aeea7e

#aeea7e #7eea84 #e4ea7e

Monochromatic Colors of #aeea7e

#aeea7e

Complementary Color

#aeea7e #ba7eea

#aeea7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea7e Color CSS Codes

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

#aeea7e Text Font Color

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

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


#aeea7e Background Color

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

This div background color is #aeea7e


#aeea7e Border Color

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

This div border color is #aeea7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea7e


Comments

No comments written yet.

Please login to write comment.