Color Hex Logo

#aee486 Color Hex

#AEE486
(174,228,134)
0 Favorites   0 Comments

Color spaces of #aee486

RGB 174228134
HSL0.260.640.71
HSV94°41°89°
CMYK 0.240.000.41   0.11
XYZ49.502066.206732.7244
Yxy66.20670.33350.4460
Hunter Lab81.3675-33.798133.1120
CIE-Lab85.1017-33.500640.3455

#aee486 color RGB value is (174,228,134).

#aee486 hex color red value is 174, green value is 228 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #aee486 hue: 0.26 , saturation: 0.64 and the lightness value of aee486 is 0.71.

The process color (four color CMYK) of #aee486 color hex is 0.24, 0.00, 0.41, 0.11. Web safe color of #aee486 is #99cc99. Color #aee486 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100100 10000110
Octal 256 344 206
Decimal 174 228 134
Hex AE E4 86

RGB Percentages of Color #aee486

%32.46
%42.54
%25.00

CMYK Percentages of Color #aee486

%24
%0
%41
%11

Triadic Colors of #aee486

#aee486 #86aee4 #e486ae

Analogous Colors of #aee486

#aee486 #86e48d #dde486

Monochromatic Colors of #aee486

#aee486

Complementary Color

#aee486 #bc86e4

#aee486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee486 Color CSS Codes

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

#aee486 Text Font Color

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

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


#aee486 Background Color

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

This div background color is #aee486


#aee486 Border Color

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

This div border color is #aee486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee486


Comments

No comments written yet.

Please login to write comment.