Color Hex Logo

#aaffdb Color Hex

#AAFFDB
(170,255,219)
0 Favorites   0 Comments

Color spaces of #aaffdb

RGB 170255219
HSL0.431.000.83
HSV155°33°100°
CMYK 0.330.000.14   0.00
XYZ65.123785.180580.0269
Yxy85.18050.28270.3698
Hunter Lab92.2933-35.560613.1953
CIE-Lab93.9608-33.17399.0968

#aaffdb color RGB value is (170,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 11011011
Octal 252 377 333
Decimal 170 255 219
Hex AA FF DB

RGB Percentages of Color #aaffdb

%26.40
%39.60
%34.01

CMYK Percentages of Color #aaffdb

%33
%0
%14
%0

Triadic Colors of #aaffdb

#aaffdb #dbaaff #ffdbaa

Analogous Colors of #aaffdb

#aaffdb #aaf9ff #aaffb1

Monochromatic Colors of #aaffdb

#aaffdb

Complementary Color

#aaffdb #ffaace

#aaffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffdb Color CSS Codes

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

#aaffdb Text Font Color

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

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


#aaffdb Background Color

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

This div background color is #aaffdb


#aaffdb Border Color

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

This div border color is #aaffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffdb

Related Colors


Comments

No comments written yet.

Please login to write comment.