Color Hex Logo

#aedc79 Color Hex

#AEDC79
(174,220,121)
0 Favorites   0 Comments

Color spaces of #aedc79

RGB 174220121
HSL0.240.590.67
HSV88°45°86°
CMYK 0.210.000.45   0.14
XYZ46.499961.565527.5217
Yxy61.56550.34300.4541
Hunter Lab78.4637-31.527134.1282
CIE-Lab82.6818-31.372343.6863

#aedc79 color RGB value is (174,220,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 01111001
Octal 256 334 171
Decimal 174 220 121
Hex AE DC 79

RGB Percentages of Color #aedc79

%33.79
%42.72
%23.50

CMYK Percentages of Color #aedc79

%21
%0
%45
%14

Triadic Colors of #aedc79

#aedc79 #79aedc #dc79ae

Analogous Colors of #aedc79

#aedc79 #7ddc79 #dcd979

Monochromatic Colors of #aedc79

#aedc79

Complementary Color

#aedc79 #a779dc

#aedc79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc79 Color CSS Codes

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

#aedc79 Text Font Color

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

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


#aedc79 Background Color

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

This div background color is #aedc79


#aedc79 Border Color

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

This div border color is #aedc79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc79


Comments

No comments written yet.

Please login to write comment.