Color Hex Logo

#aedd7e Color Hex

#AEDD7E
(174,221,126)
0 Favorites   0 Comments

Color spaces of #aedd7e

RGB 174221126
HSL0.250.580.68
HSV90°43°87°
CMYK 0.210.000.43   0.13
XYZ47.077962.217929.2667
Yxy62.21790.33980.4490
Hunter Lab78.8783-31.500833.2161
CIE-Lab83.0292-31.243841.6672

#aedd7e color RGB value is (174,221,126).

#aedd7e hex color red value is 174, green value is 221 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aedd7e hue: 0.25 , saturation: 0.58 and the lightness value of aedd7e is 0.68.

The process color (four color CMYK) of #aedd7e color hex is 0.21, 0.00, 0.43, 0.13. Web safe color of #aedd7e is #99cc66. Color #aedd7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 01111110
Octal 256 335 176
Decimal 174 221 126
Hex AE DD 7E

RGB Percentages of Color #aedd7e

%33.40
%42.42
%24.18

CMYK Percentages of Color #aedd7e

%21
%0
%43
%13

Triadic Colors of #aedd7e

#aedd7e #7eaedd #dd7eae

Analogous Colors of #aedd7e

#aedd7e #7fdd7e #dddd7e

Monochromatic Colors of #aedd7e

#aedd7e

Complementary Color

#aedd7e #ad7edd

#aedd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd7e Color CSS Codes

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

#aedd7e Text Font Color

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

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


#aedd7e Background Color

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

This div background color is #aedd7e


#aedd7e Border Color

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

This div border color is #aedd7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,221,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aedd7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd7e


Comments

No comments written yet.

Please login to write comment.