Color Hex Logo

#aedd85 Color Hex

#AEDD85
(174,221,133)
0 Favorites   0 Comments

Color spaces of #aedd85

RGB 174221133
HSL0.260.560.69
HSV92°40°87°
CMYK 0.210.000.40   0.13
XYZ47.545662.405031.7298
Yxy62.40500.33560.4405
Hunter Lab78.9968-30.811231.4834
CIE-Lab83.1283-30.365538.3143

#aedd85 color RGB value is (174,221,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 10000101
Octal 256 335 205
Decimal 174 221 133
Hex AE DD 85

RGB Percentages of Color #aedd85

%32.95
%41.86
%25.19

CMYK Percentages of Color #aedd85

%21
%0
%40
%13

Triadic Colors of #aedd85

#aedd85 #85aedd #dd85ae

Analogous Colors of #aedd85

#aedd85 #85dd88 #dadd85

Monochromatic Colors of #aedd85

#aedd85

Complementary Color

#aedd85 #b485dd

#aedd85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd85 Color CSS Codes

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

#aedd85 Text Font Color

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

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


#aedd85 Background Color

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

This div background color is #aedd85


#aedd85 Border Color

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

This div border color is #aedd85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd85


Comments

No comments written yet.

Please login to write comment.