Color Hex Logo

#aedc82 Color Hex

#AEDC82
(174,220,130)
0 Favorites   0 Comments

Color spaces of #aedc82

RGB 174220130
HSL0.250.560.69
HSV91°41°86°
CMYK 0.210.000.41   0.14
XYZ47.078061.796830.5658
Yxy61.79680.33760.4432
Hunter Lab78.6109-30.670231.9743
CIE-Lab82.8052-30.278439.3989

#aedc82 color RGB value is (174,220,130).

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

The process color (four color CMYK) of #aedc82 color hex is 0.21, 0.00, 0.41, 0.14. Web safe color of #aedc82 is #99cc99. Color #aedc82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 10000010
Octal 256 334 202
Decimal 174 220 130
Hex AE DC 82

RGB Percentages of Color #aedc82

%33.21
%41.98
%24.81

CMYK Percentages of Color #aedc82

%21
%0
%41
%14

Triadic Colors of #aedc82

#aedc82 #82aedc #dc82ae

Analogous Colors of #aedc82

#aedc82 #82dc83 #dbdc82

Monochromatic Colors of #aedc82

#aedc82

Complementary Color

#aedc82 #b082dc

#aedc82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc82 Color CSS Codes

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

#aedc82 Text Font Color

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

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


#aedc82 Background Color

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

This div background color is #aedc82


#aedc82 Border Color

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

This div border color is #aedc82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc82


Comments

No comments written yet.

Please login to write comment.