Color Hex Logo

#aad6fb Color Hex

#AAD6FB
(170,214,251)
0 Favorites   0 Comments

Color spaces of #aad6fb

RGB 170214251
HSL0.580.910.83
HSV207°32°98°
CMYK 0.320.150.00   0.02
XYZ58.036763.6042100.4848
Yxy63.60420.26130.2863
Hunter Lab79.7522-9.6697-18.8766
CIE-Lab83.7593-5.8091-22.7211

#aad6fb color RGB value is (170,214,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 11111011
Octal 252 326 373
Decimal 170 214 251
Hex AA D6 FB

RGB Percentages of Color #aad6fb

%26.77
%33.70
%39.53

CMYK Percentages of Color #aad6fb

%32
%15
%0
%2

Triadic Colors of #aad6fb

#aad6fb #fbaad6 #d6fbaa

Analogous Colors of #aad6fb

#aad6fb #aaaefb #aafbf8

Monochromatic Colors of #aad6fb

#aad6fb

Complementary Color

#aad6fb #fbcfaa

#aad6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad6fb Color CSS Codes

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

#aad6fb Text Font Color

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

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


#aad6fb Background Color

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

This div background color is #aad6fb


#aad6fb Border Color

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

This div border color is #aad6fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,214,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 #aad6fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad6fb

Related Colors


Comments

No comments written yet.

Please login to write comment.