Color Hex Logo

#aae556 Color Hex

#AAE556
(170,229,86)
0 Favorites   0 Comments

Color spaces of #aae556

RGB 17022986
HSL0.240.730.62
HSV85°62°90°
CMYK 0.260.000.62   0.10
XYZ46.276665.256618.9608
Yxy65.25660.35460.5001
Hunter Lab80.7816-39.112042.6307
CIE-Lab84.6158-40.340161.7903

#aae556 color RGB value is (170,229,86).

#aae556 hex color red value is 170, green value is 229 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #aae556 hue: 0.24 , saturation: 0.73 and the lightness value of aae556 is 0.62.

The process color (four color CMYK) of #aae556 color hex is 0.26, 0.00, 0.62, 0.10. Web safe color of #aae556 is #99cc66. Color #aae556 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 01010110
Octal 252 345 126
Decimal 170 229 86
Hex AA E5 56

RGB Percentages of Color #aae556

%35.05
%47.22
%17.73

CMYK Percentages of Color #aae556

%26
%0
%62
%10

Triadic Colors of #aae556

#aae556 #56aae5 #e556aa

Analogous Colors of #aae556

#aae556 #63e556 #e5d956

Monochromatic Colors of #aae556

#aae556

Complementary Color

#aae556 #9156e5

#aae556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae556 Color CSS Codes

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

#aae556 Text Font Color

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

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


#aae556 Background Color

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

This div background color is #aae556


#aae556 Border Color

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

This div border color is #aae556


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,229,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae556


Comments

No comments written yet.

Please login to write comment.