Color spaces of #aadbfd
RGB | 170 | 219 | 253 |
---|---|---|---|
HSL | 0.57 | 0.95 | 0.83 |
HSV | 205° | 33° | 99° |
CMYK | 0.33 | 0.13 | 0.00 0.01 |
XYZ | 59.6387 | 66.3009 | 102.5826 |
Yxy | 66.3009 | 0.2610 | 0.2901 |
Hunter Lab | 81.4254 | -11.7549 | -17.6979 |
CIE-Lab | 85.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11011011 | 11111101 |
Octal | 252 | 333 | 375 |
Decimal | 170 | 219 | 253 |
Hex | AA | DB | FD |
Shades of #aadbfd
Tints of #aadbfd
RGB Percentages of Color #aadbfd
CMYK Percentages of Color #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.