Color Hex Logo

#aaffb9 Color Hex

#AAFFB9
(170,255,185)
0 Favorites   0 Comments

Color spaces of #aaffb9

RGB 170255185
HSL0.361.000.83
HSV131°33°100°
CMYK 0.330.000.27   0.00
XYZ61.094583.568858.8093
Yxy83.56880.30030.4107
Hunter Lab91.4160-40.684025.8490
CIE-Lab93.2629-39.450425.5077

#aaffb9 color RGB value is (170,255,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 10111001
Octal 252 377 271
Decimal 170 255 185
Hex AA FF B9

RGB Percentages of Color #aaffb9

%27.87
%41.80
%30.33

CMYK Percentages of Color #aaffb9

%33
%0
%27
%0

Triadic Colors of #aaffb9

#aaffb9 #b9aaff #ffb9aa

Analogous Colors of #aaffb9

#aaffb9 #aaffe4 #c6ffaa

Monochromatic Colors of #aaffb9

#aaffb9

Complementary Color

#aaffb9 #ffaaf0

#aaffb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffb9 Color CSS Codes

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

#aaffb9 Text Font Color

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

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


#aaffb9 Background Color

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

This div background color is #aaffb9


#aaffb9 Border Color

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

This div border color is #aaffb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffb9


Comments

No comments written yet.

Please login to write comment.