Color spaces of #8fbfdd
RGB | 143 | 191 | 221 |
---|---|---|---|
HSL | 0.56 | 0.53 | 0.71 |
HSV | 203° | 35° | 87° |
CMYK | 0.35 | 0.14 | 0.00 0.13 |
XYZ | 43.0096 | 48.3217 | 75.4668 |
Yxy | 48.3217 | 0.2579 | 0.2897 |
Hunter Lab | 69.5138 | -11.2076 | -15.7078 |
CIE-Lab | 75.0274 | -8.4940 | -20.0516 |
#8fbfdd color RGB value is (143,191,221).
#8fbfdd hex color red value is 143, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8fbfdd hue: 0.56 , saturation: 0.53 and the lightness value of 8fbfdd is 0.71.
The process color (four color CMYK) of #8fbfdd color hex is 0.35, 0.14, 0.00, 0.13. Web safe color of #8fbfdd is #99cccc. Color #8fbfdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 10111111 | 11011101 |
Octal | 217 | 277 | 335 |
Decimal | 143 | 191 | 221 |
Hex | 8F | BF | DD |
Shades of #8fbfdd
Tints of #8fbfdd
RGB Percentages of Color #8fbfdd
CMYK Percentages of Color #8fbfdd
Complementary Color
#8fbfdd | #ddad8f |
#8fbfdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8fbfdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#8fbfdd Color CSS Codes
.mybgcolor {background-color:#8fbfdd; } .myforecolor {color:#8fbfdd; } .mybordercolor {border:3px solid #8fbfdd; }
#8fbfdd Text Font Color
<p style="color:#8fbfdd">Text here</p>
This sample text font color is #8fbfdd
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.
#8fbfdd Background Color
<div style="background-color:#8fbfdd">
Div content here</div>
This div background color is #8fbfdd
#8fbfdd Border Color
<div style="border:3px solid #8fbfdd">
Div here</div>
This div border color is #8fbfdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,191,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8fbfdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8fbfdd; -webkit-box-shadow: 1px 1px 3px 2px #8fbfdd; box-shadow: 1px 1px 3px 2px #8fbfdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,191,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8fbfdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8fbfdd; -webkit-box-shadow: 1px 1px 3px 2px #8fbfdd; box-shadow: 1px 1px 3px 2px #8fbfdd;">
Div content here</div>
This div box has shadow with color #8fbfdd
Comments
No comments written yet.
Please login to write comment.