Color Hex Logo

#aaf80a Color Hex

#AAF80A
(170,248,10)
0 Favorites   0 Comments

Color spaces of #aaf80a

RGB 17024810
HSL0.220.940.51
HSV80°96°97°
CMYK 0.310.000.96   0.03
XYZ50.199875.702812.2535
Yxy75.70280.36340.5480
Hunter Lab87.0074-49.275452.5552
CIE-Lab89.7212-51.530585.7180

#aaf80a color RGB value is (170,248,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 00001010
Octal 252 370 12
Decimal 170 248 10
Hex AA F8 A

RGB Percentages of Color #aaf80a

%39.72
%57.94
%2.34

CMYK Percentages of Color #aaf80a

%31
%0
%96
%3

Triadic Colors of #aaf80a

#aaf80a #0aaaf8 #f80aaa

Analogous Colors of #aaf80a

#aaf80a #33f80a #f8cf0a

Monochromatic Colors of #aaf80a

#aaf80a

Complementary Color

#aaf80a #580af8

#aaf80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf80a Color CSS Codes

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

#aaf80a Text Font Color

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

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


#aaf80a Background Color

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

This div background color is #aaf80a


#aaf80a Border Color

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

This div border color is #aaf80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf80a


Comments

No comments written yet.

Please login to write comment.