Color Hex Logo

#aeec8e Color Hex

#AEEC8E
(174,236,142)
0 Favorites   0 Comments

Color spaces of #aeec8e

RGB 174236142
HSL0.280.710.74
HSV100°40°93°
CMYK 0.260.000.40   0.07
XYZ52.333570.942636.5262
Yxy70.94260.32750.4439
Hunter Lab84.2274-36.489633.2474
CIE-Lab87.4571-36.124739.4074

#aeec8e color RGB value is (174,236,142).

#aeec8e hex color red value is 174, green value is 236 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aeec8e hue: 0.28 , saturation: 0.71 and the lightness value of aeec8e is 0.74.

The process color (four color CMYK) of #aeec8e color hex is 0.26, 0.00, 0.40, 0.07. Web safe color of #aeec8e is #99ff99. Color #aeec8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 10001110
Octal 256 354 216
Decimal 174 236 142
Hex AE EC 8E

RGB Percentages of Color #aeec8e

%31.52
%42.75
%25.72

CMYK Percentages of Color #aeec8e

%26
%0
%40
%7

Triadic Colors of #aeec8e

#aeec8e #8eaeec #ec8eae

Analogous Colors of #aeec8e

#aeec8e #8eec9d #ddec8e

Monochromatic Colors of #aeec8e

#aeec8e

Complementary Color

#aeec8e #cc8eec

#aeec8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeec8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeec8e Color CSS Codes

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

#aeec8e Text Font Color

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

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


#aeec8e Background Color

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

This div background color is #aeec8e


#aeec8e Border Color

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

This div border color is #aeec8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeec8e


Comments

No comments written yet.

Please login to write comment.