Color spaces of #8fdde6
RGB | 143 | 221 | 230 |
---|---|---|---|
HSL | 0.52 | 0.64 | 0.73 |
HSV | 186° | 38° | 90° |
CMYK | 0.38 | 0.04 | 0.00 0.10 |
XYZ | 51.4671 | 63.2657 | 84.3618 |
Yxy | 63.2657 | 0.2585 | 0.3178 |
Hunter Lab | 79.5397 | -23.6941 | -7.2066 |
CIE-Lab | 83.5820 | -21.6956 | -11.9996 |
#8fdde6 color RGB value is (143,221,230).
#8fdde6 hex color red value is 143, green value is 221 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #8fdde6 hue: 0.52 , saturation: 0.64 and the lightness value of 8fdde6 is 0.73.
The process color (four color CMYK) of #8fdde6 color hex is 0.38, 0.04, 0.00, 0.10. Web safe color of #8fdde6 is #99ccff. Color #8fdde6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 11011101 | 11100110 |
Octal | 217 | 335 | 346 |
Decimal | 143 | 221 | 230 |
Hex | 8F | DD | E6 |
Shades of #8fdde6
Tints of #8fdde6
RGB Percentages of Color #8fdde6
CMYK Percentages of Color #8fdde6
Complementary Color
#8fdde6 | #e6988f |
#8fdde6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8fdde6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#8fdde6 Color CSS Codes
.mybgcolor {background-color:#8fdde6; } .myforecolor {color:#8fdde6; } .mybordercolor {border:3px solid #8fdde6; }
#8fdde6 Text Font Color
<p style="color:#8fdde6">Text here</p>
This sample text font color is #8fdde6
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.
#8fdde6 Background Color
<div style="background-color:#8fdde6">
Div content here</div>
This div background color is #8fdde6
#8fdde6 Border Color
<div style="border:3px solid #8fdde6">
Div here</div>
This div border color is #8fdde6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,221,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8fdde6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8fdde6; -webkit-box-shadow: 1px 1px 3px 2px #8fdde6; box-shadow: 1px 1px 3px 2px #8fdde6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,221,230, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8fdde6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8fdde6; -webkit-box-shadow: 1px 1px 3px 2px #8fdde6; box-shadow: 1px 1px 3px 2px #8fdde6;">
Div content here</div>
This div box has shadow with color #8fdde6
Comments
No comments written yet.
Please login to write comment.