Color Hex Logo

#aed19d Color Hex

#AED19D
(174,209,157)
0 Favorites   0 Comments

Color spaces of #aed19d

RGB 174209157
HSL0.280.360.72
HSV100°25°82°
CMYK 0.170.000.25   0.18
XYZ46.341857.033940.4645
Yxy57.03390.32220.3965
Hunter Lab75.5208-22.628521.0966
CIE-Lab80.1987-21.116122.0678

#aed19d color RGB value is (174,209,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 10011101
Octal 256 321 235
Decimal 174 209 157
Hex AE D1 9D

RGB Percentages of Color #aed19d

%32.22
%38.70
%29.07

CMYK Percentages of Color #aed19d

%17
%0
%25
%18

Triadic Colors of #aed19d

#aed19d #9daed1 #d19dae

Analogous Colors of #aed19d

#aed19d #9dd1a6 #c8d19d

Monochromatic Colors of #aed19d

#aed19d

Complementary Color

#aed19d #c09dd1

#aed19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed19d Color CSS Codes

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

#aed19d Text Font Color

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

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


#aed19d Background Color

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

This div background color is #aed19d


#aed19d Border Color

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

This div border color is #aed19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed19d


Comments

No comments written yet.

Please login to write comment.