Color Hex Logo

#aedc4e Color Hex

#AEDC4E
(174,220,78)
0 Favorites   0 Comments

Color spaces of #aedc4e

RGB 17422078
HSL0.220.670.58
HSV79°65°86°
CMYK 0.210.000.65   0.14
XYZ44.423960.735116.5894
Yxy60.73510.36490.4989
Hunter Lab77.9327-34.632141.9320
CIE-Lab82.2361-35.403962.5524

#aedc4e color RGB value is (174,220,78).

#aedc4e hex color red value is 174, green value is 220 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aedc4e hue: 0.22 , saturation: 0.67 and the lightness value of aedc4e is 0.58.

The process color (four color CMYK) of #aedc4e color hex is 0.21, 0.00, 0.65, 0.14. Web safe color of #aedc4e is #99cc66. Color #aedc4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 01001110
Octal 256 334 116
Decimal 174 220 78
Hex AE DC 4E

RGB Percentages of Color #aedc4e

%36.86
%46.61
%16.53

CMYK Percentages of Color #aedc4e

%21
%0
%65
%14

Triadic Colors of #aedc4e

#aedc4e #4eaedc #dc4eae

Analogous Colors of #aedc4e

#aedc4e #67dc4e #dcc34e

Monochromatic Colors of #aedc4e

#aedc4e

Complementary Color

#aedc4e #7c4edc

#aedc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc4e Color CSS Codes

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

#aedc4e Text Font Color

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

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


#aedc4e Background Color

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

This div background color is #aedc4e


#aedc4e Border Color

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

This div border color is #aedc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc4e


Comments

No comments written yet.

Please login to write comment.