Color Hex Logo

#aed19e Color Hex

#AED19E
(174,209,158)
0 Favorites   0 Comments

Color spaces of #aed19e

RGB 174209158
HSL0.280.360.72
HSV101°24°82°
CMYK 0.170.000.24   0.18
XYZ46.427657.068240.9160
Yxy57.06820.32150.3952
Hunter Lab75.5435-22.498420.7677
CIE-Lab80.2179-20.956521.5682

#aed19e color RGB value is (174,209,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 10011110
Octal 256 321 236
Decimal 174 209 158
Hex AE D1 9E

RGB Percentages of Color #aed19e

%32.16
%38.63
%29.21

CMYK Percentages of Color #aed19e

%17
%0
%24
%18

Triadic Colors of #aed19e

#aed19e #9eaed1 #d19eae

Analogous Colors of #aed19e

#aed19e #9ed1a8 #c8d19e

Monochromatic Colors of #aed19e

#aed19e

Complementary Color

#aed19e #c19ed1

#aed19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed19e Color CSS Codes

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

#aed19e Text Font Color

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

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


#aed19e Background Color

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

This div background color is #aed19e


#aed19e Border Color

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

This div border color is #aed19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed19e


Comments

No comments written yet.

Please login to write comment.