Color spaces of #9dcbbd
RGB | 157 | 203 | 189 |
---|---|---|---|
HSL | 0.45 | 0.31 | 0.71 |
HSV | 162° | 23° | 80° |
CMYK | 0.23 | 0.00 | 0.07 0.20 |
XYZ | 44.4459 | 53.5541 | 56.1385 |
Yxy | 53.5541 | 0.2884 | 0.3474 |
Hunter Lab | 73.1807 | -19.6551 | 5.7438 |
CIE-Lab | 78.2010 | -17.9471 | 2.0429 |
#9dcbbd color RGB value is (157,203,189).
#9dcbbd hex color red value is 157, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9dcbbd hue: 0.45 , saturation: 0.31 and the lightness value of 9dcbbd is 0.71.
The process color (four color CMYK) of #9dcbbd color hex is 0.23, 0.00, 0.07, 0.20. Web safe color of #9dcbbd is #99cccc. Color #9dcbbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011101 | 11001011 | 10111101 |
Octal | 235 | 313 | 275 |
Decimal | 157 | 203 | 189 |
Hex | 9D | CB | BD |
Shades of #9dcbbd
Tints of #9dcbbd
RGB Percentages of Color #9dcbbd
CMYK Percentages of Color #9dcbbd
Complementary Color
#9dcbbd | #cb9dab |
#9dcbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9dcbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#9dcbbd Color CSS Codes
.mybgcolor {background-color:#9dcbbd; } .myforecolor {color:#9dcbbd; } .mybordercolor {border:3px solid #9dcbbd; }
#9dcbbd Text Font Color
<p style="color:#9dcbbd">Text here</p>
This sample text font color is #9dcbbd
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.
#9dcbbd Background Color
<div style="background-color:#9dcbbd">
Div content here</div>
This div background color is #9dcbbd
#9dcbbd Border Color
<div style="border:3px solid #9dcbbd">
Div here</div>
This div border color is #9dcbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(157,203,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9dcbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9dcbbd; -webkit-box-shadow: 1px 1px 3px 2px #9dcbbd; box-shadow: 1px 1px 3px 2px #9dcbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(157,203,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9dcbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9dcbbd; -webkit-box-shadow: 1px 1px 3px 2px #9dcbbd; box-shadow: 1px 1px 3px 2px #9dcbbd;">
Div content here</div>
This div box has shadow with color #9dcbbd
Comments
No comments written yet.
Please login to write comment.