Color Hex Logo

#aedd79 Color Hex

#AEDD79
(174,221,121)
0 Favorites   0 Comments

Color spaces of #aedd79

RGB 174221121
HSL0.250.600.67
HSV88°45°87°
CMYK 0.210.000.45   0.13
XYZ46.763262.092027.6094
Yxy62.09200.34270.4550
Hunter Lab78.7985-31.966034.3849
CIE-Lab82.9623-31.839244.0358

#aedd79 color RGB value is (174,221,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 01111001
Octal 256 335 171
Decimal 174 221 121
Hex AE DD 79

RGB Percentages of Color #aedd79

%33.72
%42.83
%23.45

CMYK Percentages of Color #aedd79

%21
%0
%45
%13

Triadic Colors of #aedd79

#aedd79 #79aedd #dd79ae

Analogous Colors of #aedd79

#aedd79 #7cdd79 #ddda79

Monochromatic Colors of #aedd79

#aedd79

Complementary Color

#aedd79 #a879dd

#aedd79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd79 Color CSS Codes

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

#aedd79 Text Font Color

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

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


#aedd79 Background Color

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

This div background color is #aedd79


#aedd79 Border Color

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

This div border color is #aedd79


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,221,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 #aedd79">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd79


Comments

No comments written yet.

Please login to write comment.