Color spaces of #adbcfc
RGB | 173 | 188 | 252 |
---|---|---|---|
HSL | 0.64 | 0.93 | 0.83 |
HSV | 229° | 31° | 99° |
CMYK | 0.31 | 0.25 | 0.00 0.01 |
XYZ | 52.7875 | 51.8790 | 99.3269 |
Yxy | 51.8790 | 0.2588 | 0.2543 |
Hunter Lab | 72.0271 | 4.7724 | -31.3432 |
CIE-Lab | 77.2084 | 9.2323 | -33.2648 |
#adbcfc color RGB value is (173,188,252).
#adbcfc hex color red value is 173, green value is 188 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #adbcfc hue: 0.64 , saturation: 0.93 and the lightness value of adbcfc is 0.83.
The process color (four color CMYK) of #adbcfc color hex is 0.31, 0.25, 0.00, 0.01. Web safe color of #adbcfc is #99ccff. Color #adbcfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111100 | 11111100 |
Octal | 255 | 274 | 374 |
Decimal | 173 | 188 | 252 |
Hex | AD | BC | FC |
Shades of #adbcfc
Tints of #adbcfc
RGB Percentages of Color #adbcfc
CMYK Percentages of Color #adbcfc
Complementary Color
#adbcfc | #fcedad |
#adbcfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbcfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbcfc Color CSS Codes
.mybgcolor {background-color:#adbcfc; } .myforecolor {color:#adbcfc; } .mybordercolor {border:3px solid #adbcfc; }
#adbcfc Text Font Color
<p style="color:#adbcfc">Text here</p>
This sample text font color is #adbcfc
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.
#adbcfc Background Color
<div style="background-color:#adbcfc">
Div content here</div>
This div background color is #adbcfc
#adbcfc Border Color
<div style="border:3px solid #adbcfc">
Div here</div>
This div border color is #adbcfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,188,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbcfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbcfc; -webkit-box-shadow: 1px 1px 3px 2px #adbcfc; box-shadow: 1px 1px 3px 2px #adbcfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,188,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 #adbcfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbcfc; -webkit-box-shadow: 1px 1px 3px 2px #adbcfc; box-shadow: 1px 1px 3px 2px #adbcfc;">
Div content here</div>
This div box has shadow with color #adbcfc
Comments
No comments written yet.
Please login to write comment.