Color spaces of #9dbccb
RGB | 157 | 188 | 203 |
---|---|---|---|
HSL | 0.55 | 0.31 | 0.71 |
HSV | 200° | 23° | 80° |
CMYK | 0.23 | 0.07 | 0.00 0.20 |
XYZ | 42.6673 | 47.4463 | 63.4092 |
Yxy | 47.4463 | 0.2779 | 0.3091 |
Hunter Lab | 68.8813 | -9.9735 | -6.3630 |
CIE-Lab | 74.4743 | -7.1313 | -11.0268 |
#9dbccb color RGB value is (157,188,203).
#9dbccb hex color red value is 157, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9dbccb hue: 0.55 , saturation: 0.31 and the lightness value of 9dbccb is 0.71.
The process color (four color CMYK) of #9dbccb color hex is 0.23, 0.07, 0.00, 0.20. Web safe color of #9dbccb is #99cccc. Color #9dbccb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011101 | 10111100 | 11001011 |
Octal | 235 | 274 | 313 |
Decimal | 157 | 188 | 203 |
Hex | 9D | BC | CB |
Shades of #9dbccb
Tints of #9dbccb
RGB Percentages of Color #9dbccb
CMYK Percentages of Color #9dbccb
Complementary Color
#9dbccb | #cbac9d |
#9dbccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9dbccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9dbccb Color CSS Codes
.mybgcolor {background-color:#9dbccb; } .myforecolor {color:#9dbccb; } .mybordercolor {border:3px solid #9dbccb; }
#9dbccb Text Font Color
<p style="color:#9dbccb">Text here</p>
This sample text font color is #9dbccb
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.
#9dbccb Background Color
<div style="background-color:#9dbccb">
Div content here</div>
This div background color is #9dbccb
#9dbccb Border Color
<div style="border:3px solid #9dbccb">
Div here</div>
This div border color is #9dbccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(157,188,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9dbccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9dbccb; -webkit-box-shadow: 1px 1px 3px 2px #9dbccb; box-shadow: 1px 1px 3px 2px #9dbccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(157,188,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9dbccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9dbccb; -webkit-box-shadow: 1px 1px 3px 2px #9dbccb; box-shadow: 1px 1px 3px 2px #9dbccb;">
Div content here</div>
This div box has shadow with color #9dbccb
Comments
No comments written yet.
Please login to write comment.