Color Hex Logo

#aaffbc Color Hex

#AAFFBC
(170,255,188)
0 Favorites   0 Comments

Color spaces of #aaffbc

RGB 170255188
HSL0.371.000.83
HSV133°33°100°
CMYK 0.330.000.26   0.00
XYZ61.414783.696960.4952
Yxy83.69690.29870.4071
Hunter Lab91.4860-40.273224.8346
CIE-Lab93.3187-38.938424.0622

#aaffbc color RGB value is (170,255,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 10111100
Octal 252 377 274
Decimal 170 255 188
Hex AA FF BC

RGB Percentages of Color #aaffbc

%27.73
%41.60
%30.67

CMYK Percentages of Color #aaffbc

%33
%0
%26
%0

Triadic Colors of #aaffbc

#aaffbc #bcaaff #ffbcaa

Analogous Colors of #aaffbc

#aaffbc #aaffe7 #c3ffaa

Monochromatic Colors of #aaffbc

#aaffbc

Complementary Color

#aaffbc #ffaaed

#aaffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffbc Color CSS Codes

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

#aaffbc Text Font Color

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

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


#aaffbc Background Color

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

This div background color is #aaffbc


#aaffbc Border Color

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

This div border color is #aaffbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffbc


Comments

No comments written yet.

Please login to write comment.