Color Hex Logo

#aaf80c Color Hex

#AAF80C
(170,248,12)
0 Favorites   0 Comments

Color spaces of #aaf80c

RGB 17024812
HSL0.220.940.51
HSV80°95°97°
CMYK 0.310.000.95   0.03
XYZ50.211375.707412.3144
Yxy75.70740.36320.5477
Hunter Lab87.0100-49.259652.5158
CIE-Lab89.7233-51.508985.5620

#aaf80c color RGB value is (170,248,12).

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

The process color (four color CMYK) of #aaf80c color hex is 0.31, 0.00, 0.95, 0.03. Web safe color of #aaf80c is #99ff00. Color #aaf80c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 00001100
Octal 252 370 14
Decimal 170 248 12
Hex AA F8 C

RGB Percentages of Color #aaf80c

%39.53
%57.67
%2.79

CMYK Percentages of Color #aaf80c

%31
%0
%95
%3

Triadic Colors of #aaf80c

#aaf80c #0caaf8 #f80caa

Analogous Colors of #aaf80c

#aaf80c #34f80c #f8d00c

Monochromatic Colors of #aaf80c

#aaf80c

Complementary Color

#aaf80c #5a0cf8

#aaf80c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf80c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf80c Color CSS Codes

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

#aaf80c Text Font Color

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

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


#aaf80c Background Color

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

This div background color is #aaf80c


#aaf80c Border Color

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

This div border color is #aaf80c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,248,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 #aaf80c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf80c


Comments

No comments written yet.

Please login to write comment.