Color Hex Logo

#aed082 Color Hex

#AED082
(174,208,130)
0 Favorites   0 Comments

Color spaces of #aed082

RGB 174208130
HSL0.240.450.66
HSV86°38°82°
CMYK 0.160.000.38   0.18
XYZ44.040755.722129.5533
Yxy55.72210.34060.4309
Hunter Lab74.6472-25.320528.7798
CIE-Lab79.4554-24.536935.0856

#aed082 color RGB value is (174,208,130).

#aed082 hex color red value is 174, green value is 208 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aed082 hue: 0.24 , saturation: 0.45 and the lightness value of aed082 is 0.66.

The process color (four color CMYK) of #aed082 color hex is 0.16, 0.00, 0.38, 0.18. Web safe color of #aed082 is #99cc99. Color #aed082 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 10000010
Octal 256 320 202
Decimal 174 208 130
Hex AE D0 82

RGB Percentages of Color #aed082

%33.98
%40.63
%25.39

CMYK Percentages of Color #aed082

%16
%0
%38
%18

Triadic Colors of #aed082

#aed082 #82aed0 #d082ae

Analogous Colors of #aed082

#aed082 #87d082 #d0cb82

Monochromatic Colors of #aed082

#aed082

Complementary Color

#aed082 #a482d0

#aed082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed082 Color CSS Codes

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

#aed082 Text Font Color

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

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


#aed082 Background Color

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

This div background color is #aed082


#aed082 Border Color

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

This div border color is #aed082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed082


Comments

No comments written yet.

Please login to write comment.