Color spaces of #adbdfa
RGB | 173 | 189 | 250 |
---|---|---|---|
HSL | 0.63 | 0.89 | 0.83 |
HSV | 228° | 31° | 98° |
CMYK | 0.31 | 0.24 | 0.00 0.02 |
XYZ | 52.6865 | 52.1816 | 97.7377 |
Yxy | 52.1816 | 0.2600 | 0.2576 |
Hunter Lab | 72.2368 | 3.7759 | -29.6546 |
CIE-Lab | 77.3893 | 8.1904 | -31.9129 |
#adbdfa color RGB value is (173,189,250).
#adbdfa hex color red value is 173, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #adbdfa hue: 0.63 , saturation: 0.89 and the lightness value of adbdfa is 0.83.
The process color (four color CMYK) of #adbdfa color hex is 0.31, 0.24, 0.00, 0.02. Web safe color of #adbdfa is #99ccff. Color #adbdfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111101 | 11111010 |
Octal | 255 | 275 | 372 |
Decimal | 173 | 189 | 250 |
Hex | AD | BD | FA |
Shades of #adbdfa
Tints of #adbdfa
RGB Percentages of Color #adbdfa
CMYK Percentages of Color #adbdfa
Complementary Color
#adbdfa | #faeaad |
#adbdfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbdfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbdfa Color CSS Codes
.mybgcolor {background-color:#adbdfa; } .myforecolor {color:#adbdfa; } .mybordercolor {border:3px solid #adbdfa; }
#adbdfa Text Font Color
<p style="color:#adbdfa">Text here</p>
This sample text font color is #adbdfa
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.
#adbdfa Background Color
<div style="background-color:#adbdfa">
Div content here</div>
This div background color is #adbdfa
#adbdfa Border Color
<div style="border:3px solid #adbdfa">
Div here</div>
This div border color is #adbdfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,189,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbdfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbdfa; -webkit-box-shadow: 1px 1px 3px 2px #adbdfa; box-shadow: 1px 1px 3px 2px #adbdfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,189,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 #adbdfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbdfa; -webkit-box-shadow: 1px 1px 3px 2px #adbdfa; box-shadow: 1px 1px 3px 2px #adbdfa;">
Div content here</div>
This div box has shadow with color #adbdfa
Comments
No comments written yet.
Please login to write comment.