Color Hex Logo

#aaec0d Color Hex

#AAEC0D
(170,236,13)
0 Favorites   0 Comments

Color spaces of #aaec0d

RGB 17023613
HSL0.220.900.49
HSV78°94°93°
CMYK 0.280.000.94   0.07
XYZ46.645768.566011.1569
Yxy68.56600.36910.5426
Hunter Lab82.8046-44.354949.9746
CIE-Lab86.2887-46.507882.7709

#aaec0d color RGB value is (170,236,13).

#aaec0d hex color red value is 170, green value is 236 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #aaec0d hue: 0.22 , saturation: 0.90 and the lightness value of aaec0d is 0.49.

The process color (four color CMYK) of #aaec0d color hex is 0.28, 0.00, 0.94, 0.07. Web safe color of #aaec0d is #99ff00. Color #aaec0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 00001101
Octal 252 354 15
Decimal 170 236 13
Hex AA EC D

RGB Percentages of Color #aaec0d

%40.57
%56.32
%3.10

CMYK Percentages of Color #aaec0d

%28
%0
%94
%7

Triadic Colors of #aaec0d

#aaec0d #0daaec #ec0daa

Analogous Colors of #aaec0d

#aaec0d #3bec0d #ecbf0d

Monochromatic Colors of #aaec0d

#aaec0d

Complementary Color

#aaec0d #4f0dec

#aaec0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaec0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaec0d Color CSS Codes

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

#aaec0d Text Font Color

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

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


#aaec0d Background Color

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

This div background color is #aaec0d


#aaec0d Border Color

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

This div border color is #aaec0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaec0d


Comments

No comments written yet.

Please login to write comment.