Color Hex Logo

#aafbdd Color Hex

#AAFBDD
(170,251,221)
0 Favorites   0 Comments

Color spaces of #aafbdd

RGB 170251221
HSL0.440.910.83
HSV158°32°98°
CMYK 0.320.000.12   0.02
XYZ64.125982.760981.0013
Yxy82.76090.28140.3632
Hunter Lab90.9730-33.380110.8900
CIE-Lab92.9097-30.90586.5548

#aafbdd color RGB value is (170,251,221).

#aafbdd hex color red value is 170, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aafbdd hue: 0.44 , saturation: 0.91 and the lightness value of aafbdd is 0.83.

The process color (four color CMYK) of #aafbdd color hex is 0.32, 0.00, 0.12, 0.02. Web safe color of #aafbdd is #99ffcc. Color #aafbdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111011 11011101
Octal 252 373 335
Decimal 170 251 221
Hex AA FB DD

RGB Percentages of Color #aafbdd

%26.48
%39.10
%34.42

CMYK Percentages of Color #aafbdd

%32
%0
%12
%2

Triadic Colors of #aafbdd

#aafbdd #ddaafb #fbddaa

Analogous Colors of #aafbdd

#aafbdd #aaf1fb #aafbb5

Monochromatic Colors of #aafbdd

#aafbdd

Complementary Color

#aafbdd #fbaac8

#aafbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafbdd Color CSS Codes

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

#aafbdd Text Font Color

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

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


#aafbdd Background Color

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

This div background color is #aafbdd


#aafbdd Border Color

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

This div border color is #aafbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafbdd

Related Colors


Comments

No comments written yet.

Please login to write comment.