Color Hex Logo

#aee582 Color Hex

#AEE582
(174,229,130)
0 Favorites   0 Comments

Color spaces of #aee582

RGB 174229130
HSL0.260.660.70
HSV93°43°90°
CMYK 0.240.000.43   0.10
XYZ49.504166.649031.3745
Yxy66.64900.33560.4518
Hunter Lab81.6388-34.629334.3615
CIE-Lab85.3264-34.463242.6008

#aee582 color RGB value is (174,229,130).

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

The process color (four color CMYK) of #aee582 color hex is 0.24, 0.00, 0.43, 0.10. Web safe color of #aee582 is #99cc99. Color #aee582 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100101 10000010
Octal 256 345 202
Decimal 174 229 130
Hex AE E5 82

RGB Percentages of Color #aee582

%32.65
%42.96
%24.39

CMYK Percentages of Color #aee582

%24
%0
%43
%10

Triadic Colors of #aee582

#aee582 #82aee5 #e582ae

Analogous Colors of #aee582

#aee582 #82e588 #e0e582

Monochromatic Colors of #aee582

#aee582

Complementary Color

#aee582 #b982e5

#aee582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee582 Color CSS Codes

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

#aee582 Text Font Color

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

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


#aee582 Background Color

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

This div background color is #aee582


#aee582 Border Color

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

This div border color is #aee582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee582


Comments

No comments written yet.

Please login to write comment.