Color Hex Logo

#aadffb Color Hex

#AADFFB
(170,223,251)
0 Favorites   0 Comments

Color spaces of #aadffb

RGB 170223251
HSL0.560.910.83
HSV201°32°98°
CMYK 0.320.110.00   0.02
XYZ60.377868.2864101.2651
Yxy68.28640.26260.2970
Hunter Lab82.6356-14.1910-14.8115
CIE-Lab86.1495-10.4830-19.1028

#aadffb color RGB value is (170,223,251).

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

The process color (four color CMYK) of #aadffb color hex is 0.32, 0.11, 0.00, 0.02. Web safe color of #aadffb is #99ccff. Color #aadffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11111011
Octal 252 337 373
Decimal 170 223 251
Hex AA DF FB

RGB Percentages of Color #aadffb

%26.40
%34.63
%38.98

CMYK Percentages of Color #aadffb

%32
%11
%0
%2

Triadic Colors of #aadffb

#aadffb #fbaadf #dffbaa

Analogous Colors of #aadffb

#aadffb #aab7fb #aafbef

Monochromatic Colors of #aadffb

#aadffb

Complementary Color

#aadffb #fbc6aa

#aadffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadffb Color CSS Codes

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

#aadffb Text Font Color

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

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


#aadffb Background Color

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

This div background color is #aadffb


#aadffb Border Color

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

This div border color is #aadffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadffb


Comments

No comments written yet.

Please login to write comment.