Color spaces of #8fbece
RGB | 143 | 190 | 206 |
---|---|---|---|
HSL | 0.54 | 0.39 | 0.68 |
HSV | 195° | 31° | 81° |
CMYK | 0.31 | 0.08 | 0.00 0.19 |
XYZ | 40.8817 | 47.1228 | 65.3334 |
Yxy | 47.1228 | 0.2666 | 0.3073 |
Hunter Lab | 68.6460 | -13.8261 | -8.3766 |
CIE-Lab | 74.2682 | -11.6598 | -13.0547 |
#8fbece color RGB value is (143,190,206).
#8fbece hex color red value is 143, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8fbece hue: 0.54 , saturation: 0.39 and the lightness value of 8fbece is 0.68.
The process color (four color CMYK) of #8fbece color hex is 0.31, 0.08, 0.00, 0.19. Web safe color of #8fbece is #99cccc. Color #8fbece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 10111110 | 11001110 |
Octal | 217 | 276 | 316 |
Decimal | 143 | 190 | 206 |
Hex | 8F | BE | CE |
Shades of #8fbece
Tints of #8fbece
RGB Percentages of Color #8fbece
CMYK Percentages of Color #8fbece
Complementary Color
#8fbece | #ce9f8f |
#8fbece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8fbece Color Preview on White Background
Lorem ipsum dolor sit amet.
#8fbece Color CSS Codes
.mybgcolor {background-color:#8fbece; } .myforecolor {color:#8fbece; } .mybordercolor {border:3px solid #8fbece; }
#8fbece Text Font Color
<p style="color:#8fbece">Text here</p>
This sample text font color is #8fbece
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.
#8fbece Background Color
<div style="background-color:#8fbece">
Div content here</div>
This div background color is #8fbece
#8fbece Border Color
<div style="border:3px solid #8fbece">
Div here</div>
This div border color is #8fbece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,190,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8fbece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8fbece; -webkit-box-shadow: 1px 1px 3px 2px #8fbece; box-shadow: 1px 1px 3px 2px #8fbece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,190,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8fbece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8fbece; -webkit-box-shadow: 1px 1px 3px 2px #8fbece; box-shadow: 1px 1px 3px 2px #8fbece;">
Div content here</div>
This div box has shadow with color #8fbece
Comments
No comments written yet.
Please login to write comment.