Color spaces of #8fcbbf
RGB | 143 | 203 | 191 |
---|---|---|---|
HSL | 0.47 | 0.37 | 0.68 |
HSV | 168° | 30° | 80° |
CMYK | 0.30 | 0.00 | 0.06 0.20 |
XYZ | 42.0876 | 52.3131 | 57.1694 |
Yxy | 52.3131 | 0.2777 | 0.3451 |
Hunter Lab | 72.3278 | -22.7044 | 3.7654 |
CIE-Lab | 77.4677 | -21.7753 | -0.1972 |
#8fcbbf color RGB value is (143,203,191).
#8fcbbf hex color red value is 143, green value is 203 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8fcbbf hue: 0.47 , saturation: 0.37 and the lightness value of 8fcbbf is 0.68.
The process color (four color CMYK) of #8fcbbf color hex is 0.30, 0.00, 0.06, 0.20. Web safe color of #8fcbbf is #99cccc. Color #8fcbbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 11001011 | 10111111 |
Octal | 217 | 313 | 277 |
Decimal | 143 | 203 | 191 |
Hex | 8F | CB | BF |
Shades of #8fcbbf
Tints of #8fcbbf
RGB Percentages of Color #8fcbbf
CMYK Percentages of Color #8fcbbf
Complementary Color
#8fcbbf | #cb8f9b |
#8fcbbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8fcbbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#8fcbbf Color CSS Codes
.mybgcolor {background-color:#8fcbbf; } .myforecolor {color:#8fcbbf; } .mybordercolor {border:3px solid #8fcbbf; }
#8fcbbf Text Font Color
<p style="color:#8fcbbf">Text here</p>
This sample text font color is #8fcbbf
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.
#8fcbbf Background Color
<div style="background-color:#8fcbbf">
Div content here</div>
This div background color is #8fcbbf
#8fcbbf Border Color
<div style="border:3px solid #8fcbbf">
Div here</div>
This div border color is #8fcbbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,203,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8fcbbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8fcbbf; -webkit-box-shadow: 1px 1px 3px 2px #8fcbbf; box-shadow: 1px 1px 3px 2px #8fcbbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,203,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8fcbbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8fcbbf; -webkit-box-shadow: 1px 1px 3px 2px #8fcbbf; box-shadow: 1px 1px 3px 2px #8fcbbf;">
Div content here</div>
This div box has shadow with color #8fcbbf
Comments
No comments written yet.
Please login to write comment.