Color Hex Logo

#aaf111 Color Hex

#AAF111
(170,241,17)
0 Favorites   0 Comments

Color spaces of #aaf111

RGB 17024117
HSL0.220.890.51
HSV79°93°95°
CMYK 0.290.000.93   0.05
XYZ48.134071.497111.7937
Yxy71.49710.36620.5440
Hunter Lab84.5560-46.360750.9195
CIE-Lab87.7260-48.552383.5012

#aaf111 color RGB value is (170,241,17).

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

The process color (four color CMYK) of #aaf111 color hex is 0.29, 0.00, 0.93, 0.05. Web safe color of #aaf111 is #99ff00. Color #aaf111 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110001 00010001
Octal 252 361 21
Decimal 170 241 17
Hex AA F1 11

RGB Percentages of Color #aaf111

%39.72
%56.31
%3.97

CMYK Percentages of Color #aaf111

%29
%0
%93
%5

Triadic Colors of #aaf111

#aaf111 #11aaf1 #f111aa

Analogous Colors of #aaf111

#aaf111 #3af111 #f1c811

Monochromatic Colors of #aaf111

#aaf111

Complementary Color

#aaf111 #5811f1

#aaf111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf111 Color CSS Codes

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

#aaf111 Text Font Color

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

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


#aaf111 Background Color

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

This div background color is #aaf111


#aaf111 Border Color

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

This div border color is #aaf111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf111


Comments

No comments written yet.

Please login to write comment.