Color spaces of #8bfcfb
RGB | 139 | 252 | 251 |
---|---|---|---|
HSL | 0.50 | 0.95 | 0.77 |
HSV | 179° | 45° | 99° |
CMYK | 0.45 | 0.00 | 0.00 0.01 |
XYZ | 62.8705 | 82.0748 | 103.7952 |
Yxy | 82.0748 | 0.2528 | 0.3300 |
Hunter Lab | 90.5951 | -34.6675 | -4.5122 |
CIE-Lab | 92.6079 | -32.4855 | -9.5801 |
#8bfcfb color RGB value is (139,252,251).
#8bfcfb hex color red value is 139, green value is 252 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8bfcfb hue: 0.50 , saturation: 0.95 and the lightness value of 8bfcfb is 0.77.
The process color (four color CMYK) of #8bfcfb color hex is 0.45, 0.00, 0.00, 0.01. Web safe color of #8bfcfb is #99ffff. Color #8bfcfb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 11111100 | 11111011 |
Octal | 213 | 374 | 373 |
Decimal | 139 | 252 | 251 |
Hex | 8B | FC | FB |
Shades of #8bfcfb
Tints of #8bfcfb
RGB Percentages of Color #8bfcfb
CMYK Percentages of Color #8bfcfb
Complementary Color
#8bfcfb | #fc8b8c |
#8bfcfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8bfcfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8bfcfb Color CSS Codes
.mybgcolor {background-color:#8bfcfb; } .myforecolor {color:#8bfcfb; } .mybordercolor {border:3px solid #8bfcfb; }
#8bfcfb Text Font Color
<p style="color:#8bfcfb">Text here</p>
This sample text font color is #8bfcfb
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.
#8bfcfb Background Color
<div style="background-color:#8bfcfb">
Div content here</div>
This div background color is #8bfcfb
#8bfcfb Border Color
<div style="border:3px solid #8bfcfb">
Div here</div>
This div border color is #8bfcfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,252,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8bfcfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8bfcfb; -webkit-box-shadow: 1px 1px 3px 2px #8bfcfb; box-shadow: 1px 1px 3px 2px #8bfcfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,252,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 #8bfcfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8bfcfb; -webkit-box-shadow: 1px 1px 3px 2px #8bfcfb; box-shadow: 1px 1px 3px 2px #8bfcfb;">
Div content here</div>
This div box has shadow with color #8bfcfb
Related Colors
Comments
No comments written yet.
Please login to write comment.