Color Hex Logo

#aaffba Color Hex

#AAFFBA
(170,255,186)
0 Favorites   0 Comments

Color spaces of #aaffba

RGB 170255186
HSL0.361.000.83
HSV131°33°100°
CMYK 0.330.000.27   0.00
XYZ61.200583.611259.3673
Yxy83.61120.29970.4095
Hunter Lab91.4392-40.548025.5131
CIE-Lab93.2814-39.280625.0261

#aaffba color RGB value is (170,255,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 10111010
Octal 252 377 272
Decimal 170 255 186
Hex AA FF BA

RGB Percentages of Color #aaffba

%27.82
%41.73
%30.44

CMYK Percentages of Color #aaffba

%33
%0
%27
%0

Triadic Colors of #aaffba

#aaffba #baaaff #ffbaaa

Analogous Colors of #aaffba

#aaffba #aaffe5 #c5ffaa

Monochromatic Colors of #aaffba

#aaffba

Complementary Color

#aaffba #ffaaef

#aaffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffba Color CSS Codes

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

#aaffba Text Font Color

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

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


#aaffba Background Color

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

This div background color is #aaffba


#aaffba Border Color

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

This div border color is #aaffba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffba


Comments

No comments written yet.

Please login to write comment.