Color Hex Logo

#aaffb3 Color Hex

#AAFFB3
(170,255,179)
0 Favorites   0 Comments

Color spaces of #aaffb3

RGB 170255179
HSL0.351.000.83
HSV126°33°100°
CMYK 0.330.000.30   0.00
XYZ60.474283.320755.5430
Yxy83.32070.30340.4180
Hunter Lab91.2802-41.481927.8188
CIE-Lab93.1547-40.449228.3941

#aaffb3 color RGB value is (170,255,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 10110011
Octal 252 377 263
Decimal 170 255 179
Hex AA FF B3

RGB Percentages of Color #aaffb3

%28.15
%42.22
%29.64

CMYK Percentages of Color #aaffb3

%33
%0
%30
%0

Triadic Colors of #aaffb3

#aaffb3 #b3aaff #ffb3aa

Analogous Colors of #aaffb3

#aaffb3 #aaffde #ccffaa

Monochromatic Colors of #aaffb3

#aaffb3

Complementary Color

#aaffb3 #ffaaf6

#aaffb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffb3 Color CSS Codes

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

#aaffb3 Text Font Color

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

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


#aaffb3 Background Color

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

This div background color is #aaffb3


#aaffb3 Border Color

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

This div border color is #aaffb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffb3

#aaffb3 Color Palettes


Comments

No comments written yet.

Please login to write comment.