Color Hex Logo

#aedd86 Color Hex

#AEDD86
(174,221,134)
0 Favorites   0 Comments

Color spaces of #aedd86

RGB 174221134
HSL0.260.560.70
HSV92°39°87°
CMYK 0.210.000.39   0.13
XYZ47.615162.432832.0954
Yxy62.43280.33500.4392
Hunter Lab79.0144-30.708931.2267
CIE-Lab83.1430-30.235637.8324

#aedd86 color RGB value is (174,221,134).

#aedd86 hex color red value is 174, green value is 221 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #aedd86 hue: 0.26 , saturation: 0.56 and the lightness value of aedd86 is 0.70.

The process color (four color CMYK) of #aedd86 color hex is 0.21, 0.00, 0.39, 0.13. Web safe color of #aedd86 is #99cc99. Color #aedd86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 10000110
Octal 256 335 206
Decimal 174 221 134
Hex AE DD 86

RGB Percentages of Color #aedd86

%32.89
%41.78
%25.33

CMYK Percentages of Color #aedd86

%21
%0
%39
%13

Triadic Colors of #aedd86

#aedd86 #86aedd #dd86ae

Analogous Colors of #aedd86

#aedd86 #86dd8a #dadd86

Monochromatic Colors of #aedd86

#aedd86

Complementary Color

#aedd86 #b586dd

#aedd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd86 Color CSS Codes

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

#aedd86 Text Font Color

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

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


#aedd86 Background Color

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

This div background color is #aedd86


#aedd86 Border Color

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

This div border color is #aedd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd86


Comments

No comments written yet.

Please login to write comment.