Color Hex Logo

#aedc4f Color Hex

#AEDC4F
(174,220,79)
0 Favorites   0 Comments

Color spaces of #aedc4f

RGB 17422079
HSL0.220.670.59
HSV80°64°86°
CMYK 0.210.000.64   0.14
XYZ44.460060.749616.7797
Yxy60.74960.36450.4980
Hunter Lab77.9420-34.577941.7952
CIE-Lab82.2439-35.332562.1590

#aedc4f color RGB value is (174,220,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 01001111
Octal 256 334 117
Decimal 174 220 79
Hex AE DC 4F

RGB Percentages of Color #aedc4f

%36.79
%46.51
%16.70

CMYK Percentages of Color #aedc4f

%21
%0
%64
%14

Triadic Colors of #aedc4f

#aedc4f #4faedc #dc4fae

Analogous Colors of #aedc4f

#aedc4f #68dc4f #dcc44f

Monochromatic Colors of #aedc4f

#aedc4f

Complementary Color

#aedc4f #7d4fdc

#aedc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc4f Color CSS Codes

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

#aedc4f Text Font Color

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

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


#aedc4f Background Color

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

This div background color is #aedc4f


#aedc4f Border Color

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

This div border color is #aedc4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc4f


Comments

No comments written yet.

Please login to write comment.