Color Hex Logo

#aedc9f Color Hex

#AEDC9F
(174,220,159)
3 Favorites   0 Comments

Color spaces of #aedc9f

RGB 174220159
HSL0.290.470.74
HSV105°28°86°
CMYK 0.210.000.28   0.14
XYZ49.306862.688342.3022
Yxy62.68830.31960.4063
Hunter Lab79.1759-27.397123.7456
CIE-Lab83.2781-26.169625.2325

#aedc9f color RGB value is (174,220,159).

#aedc9f hex color red value is 174, green value is 220 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aedc9f hue: 0.29 , saturation: 0.47 and the lightness value of aedc9f is 0.74.

The process color (four color CMYK) of #aedc9f color hex is 0.21, 0.00, 0.28, 0.14. Web safe color of #aedc9f is #99cc99. Color #aedc9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 10011111
Octal 256 334 237
Decimal 174 220 159
Hex AE DC 9F

RGB Percentages of Color #aedc9f

%31.46
%39.78
%28.75

CMYK Percentages of Color #aedc9f

%21
%0
%28
%14

Triadic Colors of #aedc9f

#aedc9f #9faedc #dc9fae

Analogous Colors of #aedc9f

#aedc9f #9fdcaf #cddc9f

Monochromatic Colors of #aedc9f

#aedc9f

Complementary Color

#aedc9f #cd9fdc

#aedc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc9f Color CSS Codes

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

#aedc9f Text Font Color

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

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


#aedc9f Background Color

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

This div background color is #aedc9f


#aedc9f Border Color

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

This div border color is #aedc9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc9f


Comments

No comments written yet.

Please login to write comment.