Color Hex Logo

#aadbfd Color Hex

#AADBFD
(170,219,253)
0 Favorites   0 Comments

Color spaces of #aadbfd

RGB 170219253
HSL0.570.950.83
HSV205°33°99°
CMYK 0.330.130.00   0.01
XYZ59.638766.3009102.5826
Yxy66.30090.26100.2901
Hunter Lab81.4254-11.7549-17.6979
CIE-Lab85.1497-7.9346-21.6695

#aadbfd color RGB value is (170,219,253).

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

The process color (four color CMYK) of #aadbfd color hex is 0.33, 0.13, 0.00, 0.01. Web safe color of #aadbfd is #99ccff. Color #aadbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 11111101
Octal 252 333 375
Decimal 170 219 253
Hex AA DB FD

RGB Percentages of Color #aadbfd

%26.48
%34.11
%39.41

CMYK Percentages of Color #aadbfd

%33
%13
%0
%1

Triadic Colors of #aadbfd

#aadbfd #fdaadb #dbfdaa

Analogous Colors of #aadbfd

#aadbfd #aab2fd #aafdf6

Monochromatic Colors of #aadbfd

#aadbfd

Complementary Color

#aadbfd #fdccaa

#aadbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbfd Color CSS Codes

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

#aadbfd Text Font Color

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

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


#aadbfd Background Color

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

This div background color is #aadbfd


#aadbfd Border Color

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

This div border color is #aadbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbfd


Comments

No comments written yet.

Please login to write comment.