Color Hex Logo

#aed49d Color Hex

#AED49D
(174,212,157)
0 Favorites   0 Comments

Color spaces of #aed49d

RGB 174212157
HSL0.280.390.72
HSV101°26°83°
CMYK 0.180.000.26   0.17
XYZ47.084858.520040.7121
Yxy58.52000.32180.4000
Hunter Lab76.4984-24.005321.9950
CIE-Lab81.0270-22.594623.2033

#aed49d color RGB value is (174,212,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 10011101
Octal 256 324 235
Decimal 174 212 157
Hex AE D4 9D

RGB Percentages of Color #aed49d

%32.04
%39.04
%28.91

CMYK Percentages of Color #aed49d

%18
%0
%26
%17

Triadic Colors of #aed49d

#aed49d #9daed4 #d49dae

Analogous Colors of #aed49d

#aed49d #9dd4a8 #cad49d

Monochromatic Colors of #aed49d

#aed49d

Complementary Color

#aed49d #c39dd4

#aed49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed49d Color CSS Codes

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

#aed49d Text Font Color

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

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


#aed49d Background Color

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

This div background color is #aed49d


#aed49d Border Color

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

This div border color is #aed49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed49d


Comments

No comments written yet.

Please login to write comment.