Color Hex Logo

#aef49d Color Hex

#AEF49D
(174,244,157)
0 Favorites   0 Comments

Color spaces of #aef49d

RGB 174244157
HSL0.300.800.79
HSV108°36°96°
CMYK 0.290.000.36   0.04
XYZ55.892076.134443.6479
Yxy76.13440.31820.4334
Hunter Lab87.2550-38.356531.4197
CIE-Lab89.9217-37.662235.1556

#aef49d color RGB value is (174,244,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 10011101
Octal 256 364 235
Decimal 174 244 157
Hex AE F4 9D

RGB Percentages of Color #aef49d

%30.26
%42.43
%27.30

CMYK Percentages of Color #aef49d

%29
%0
%36
%4

Triadic Colors of #aef49d

#aef49d #9daef4 #f49dae

Analogous Colors of #aef49d

#aef49d #9df4b8 #daf49d

Monochromatic Colors of #aef49d

#aef49d

Complementary Color

#aef49d #e39df4

#aef49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef49d Color CSS Codes

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

#aef49d Text Font Color

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

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


#aef49d Background Color

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

This div background color is #aef49d


#aef49d Border Color

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

This div border color is #aef49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef49d


Comments

No comments written yet.

Please login to write comment.