Color Hex Logo

#aaec49 Color Hex

#AAEC49
(170,236,73)
0 Favorites   0 Comments

Color spaces of #aaec49

RGB 17023673
HSL0.230.810.61
HSV84°69°93°
CMYK 0.280.000.69   0.07
XYZ47.775669.018017.1071
Yxy69.01800.35680.5154
Hunter Lab83.0771-42.733945.9450
CIE-Lab86.5130-44.315568.8264

#aaec49 color RGB value is (170,236,73).

#aaec49 hex color red value is 170, green value is 236 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #aaec49 hue: 0.23 , saturation: 0.81 and the lightness value of aaec49 is 0.61.

The process color (four color CMYK) of #aaec49 color hex is 0.28, 0.00, 0.69, 0.07. Web safe color of #aaec49 is #99ff33. Color #aaec49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 01001001
Octal 252 354 111
Decimal 170 236 73
Hex AA EC 49

RGB Percentages of Color #aaec49

%35.49
%49.27
%15.24

CMYK Percentages of Color #aaec49

%28
%0
%69
%7

Triadic Colors of #aaec49

#aaec49 #49aaec #ec49aa

Analogous Colors of #aaec49

#aaec49 #59ec49 #ecdd49

Monochromatic Colors of #aaec49

#aaec49

Complementary Color

#aaec49 #8b49ec

#aaec49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaec49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaec49 Color CSS Codes

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

#aaec49 Text Font Color

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

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


#aaec49 Background Color

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

This div background color is #aaec49


#aaec49 Border Color

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

This div border color is #aaec49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaec49


Comments

No comments written yet.

Please login to write comment.