Color Hex Logo

#aef49e Color Hex

#AEF49E
(174,244,158)
0 Favorites   0 Comments

Color spaces of #aef49e

RGB 174244158
HSL0.300.800.79
HSV109°35°96°
CMYK 0.290.000.35   0.04
XYZ55.977876.168744.0994
Yxy76.16870.31760.4322
Hunter Lab87.2747-38.241231.1334
CIE-Lab89.9376-37.516534.6763

#aef49e color RGB value is (174,244,158).

#aef49e hex color red value is 174, green value is 244 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aef49e hue: 0.30 , saturation: 0.80 and the lightness value of aef49e is 0.79.

The process color (four color CMYK) of #aef49e color hex is 0.29, 0.00, 0.35, 0.04. Web safe color of #aef49e is #99ff99. Color #aef49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 10011110
Octal 256 364 236
Decimal 174 244 158
Hex AE F4 9E

RGB Percentages of Color #aef49e

%30.21
%42.36
%27.43

CMYK Percentages of Color #aef49e

%29
%0
%35
%4

Triadic Colors of #aef49e

#aef49e #9eaef4 #f49eae

Analogous Colors of #aef49e

#aef49e #9ef4b9 #d9f49e

Monochromatic Colors of #aef49e

#aef49e

Complementary Color

#aef49e #e49ef4

#aef49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef49e Color CSS Codes

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

#aef49e Text Font Color

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

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


#aef49e Background Color

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

This div background color is #aef49e


#aef49e Border Color

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

This div border color is #aef49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef49e


Comments

No comments written yet.

Please login to write comment.