Color Hex Logo

#aeda82 Color Hex

#AEDA82
(174,218,130)
0 Favorites   0 Comments

Color spaces of #aeda82

RGB 174218130
HSL0.250.540.68
HSV90°40°85°
CMYK 0.200.000.40   0.15
XYZ46.556260.753230.3919
Yxy60.75320.33810.4412
Hunter Lab77.9443-29.784431.4428
CIE-Lab82.2459-29.334438.6833

#aeda82 color RGB value is (174,218,130).

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

The process color (four color CMYK) of #aeda82 color hex is 0.20, 0.00, 0.40, 0.15. Web safe color of #aeda82 is #99cc99. Color #aeda82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 10000010
Octal 256 332 202
Decimal 174 218 130
Hex AE DA 82

RGB Percentages of Color #aeda82

%33.33
%41.76
%24.90

CMYK Percentages of Color #aeda82

%20
%0
%40
%15

Triadic Colors of #aeda82

#aeda82 #82aeda #da82ae

Analogous Colors of #aeda82

#aeda82 #82da82 #dada82

Monochromatic Colors of #aeda82

#aeda82

Complementary Color

#aeda82 #ae82da

#aeda82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeda82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeda82 Color CSS Codes

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

#aeda82 Text Font Color

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

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


#aeda82 Background Color

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

This div background color is #aeda82


#aeda82 Border Color

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

This div border color is #aeda82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeda82


Comments

No comments written yet.

Please login to write comment.