Color Hex Logo

#aaf16f Color Hex

#AAF16F
(170,241,111)
0 Favorites   0 Comments

Color spaces of #aaf16f

RGB 170241111
HSL0.260.820.69
HSV93°54°95°
CMYK 0.290.000.54   0.05
XYZ50.902172.604326.3701
Yxy72.60430.33960.4844
Hunter Lab85.2082-42.481041.2967
CIE-Lab88.2587-43.350555.0905

#aaf16f color RGB value is (170,241,111).

#aaf16f hex color red value is 170, green value is 241 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aaf16f hue: 0.26 , saturation: 0.82 and the lightness value of aaf16f is 0.69.

The process color (four color CMYK) of #aaf16f color hex is 0.29, 0.00, 0.54, 0.05. Web safe color of #aaf16f is #99ff66. Color #aaf16f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110001 01101111
Octal 252 361 157
Decimal 170 241 111
Hex AA F1 6F

RGB Percentages of Color #aaf16f

%32.57
%46.17
%21.26

CMYK Percentages of Color #aaf16f

%29
%0
%54
%5

Triadic Colors of #aaf16f

#aaf16f #6faaf1 #f16faa

Analogous Colors of #aaf16f

#aaf16f #6ff175 #ebf16f

Monochromatic Colors of #aaf16f

#aaf16f

Complementary Color

#aaf16f #b66ff1

#aaf16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf16f Color CSS Codes

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

#aaf16f Text Font Color

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

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


#aaf16f Background Color

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

This div background color is #aaf16f


#aaf16f Border Color

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

This div border color is #aaf16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf16f


Comments

No comments written yet.

Please login to write comment.