Color spaces of #9fdbdc
RGB | 159 | 219 | 220 |
---|---|---|---|
HSL | 0.50 | 0.47 | 0.74 |
HSV | 181° | 28° | 86° |
CMYK | 0.28 | 0.00 | 0.00 0.14 |
XYZ | 52.5479 | 63.2013 | 77.1396 |
Yxy | 63.2013 | 0.2724 | 0.3277 |
Hunter Lab | 79.4992 | -21.1377 | -1.8807 |
CIE-Lab | 83.5482 | -18.7169 | -6.6588 |
#9fdbdc color RGB value is (159,219,220).
#9fdbdc hex color red value is 159, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9fdbdc hue: 0.50 , saturation: 0.47 and the lightness value of 9fdbdc is 0.74.
The process color (four color CMYK) of #9fdbdc color hex is 0.28, 0.00, 0.00, 0.14. Web safe color of #9fdbdc is #99cccc. Color #9fdbdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 11011011 | 11011100 |
Octal | 237 | 333 | 334 |
Decimal | 159 | 219 | 220 |
Hex | 9F | DB | DC |
Shades of #9fdbdc
Tints of #9fdbdc
RGB Percentages of Color #9fdbdc
CMYK Percentages of Color #9fdbdc
Complementary Color
#9fdbdc | #dca09f |
#9fdbdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9fdbdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9fdbdc Color CSS Codes
.mybgcolor {background-color:#9fdbdc; } .myforecolor {color:#9fdbdc; } .mybordercolor {border:3px solid #9fdbdc; }
#9fdbdc Text Font Color
<p style="color:#9fdbdc">Text here</p>
This sample text font color is #9fdbdc
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.
#9fdbdc Background Color
<div style="background-color:#9fdbdc">
Div content here</div>
This div background color is #9fdbdc
#9fdbdc Border Color
<div style="border:3px solid #9fdbdc">
Div here</div>
This div border color is #9fdbdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,219,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9fdbdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9fdbdc; -webkit-box-shadow: 1px 1px 3px 2px #9fdbdc; box-shadow: 1px 1px 3px 2px #9fdbdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,219,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9fdbdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9fdbdc; -webkit-box-shadow: 1px 1px 3px 2px #9fdbdc; box-shadow: 1px 1px 3px 2px #9fdbdc;">
Div content here</div>
This div box has shadow with color #9fdbdc
Comments
No comments written yet.
Please login to write comment.