Color Hex Logo

#aadbfa Color Hex

#AADBFA
(170,219,250)
0 Favorites   0 Comments

Color spaces of #aadbfa

RGB 170219250
HSL0.560.890.82
HSV203°32°98°
CMYK 0.320.120.00   0.02
XYZ59.164466.1112100.0849
Yxy66.11120.26250.2934
Hunter Lab81.3088-12.4047-16.0653
CIE-Lab85.0531-8.6562-20.2316

#aadbfa color RGB value is (170,219,250).

#aadbfa hex color red value is 170, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #aadbfa hue: 0.56 , saturation: 0.89 and the lightness value of aadbfa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 11111010
Octal 252 333 372
Decimal 170 219 250
Hex AA DB FA

RGB Percentages of Color #aadbfa

%26.60
%34.27
%39.12

CMYK Percentages of Color #aadbfa

%32
%12
%0
%2

Triadic Colors of #aadbfa

#aadbfa #faaadb #dbfaaa

Analogous Colors of #aadbfa

#aadbfa #aab3fa #aafaf1

Monochromatic Colors of #aadbfa

#aadbfa

Complementary Color

#aadbfa #fac9aa

#aadbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbfa Color CSS Codes

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

#aadbfa Text Font Color

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

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


#aadbfa Background Color

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

This div background color is #aadbfa


#aadbfa Border Color

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

This div border color is #aadbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbfa


Comments

No comments written yet.

Please login to write comment.