Color spaces of #8fdade
RGB | 143 | 218 | 222 |
---|---|---|---|
HSL | 0.51 | 0.54 | 0.72 |
HSV | 183° | 36° | 87° |
CMYK | 0.36 | 0.02 | 0.00 0.13 |
XYZ | 49.5839 | 61.2564 | 78.3176 |
Yxy | 61.2564 | 0.2621 | 0.3238 |
Hunter Lab | 78.2665 | -23.8818 | -4.5422 |
CIE-Lab | 82.5164 | -22.1351 | -9.3408 |
#8fdade color RGB value is (143,218,222).
#8fdade hex color red value is 143, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8fdade hue: 0.51 , saturation: 0.54 and the lightness value of 8fdade is 0.72.
The process color (four color CMYK) of #8fdade color hex is 0.36, 0.02, 0.00, 0.13. Web safe color of #8fdade is #99cccc. Color #8fdade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 11011010 | 11011110 |
Octal | 217 | 332 | 336 |
Decimal | 143 | 218 | 222 |
Hex | 8F | DA | DE |
Shades of #8fdade
Tints of #8fdade
RGB Percentages of Color #8fdade
CMYK Percentages of Color #8fdade
Complementary Color
#8fdade | #de938f |
#8fdade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8fdade Color Preview on White Background
Lorem ipsum dolor sit amet.
#8fdade Color CSS Codes
.mybgcolor {background-color:#8fdade; } .myforecolor {color:#8fdade; } .mybordercolor {border:3px solid #8fdade; }
#8fdade Text Font Color
<p style="color:#8fdade">Text here</p>
This sample text font color is #8fdade
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.
#8fdade Background Color
<div style="background-color:#8fdade">
Div content here</div>
This div background color is #8fdade
#8fdade Border Color
<div style="border:3px solid #8fdade">
Div here</div>
This div border color is #8fdade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,218,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8fdade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8fdade; -webkit-box-shadow: 1px 1px 3px 2px #8fdade; box-shadow: 1px 1px 3px 2px #8fdade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,218,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8fdade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8fdade; -webkit-box-shadow: 1px 1px 3px 2px #8fdade; box-shadow: 1px 1px 3px 2px #8fdade;">
Div content here</div>
This div box has shadow with color #8fdade
Comments
No comments written yet.
Please login to write comment.