Color Hex Logo

#aed49f Color Hex

#AED49F
(174,212,159)
0 Favorites   0 Comments

Color spaces of #aed49f

RGB 174212159
HSL0.290.380.73
HSV103°25°83°
CMYK 0.180.000.25   0.17
XYZ47.257158.588841.6190
Yxy58.58880.32050.3973
Hunter Lab76.5433-23.746721.3425
CIE-Lab81.0650-22.276522.2068

#aed49f color RGB value is (174,212,159).

#aed49f hex color red value is 174, green value is 212 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aed49f hue: 0.29 , saturation: 0.38 and the lightness value of aed49f is 0.73.

The process color (four color CMYK) of #aed49f color hex is 0.18, 0.00, 0.25, 0.17. Web safe color of #aed49f is #99cc99. Color #aed49f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 10011111
Octal 256 324 237
Decimal 174 212 159
Hex AE D4 9F

RGB Percentages of Color #aed49f

%31.93
%38.90
%29.17

CMYK Percentages of Color #aed49f

%18
%0
%25
%17

Triadic Colors of #aed49f

#aed49f #9faed4 #d49fae

Analogous Colors of #aed49f

#aed49f #9fd4ab #c9d49f

Monochromatic Colors of #aed49f

#aed49f

Complementary Color

#aed49f #c59fd4

#aed49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed49f Color CSS Codes

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

#aed49f Text Font Color

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

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


#aed49f Background Color

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

This div background color is #aed49f


#aed49f Border Color

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

This div border color is #aed49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed49f


Comments

No comments written yet.

Please login to write comment.