Color spaces of #8bccfc
RGB | 139 | 204 | 252 |
---|---|---|---|
HSL | 0.57 | 0.95 | 0.77 |
HSV | 205° | 45° | 99° |
CMYK | 0.45 | 0.19 | 0.00 0.01 |
XYZ | 49.8110 | 55.7030 | 100.2219 |
Yxy | 55.7030 | 0.2421 | 0.2708 |
Hunter Lab | 74.6344 | -11.4794 | -27.3727 |
CIE-Lab | 79.4445 | -8.2806 | -29.9904 |
#8bccfc color RGB value is (139,204,252).
#8bccfc hex color red value is 139, green value is 204 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8bccfc hue: 0.57 , saturation: 0.95 and the lightness value of 8bccfc is 0.77.
The process color (four color CMYK) of #8bccfc color hex is 0.45, 0.19, 0.00, 0.01. Web safe color of #8bccfc is #99ccff. Color #8bccfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 11001100 | 11111100 |
Octal | 213 | 314 | 374 |
Decimal | 139 | 204 | 252 |
Hex | 8B | CC | FC |
Shades of #8bccfc
Tints of #8bccfc
RGB Percentages of Color #8bccfc
CMYK Percentages of Color #8bccfc
Complementary Color
#8bccfc | #fcbb8b |
#8bccfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8bccfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8bccfc Color CSS Codes
.mybgcolor {background-color:#8bccfc; } .myforecolor {color:#8bccfc; } .mybordercolor {border:3px solid #8bccfc; }
#8bccfc Text Font Color
<p style="color:#8bccfc">Text here</p>
This sample text font color is #8bccfc
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.
#8bccfc Background Color
<div style="background-color:#8bccfc">
Div content here</div>
This div background color is #8bccfc
#8bccfc Border Color
<div style="border:3px solid #8bccfc">
Div here</div>
This div border color is #8bccfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,204,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8bccfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8bccfc; -webkit-box-shadow: 1px 1px 3px 2px #8bccfc; box-shadow: 1px 1px 3px 2px #8bccfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,204,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 #8bccfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8bccfc; -webkit-box-shadow: 1px 1px 3px 2px #8bccfc; box-shadow: 1px 1px 3px 2px #8bccfc;">
Div content here</div>
This div box has shadow with color #8bccfc
Comments
No comments written yet.
Please login to write comment.