Color spaces of #8fcdce
RGB | 143 | 205 | 206 |
---|---|---|---|
HSL | 0.50 | 0.39 | 0.68 |
HSV | 181° | 31° | 81° |
CMYK | 0.31 | 0.00 | 0.00 0.19 |
XYZ | 44.2996 | 53.9585 | 66.4727 |
Yxy | 53.9585 | 0.2689 | 0.3276 |
Hunter Lab | 73.4564 | -20.9003 | -2.2336 |
CIE-Lab | 78.4375 | -19.3928 | -6.8412 |
#8fcdce color RGB value is (143,205,206).
#8fcdce hex color red value is 143, green value is 205 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8fcdce hue: 0.50 , saturation: 0.39 and the lightness value of 8fcdce is 0.68.
The process color (four color CMYK) of #8fcdce color hex is 0.31, 0.00, 0.00, 0.19. Web safe color of #8fcdce is #99cccc. Color #8fcdce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 11001101 | 11001110 |
Octal | 217 | 315 | 316 |
Decimal | 143 | 205 | 206 |
Hex | 8F | CD | CE |
Shades of #8fcdce
Tints of #8fcdce
RGB Percentages of Color #8fcdce
CMYK Percentages of Color #8fcdce
Complementary Color
#8fcdce | #ce908f |
#8fcdce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8fcdce Color Preview on White Background
Lorem ipsum dolor sit amet.
#8fcdce Color CSS Codes
.mybgcolor {background-color:#8fcdce; } .myforecolor {color:#8fcdce; } .mybordercolor {border:3px solid #8fcdce; }
#8fcdce Text Font Color
<p style="color:#8fcdce">Text here</p>
This sample text font color is #8fcdce
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.
#8fcdce Background Color
<div style="background-color:#8fcdce">
Div content here</div>
This div background color is #8fcdce
#8fcdce Border Color
<div style="border:3px solid #8fcdce">
Div here</div>
This div border color is #8fcdce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,205,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8fcdce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8fcdce; -webkit-box-shadow: 1px 1px 3px 2px #8fcdce; box-shadow: 1px 1px 3px 2px #8fcdce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,205,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 #8fcdce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8fcdce; -webkit-box-shadow: 1px 1px 3px 2px #8fcdce; box-shadow: 1px 1px 3px 2px #8fcdce;">
Div content here</div>
This div box has shadow with color #8fcdce
Comments
No comments written yet.
Please login to write comment.