Color Hex Logo

#aedc9e Color Hex

#AEDC9E
(174,220,158)
0 Favorites   0 Comments

Color spaces of #aedc9e

RGB 174220158
HSL0.290.470.74
HSV105°28°86°
CMYK 0.210.000.28   0.14
XYZ49.220362.653741.8469
Yxy62.65370.32020.4076
Hunter Lab79.1541-27.523224.0626
CIE-Lab83.2598-26.325925.7265

#aedc9e color RGB value is (174,220,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 10011110
Octal 256 334 236
Decimal 174 220 158
Hex AE DC 9E

RGB Percentages of Color #aedc9e

%31.52
%39.86
%28.62

CMYK Percentages of Color #aedc9e

%21
%0
%28
%14

Triadic Colors of #aedc9e

#aedc9e #9eaedc #dc9eae

Analogous Colors of #aedc9e

#aedc9e #9edcad #cddc9e

Monochromatic Colors of #aedc9e

#aedc9e

Complementary Color

#aedc9e #cc9edc

#aedc9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc9e Color CSS Codes

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

#aedc9e Text Font Color

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

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


#aedc9e Background Color

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

This div background color is #aedc9e


#aedc9e Border Color

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

This div border color is #aedc9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc9e


Comments

No comments written yet.

Please login to write comment.