Color Hex Logo

#aaec0c Color Hex

#AAEC0C
(170,236,12)
0 Favorites   0 Comments

Color spaces of #aaec0c

RGB 17023612
HSL0.220.900.49
HSV78°95°93°
CMYK 0.280.000.95   0.07
XYZ46.639468.563511.1238
Yxy68.56350.36920.5427
Hunter Lab82.8031-44.364049.9971
CIE-Lab86.2874-46.520282.8614

#aaec0c color RGB value is (170,236,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 00001100
Octal 252 354 14
Decimal 170 236 12
Hex AA EC C

RGB Percentages of Color #aaec0c

%40.67
%56.46
%2.87

CMYK Percentages of Color #aaec0c

%28
%0
%95
%7

Triadic Colors of #aaec0c

#aaec0c #0caaec #ec0caa

Analogous Colors of #aaec0c

#aaec0c #3aec0c #ecbe0c

Monochromatic Colors of #aaec0c

#aaec0c

Complementary Color

#aaec0c #4e0cec

#aaec0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaec0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaec0c Color CSS Codes

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

#aaec0c Text Font Color

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

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


#aaec0c Background Color

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

This div background color is #aaec0c


#aaec0c Border Color

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

This div border color is #aaec0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaec0c


Comments

No comments written yet.

Please login to write comment.