Color Hex Logo

#aaffaf Color Hex

#AAFFAF
(170,255,175)
0 Favorites   0 Comments

Color spaces of #aaffaf

RGB 170255175
HSL0.341.000.83
HSV124°33°100°
CMYK 0.330.000.31   0.00
XYZ60.075483.161253.4428
Yxy83.16120.30540.4228
Hunter Lab91.1928-41.996229.0885
CIE-Lab93.0850-41.096230.3141

#aaffaf color RGB value is (170,255,175).

#aaffaf hex color red value is 170, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aaffaf hue: 0.34 , saturation: 1.00 and the lightness value of aaffaf is 0.83.

The process color (four color CMYK) of #aaffaf color hex is 0.33, 0.00, 0.31, 0.00. Web safe color of #aaffaf is #99ff99. Color #aaffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 10101111
Octal 252 377 257
Decimal 170 255 175
Hex AA FF AF

RGB Percentages of Color #aaffaf

%28.33
%42.50
%29.17

CMYK Percentages of Color #aaffaf

%33
%0
%31
%0

Triadic Colors of #aaffaf

#aaffaf #afaaff #ffafaa

Analogous Colors of #aaffaf

#aaffaf #aaffda #d0ffaa

Monochromatic Colors of #aaffaf

#aaffaf

Complementary Color

#aaffaf #ffaafa

#aaffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffaf Color CSS Codes

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

#aaffaf Text Font Color

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

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


#aaffaf Background Color

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

This div background color is #aaffaf


#aaffaf Border Color

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

This div border color is #aaffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffaf


Comments

No comments written yet.

Please login to write comment.