Color Hex Logo

#aed29f Color Hex

#AED29F
(174,210,159)
0 Favorites   0 Comments

Color spaces of #aed29f

RGB 174210159
HSL0.280.360.72
HSV102°24°82°
CMYK 0.170.000.24   0.18
XYZ46.760257.595141.4533
Yxy57.59510.32070.3950
Hunter Lab75.8914-22.828020.7387
CIE-Lab80.5132-21.290921.4482

#aed29f color RGB value is (174,210,159).

#aed29f hex color red value is 174, green value is 210 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aed29f hue: 0.28 , saturation: 0.36 and the lightness value of aed29f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 10011111
Octal 256 322 237
Decimal 174 210 159
Hex AE D2 9F

RGB Percentages of Color #aed29f

%32.04
%38.67
%29.28

CMYK Percentages of Color #aed29f

%17
%0
%24
%18

Triadic Colors of #aed29f

#aed29f #9faed2 #d29fae

Analogous Colors of #aed29f

#aed29f #9fd2aa #c8d29f

Monochromatic Colors of #aed29f

#aed29f

Complementary Color

#aed29f #c39fd2

#aed29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed29f Color CSS Codes

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

#aed29f Text Font Color

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

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


#aed29f Background Color

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

This div background color is #aed29f


#aed29f Border Color

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

This div border color is #aed29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed29f


Comments

No comments written yet.

Please login to write comment.