Color spaces of #9fccfc
RGB | 159 | 204 | 252 |
---|---|---|---|
HSL | 0.59 | 0.94 | 0.81 |
HSV | 211° | 37° | 99° |
CMYK | 0.37 | 0.19 | 0.00 0.01 |
XYZ | 53.4616 | 57.5849 | 100.3927 |
Yxy | 57.5849 | 0.2528 | 0.2723 |
Hunter Lab | 75.8847 | -7.0431 | -25.3192 |
CIE-Lab | 80.5075 | -3.2455 | -28.2681 |
#9fccfc color RGB value is (159,204,252).
#9fccfc hex color red value is 159, green value is 204 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9fccfc hue: 0.59 , saturation: 0.94 and the lightness value of 9fccfc is 0.81.
The process color (four color CMYK) of #9fccfc color hex is 0.37, 0.19, 0.00, 0.01. Web safe color of #9fccfc is #99ccff. Color #9fccfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 11001100 | 11111100 |
Octal | 237 | 314 | 374 |
Decimal | 159 | 204 | 252 |
Hex | 9F | CC | FC |
Shades of #9fccfc
Tints of #9fccfc
RGB Percentages of Color #9fccfc
CMYK Percentages of Color #9fccfc
Complementary Color
#9fccfc | #fccf9f |
#9fccfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9fccfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9fccfc Color CSS Codes
.mybgcolor {background-color:#9fccfc; } .myforecolor {color:#9fccfc; } .mybordercolor {border:3px solid #9fccfc; }
#9fccfc Text Font Color
<p style="color:#9fccfc">Text here</p>
This sample text font color is #9fccfc
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.
#9fccfc Background Color
<div style="background-color:#9fccfc">
Div content here</div>
This div background color is #9fccfc
#9fccfc Border Color
<div style="border:3px solid #9fccfc">
Div here</div>
This div border color is #9fccfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,204,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9fccfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9fccfc; -webkit-box-shadow: 1px 1px 3px 2px #9fccfc; box-shadow: 1px 1px 3px 2px #9fccfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,204,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9fccfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9fccfc; -webkit-box-shadow: 1px 1px 3px 2px #9fccfc; box-shadow: 1px 1px 3px 2px #9fccfc;">
Div content here</div>
This div box has shadow with color #9fccfc
Comments
No comments written yet.
Please login to write comment.