Color Hex Logo

#aed19f Color Hex

#AED19F
(174,209,159)
0 Favorites   0 Comments

Color spaces of #aed19f

RGB 174209159
HSL0.280.350.72
HSV102°24°82°
CMYK 0.170.000.24   0.18
XYZ46.514057.102841.3713
Yxy57.10280.32080.3938
Hunter Lab75.5664-22.367620.4362
CIE-Lab80.2374-20.796121.0683

#aed19f color RGB value is (174,209,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 10011111
Octal 256 321 237
Decimal 174 209 159
Hex AE D1 9F

RGB Percentages of Color #aed19f

%32.10
%38.56
%29.34

CMYK Percentages of Color #aed19f

%17
%0
%24
%18

Triadic Colors of #aed19f

#aed19f #9faed1 #d19fae

Analogous Colors of #aed19f

#aed19f #9fd1a9 #c7d19f

Monochromatic Colors of #aed19f

#aed19f

Complementary Color

#aed19f #c29fd1

#aed19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed19f Color CSS Codes

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

#aed19f Text Font Color

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

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


#aed19f Background Color

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

This div background color is #aed19f


#aed19f Border Color

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

This div border color is #aed19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed19f


Comments

No comments written yet.

Please login to write comment.