Color spaces of #9dcbdc
RGB | 157 | 203 | 220 |
---|---|---|---|
HSL | 0.54 | 0.47 | 0.74 |
HSV | 196° | 29° | 86° |
CMYK | 0.29 | 0.08 | 0.00 0.14 |
XYZ | 48.1788 | 55.0473 | 75.7960 |
Yxy | 55.0473 | 0.2691 | 0.3075 |
Hunter Lab | 74.1939 | -13.9279 | -8.6346 |
CIE-Lab | 79.0685 | -11.1120 | -13.3412 |
#9dcbdc color RGB value is (157,203,220).
#9dcbdc hex color red value is 157, green value is 203 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9dcbdc hue: 0.54 , saturation: 0.47 and the lightness value of 9dcbdc is 0.74.
The process color (four color CMYK) of #9dcbdc color hex is 0.29, 0.08, 0.00, 0.14. Web safe color of #9dcbdc is #99cccc. Color #9dcbdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011101 | 11001011 | 11011100 |
Octal | 235 | 313 | 334 |
Decimal | 157 | 203 | 220 |
Hex | 9D | CB | DC |
Shades of #9dcbdc
Tints of #9dcbdc
RGB Percentages of Color #9dcbdc
CMYK Percentages of Color #9dcbdc
Complementary Color
#9dcbdc | #dcae9d |
#9dcbdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9dcbdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9dcbdc Color CSS Codes
.mybgcolor {background-color:#9dcbdc; } .myforecolor {color:#9dcbdc; } .mybordercolor {border:3px solid #9dcbdc; }
#9dcbdc Text Font Color
<p style="color:#9dcbdc">Text here</p>
This sample text font color is #9dcbdc
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.
#9dcbdc Background Color
<div style="background-color:#9dcbdc">
Div content here</div>
This div background color is #9dcbdc
#9dcbdc Border Color
<div style="border:3px solid #9dcbdc">
Div here</div>
This div border color is #9dcbdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(157,203,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9dcbdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9dcbdc; -webkit-box-shadow: 1px 1px 3px 2px #9dcbdc; box-shadow: 1px 1px 3px 2px #9dcbdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(157,203,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 #9dcbdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9dcbdc; -webkit-box-shadow: 1px 1px 3px 2px #9dcbdc; box-shadow: 1px 1px 3px 2px #9dcbdc;">
Div content here</div>
This div box has shadow with color #9dcbdc
Comments
No comments written yet.
Please login to write comment.