Color spaces of #8bbffc
RGB | 139 | 191 | 252 |
---|---|---|---|
HSL | 0.59 | 0.95 | 0.77 |
HSV | 212° | 45° | 99° |
CMYK | 0.45 | 0.24 | 0.00 0.01 |
XYZ | 46.8490 | 49.7788 | 99.2345 |
Yxy | 49.7788 | 0.2392 | 0.2542 |
Hunter Lab | 70.5541 | -4.9429 | -34.0037 |
CIE-Lab | 75.9333 | -1.3004 | -35.4031 |
#8bbffc color RGB value is (139,191,252).
#8bbffc hex color red value is 139, green value is 191 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8bbffc hue: 0.59 , saturation: 0.95 and the lightness value of 8bbffc is 0.77.
The process color (four color CMYK) of #8bbffc color hex is 0.45, 0.24, 0.00, 0.01. Web safe color of #8bbffc is #99ccff. Color #8bbffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 10111111 | 11111100 |
Octal | 213 | 277 | 374 |
Decimal | 139 | 191 | 252 |
Hex | 8B | BF | FC |
Shades of #8bbffc
Tints of #8bbffc
RGB Percentages of Color #8bbffc
CMYK Percentages of Color #8bbffc
Complementary Color
#8bbffc | #fcc88b |
#8bbffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8bbffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8bbffc Color CSS Codes
.mybgcolor {background-color:#8bbffc; } .myforecolor {color:#8bbffc; } .mybordercolor {border:3px solid #8bbffc; }
#8bbffc Text Font Color
<p style="color:#8bbffc">Text here</p>
This sample text font color is #8bbffc
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.
#8bbffc Background Color
<div style="background-color:#8bbffc">
Div content here</div>
This div background color is #8bbffc
#8bbffc Border Color
<div style="border:3px solid #8bbffc">
Div here</div>
This div border color is #8bbffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,191,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8bbffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8bbffc; -webkit-box-shadow: 1px 1px 3px 2px #8bbffc; box-shadow: 1px 1px 3px 2px #8bbffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,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 #8bbffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8bbffc; -webkit-box-shadow: 1px 1px 3px 2px #8bbffc; box-shadow: 1px 1px 3px 2px #8bbffc;">
Div content here</div>
This div box has shadow with color #8bbffc
Comments
No comments written yet.
Please login to write comment.