Color spaces of #9fcedd
RGB | 159 | 206 | 221 |
---|---|---|---|
HSL | 0.54 | 0.48 | 0.75 |
HSV | 195° | 28° | 87° |
CMYK | 0.28 | 0.07 | 0.00 0.13 |
XYZ | 49.4205 | 56.7340 | 76.7526 |
Yxy | 56.7340 | 0.2702 | 0.3102 |
Hunter Lab | 75.3220 | -14.6955 | -7.6907 |
CIE-Lab | 80.0297 | -11.8594 | -12.4264 |
#9fcedd color RGB value is (159,206,221).
#9fcedd hex color red value is 159, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9fcedd hue: 0.54 , saturation: 0.48 and the lightness value of 9fcedd is 0.75.
The process color (four color CMYK) of #9fcedd color hex is 0.28, 0.07, 0.00, 0.13. Web safe color of #9fcedd is #99cccc. Color #9fcedd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 11001110 | 11011101 |
Octal | 237 | 316 | 335 |
Decimal | 159 | 206 | 221 |
Hex | 9F | CE | DD |
Shades of #9fcedd
Tints of #9fcedd
RGB Percentages of Color #9fcedd
CMYK Percentages of Color #9fcedd
Complementary Color
#9fcedd | #ddae9f |
#9fcedd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9fcedd Color Preview on White Background
Lorem ipsum dolor sit amet.
#9fcedd Color CSS Codes
.mybgcolor {background-color:#9fcedd; } .myforecolor {color:#9fcedd; } .mybordercolor {border:3px solid #9fcedd; }
#9fcedd Text Font Color
<p style="color:#9fcedd">Text here</p>
This sample text font color is #9fcedd
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.
#9fcedd Background Color
<div style="background-color:#9fcedd">
Div content here</div>
This div background color is #9fcedd
#9fcedd Border Color
<div style="border:3px solid #9fcedd">
Div here</div>
This div border color is #9fcedd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,206,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9fcedd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9fcedd; -webkit-box-shadow: 1px 1px 3px 2px #9fcedd; box-shadow: 1px 1px 3px 2px #9fcedd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,206,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 #9fcedd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9fcedd; -webkit-box-shadow: 1px 1px 3px 2px #9fcedd; box-shadow: 1px 1px 3px 2px #9fcedd;">
Div content here</div>
This div box has shadow with color #9fcedd
Comments
No comments written yet.
Please login to write comment.