Color Hex Logo

#aeea7c Color Hex

#AEEA7C
(174,234,124)
0 Favorites   0 Comments

Color spaces of #aeea7c

RGB 174234124
HSL0.260.720.70
HSV93°47°92°
CMYK 0.260.000.47   0.08
XYZ50.516569.299529.7824
Yxy69.29950.33770.4632
Hunter Lab83.2463-37.361637.0607
CIE-Lab86.6521-37.453847.1600

#aeea7c color RGB value is (174,234,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 01111100
Octal 256 352 174
Decimal 174 234 124
Hex AE EA 7C

RGB Percentages of Color #aeea7c

%32.71
%43.98
%23.31

CMYK Percentages of Color #aeea7c

%26
%0
%47
%8

Triadic Colors of #aeea7c

#aeea7c #7caeea #ea7cae

Analogous Colors of #aeea7c

#aeea7c #7cea81 #e5ea7c

Monochromatic Colors of #aeea7c

#aeea7c

Complementary Color

#aeea7c #b87cea

#aeea7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea7c Color CSS Codes

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

#aeea7c Text Font Color

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

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


#aeea7c Background Color

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

This div background color is #aeea7c


#aeea7c Border Color

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

This div border color is #aeea7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea7c


Comments

No comments written yet.

Please login to write comment.