Color spaces of #8fcbad
RGB | 143 | 203 | 173 |
---|---|---|---|
HSL | 0.42 | 0.37 | 0.68 |
HSV | 150° | 30° | 80° |
CMYK | 0.30 | 0.00 | 0.15 0.20 |
XYZ | 40.2265 | 51.5686 | 47.3687 |
Yxy | 51.5686 | 0.2891 | 0.3706 |
Hunter Lab | 71.8113 | -25.6795 | 11.1586 |
CIE-Lab | 77.0222 | -25.5573 | 8.8384 |
#8fcbad color RGB value is (143,203,173).
#8fcbad hex color red value is 143, green value is 203 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8fcbad hue: 0.42 , saturation: 0.37 and the lightness value of 8fcbad is 0.68.
The process color (four color CMYK) of #8fcbad color hex is 0.30, 0.00, 0.15, 0.20. Web safe color of #8fcbad is #99cc99. Color #8fcbad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 11001011 | 10101101 |
Octal | 217 | 313 | 255 |
Decimal | 143 | 203 | 173 |
Hex | 8F | CB | AD |
Shades of #8fcbad
Tints of #8fcbad
RGB Percentages of Color #8fcbad
CMYK Percentages of Color #8fcbad
Complementary Color
#8fcbad | #cb8fad |
#8fcbad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8fcbad Color Preview on White Background
Lorem ipsum dolor sit amet.
#8fcbad Color CSS Codes
.mybgcolor {background-color:#8fcbad; } .myforecolor {color:#8fcbad; } .mybordercolor {border:3px solid #8fcbad; }
#8fcbad Text Font Color
<p style="color:#8fcbad">Text here</p>
This sample text font color is #8fcbad
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.
#8fcbad Background Color
<div style="background-color:#8fcbad">
Div content here</div>
This div background color is #8fcbad
#8fcbad Border Color
<div style="border:3px solid #8fcbad">
Div here</div>
This div border color is #8fcbad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,203,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8fcbad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8fcbad; -webkit-box-shadow: 1px 1px 3px 2px #8fcbad; box-shadow: 1px 1px 3px 2px #8fcbad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,203,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8fcbad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8fcbad; -webkit-box-shadow: 1px 1px 3px 2px #8fcbad; box-shadow: 1px 1px 3px 2px #8fcbad;">
Div content here</div>
This div box has shadow with color #8fcbad
Comments
No comments written yet.
Please login to write comment.