Color Hex Logo

#aaf80b Color Hex

#AAF80B
(170,248,11)
0 Favorites   0 Comments

Color spaces of #aaf80b

RGB 17024811
HSL0.220.940.51
HSV80°96°97°
CMYK 0.310.000.96   0.03
XYZ50.205475.705012.2830
Yxy75.70500.36330.5478
Hunter Lab87.0086-49.267752.5361
CIE-Lab89.7222-51.519985.6423

#aaf80b color RGB value is (170,248,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 00001011
Octal 252 370 13
Decimal 170 248 11
Hex AA F8 B

RGB Percentages of Color #aaf80b

%39.63
%57.81
%2.56

CMYK Percentages of Color #aaf80b

%31
%0
%96
%3

Triadic Colors of #aaf80b

#aaf80b #0baaf8 #f80baa

Analogous Colors of #aaf80b

#aaf80b #34f80b #f8d00b

Monochromatic Colors of #aaf80b

#aaf80b

Complementary Color

#aaf80b #590bf8

#aaf80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf80b Color CSS Codes

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

#aaf80b Text Font Color

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

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


#aaf80b Background Color

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

This div background color is #aaf80b


#aaf80b Border Color

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

This div border color is #aaf80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf80b


Comments

No comments written yet.

Please login to write comment.