Color spaces of #8bcffb
RGB | 139 | 207 | 251 |
---|---|---|---|
HSL | 0.57 | 0.93 | 0.76 |
HSV | 204° | 45° | 98° |
CMYK | 0.45 | 0.18 | 0.00 0.02 |
XYZ | 50.3729 | 57.0796 | 99.6293 |
Yxy | 57.0796 | 0.2433 | 0.2756 |
Hunter Lab | 75.5510 | -13.2012 | -25.3001 |
CIE-Lab | 80.2243 | -10.1319 | -28.2616 |
#8bcffb color RGB value is (139,207,251).
#8bcffb hex color red value is 139, green value is 207 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8bcffb hue: 0.57 , saturation: 0.93 and the lightness value of 8bcffb is 0.76.
The process color (four color CMYK) of #8bcffb color hex is 0.45, 0.18, 0.00, 0.02. Web safe color of #8bcffb is #99ccff. Color #8bcffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 11001111 | 11111011 |
Octal | 213 | 317 | 373 |
Decimal | 139 | 207 | 251 |
Hex | 8B | CF | FB |
Shades of #8bcffb
Tints of #8bcffb
RGB Percentages of Color #8bcffb
CMYK Percentages of Color #8bcffb
Complementary Color
#8bcffb | #fbb78b |
#8bcffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8bcffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8bcffb Color CSS Codes
.mybgcolor {background-color:#8bcffb; } .myforecolor {color:#8bcffb; } .mybordercolor {border:3px solid #8bcffb; }
#8bcffb Text Font Color
<p style="color:#8bcffb">Text here</p>
This sample text font color is #8bcffb
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.
#8bcffb Background Color
<div style="background-color:#8bcffb">
Div content here</div>
This div background color is #8bcffb
#8bcffb Border Color
<div style="border:3px solid #8bcffb">
Div here</div>
This div border color is #8bcffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,207,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8bcffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8bcffb; -webkit-box-shadow: 1px 1px 3px 2px #8bcffb; box-shadow: 1px 1px 3px 2px #8bcffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,207,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8bcffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8bcffb; -webkit-box-shadow: 1px 1px 3px 2px #8bcffb; box-shadow: 1px 1px 3px 2px #8bcffb;">
Div content here</div>
This div box has shadow with color #8bcffb
Comments
No comments written yet.
Please login to write comment.