Color spaces of #adbdff
RGB | 173 | 189 | 255 |
---|---|---|---|
HSL | 0.63 | 1.00 | 0.84 |
HSV | 228° | 32° | 100° |
CMYK | 0.32 | 0.26 | 0.00 0.00 |
XYZ | 53.4812 | 52.4994 | 101.9224 |
Yxy | 52.4994 | 0.2572 | 0.2525 |
Hunter Lab | 72.4565 | 4.9547 | -32.6820 |
CIE-Lab | 77.5785 | 9.4297 | -34.3017 |
#adbdff color RGB value is (173,189,255).
#adbdff hex color red value is 173, green value is 189 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #adbdff hue: 0.63 , saturation: 1.00 and the lightness value of adbdff is 0.84.
The process color (four color CMYK) of #adbdff color hex is 0.32, 0.26, 0.00, 0.00. Web safe color of #adbdff is #99ccff. Color #adbdff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111101 | 11111111 |
Octal | 255 | 275 | 377 |
Decimal | 173 | 189 | 255 |
Hex | AD | BD | FF |
Shades of #adbdff
Tints of #adbdff
RGB Percentages of Color #adbdff
CMYK Percentages of Color #adbdff
Complementary Color
#adbdff | #ffefad |
#adbdff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbdff Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbdff Color CSS Codes
.mybgcolor {background-color:#adbdff; } .myforecolor {color:#adbdff; } .mybordercolor {border:3px solid #adbdff; }
#adbdff Text Font Color
<p style="color:#adbdff">Text here</p>
This sample text font color is #adbdff
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.
#adbdff Background Color
<div style="background-color:#adbdff">
Div content here</div>
This div background color is #adbdff
#adbdff Border Color
<div style="border:3px solid #adbdff">
Div here</div>
This div border color is #adbdff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,189,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbdff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbdff; -webkit-box-shadow: 1px 1px 3px 2px #adbdff; box-shadow: 1px 1px 3px 2px #adbdff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,189,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbdff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbdff; -webkit-box-shadow: 1px 1px 3px 2px #adbdff; box-shadow: 1px 1px 3px 2px #adbdff;">
Div content here</div>
This div box has shadow with color #adbdff
Comments
No comments written yet.
Please login to write comment.