Color spaces of #adbffc
RGB | 173 | 191 | 252 |
---|---|---|---|
HSL | 0.63 | 0.93 | 0.83 |
HSV | 226° | 31° | 99° |
CMYK | 0.31 | 0.24 | 0.00 0.01 |
XYZ | 53.4351 | 53.1741 | 99.5428 |
Yxy | 53.1741 | 0.2592 | 0.2579 |
Hunter Lab | 72.9206 | 3.1911 | -29.8915 |
CIE-Lab | 77.9777 | 7.5905 | -32.0789 |
#adbffc color RGB value is (173,191,252).
#adbffc hex color red value is 173, green value is 191 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #adbffc hue: 0.63 , saturation: 0.93 and the lightness value of adbffc is 0.83.
The process color (four color CMYK) of #adbffc color hex is 0.31, 0.24, 0.00, 0.01. Web safe color of #adbffc is #99ccff. Color #adbffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111111 | 11111100 |
Octal | 255 | 277 | 374 |
Decimal | 173 | 191 | 252 |
Hex | AD | BF | FC |
Shades of #adbffc
Tints of #adbffc
RGB Percentages of Color #adbffc
CMYK Percentages of Color #adbffc
Complementary Color
#adbffc | #fceaad |
#adbffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbffc Color CSS Codes
.mybgcolor {background-color:#adbffc; } .myforecolor {color:#adbffc; } .mybordercolor {border:3px solid #adbffc; }
#adbffc Text Font Color
<p style="color:#adbffc">Text here</p>
This sample text font color is #adbffc
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.
#adbffc Background Color
<div style="background-color:#adbffc">
Div content here</div>
This div background color is #adbffc
#adbffc Border Color
<div style="border:3px solid #adbffc">
Div here</div>
This div border color is #adbffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,191,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbffc; -webkit-box-shadow: 1px 1px 3px 2px #adbffc; box-shadow: 1px 1px 3px 2px #adbffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,191,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbffc; -webkit-box-shadow: 1px 1px 3px 2px #adbffc; box-shadow: 1px 1px 3px 2px #adbffc;">
Div content here</div>
This div box has shadow with color #adbffc
Comments
No comments written yet.
Please login to write comment.