Color Hex Logo

#aaffbf Color Hex

#AAFFBF
(170,255,191)
0 Favorites   0 Comments

Color spaces of #aaffbf

RGB 170255191
HSL0.371.000.83
HSV135°33°100°
CMYK 0.330.000.25   0.00
XYZ61.741583.827662.2164
Yxy83.82760.29710.4034
Hunter Lab91.5574-39.854523.8006
CIE-Lab93.3756-38.418122.6154

#aaffbf color RGB value is (170,255,191).

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

The process color (four color CMYK) of #aaffbf color hex is 0.33, 0.00, 0.25, 0.00. Web safe color of #aaffbf is #99ffcc. Color #aaffbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 10111111
Octal 252 377 277
Decimal 170 255 191
Hex AA FF BF

RGB Percentages of Color #aaffbf

%27.60
%41.40
%31.01

CMYK Percentages of Color #aaffbf

%33
%0
%25
%0

Triadic Colors of #aaffbf

#aaffbf #bfaaff #ffbfaa

Analogous Colors of #aaffbf

#aaffbf #aaffea #c0ffaa

Monochromatic Colors of #aaffbf

#aaffbf

Complementary Color

#aaffbf #ffaaea

#aaffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffbf Color CSS Codes

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

#aaffbf Text Font Color

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

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


#aaffbf Background Color

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

This div background color is #aaffbf


#aaffbf Border Color

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

This div border color is #aaffbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffbf


Comments

No comments written yet.

Please login to write comment.