Color Hex Logo

#aedd5e Color Hex

#AEDD5E
(174,221,94)
0 Favorites   0 Comments

Color spaces of #aedd5e

RGB 17422194
HSL0.230.650.62
HSV82°57°87°
CMYK 0.210.000.57   0.13
XYZ45.332461.519720.0749
Yxy61.51970.35720.4847
Hunter Lab78.4345-34.093639.7292
CIE-Lab82.6573-34.592156.2677

#aedd5e color RGB value is (174,221,94).

#aedd5e hex color red value is 174, green value is 221 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aedd5e hue: 0.23 , saturation: 0.65 and the lightness value of aedd5e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 01011110
Octal 256 335 136
Decimal 174 221 94
Hex AE DD 5E

RGB Percentages of Color #aedd5e

%35.58
%45.19
%19.22

CMYK Percentages of Color #aedd5e

%21
%0
%57
%13

Triadic Colors of #aedd5e

#aedd5e #5eaedd #dd5eae

Analogous Colors of #aedd5e

#aedd5e #6fdd5e #ddcd5e

Monochromatic Colors of #aedd5e

#aedd5e

Complementary Color

#aedd5e #8d5edd

#aedd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd5e Color CSS Codes

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

#aedd5e Text Font Color

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

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


#aedd5e Background Color

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

This div background color is #aedd5e


#aedd5e Border Color

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

This div border color is #aedd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd5e


Comments

No comments written yet.

Please login to write comment.