Color spaces of #9dcfcb
RGB | 157 | 207 | 203 |
---|---|---|---|
HSL | 0.49 | 0.34 | 0.71 |
HSV | 175° | 24° | 81° |
CMYK | 0.24 | 0.00 | 0.02 0.19 |
XYZ | 46.9969 | 56.1055 | 64.8524 |
Yxy | 56.1055 | 0.2798 | 0.3341 |
Hunter Lab | 74.9036 | -19.0847 | 1.0986 |
CIE-Lab | 79.6738 | -17.0082 | -3.3198 |
#9dcfcb color RGB value is (157,207,203).
#9dcfcb hex color red value is 157, green value is 207 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9dcfcb hue: 0.49 , saturation: 0.34 and the lightness value of 9dcfcb is 0.71.
The process color (four color CMYK) of #9dcfcb color hex is 0.24, 0.00, 0.02, 0.19. Web safe color of #9dcfcb is #99cccc. Color #9dcfcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011101 | 11001111 | 11001011 |
Octal | 235 | 317 | 313 |
Decimal | 157 | 207 | 203 |
Hex | 9D | CF | CB |
Shades of #9dcfcb
Tints of #9dcfcb
RGB Percentages of Color #9dcfcb
CMYK Percentages of Color #9dcfcb
Complementary Color
#9dcfcb | #cf9da1 |
#9dcfcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9dcfcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9dcfcb Color CSS Codes
.mybgcolor {background-color:#9dcfcb; } .myforecolor {color:#9dcfcb; } .mybordercolor {border:3px solid #9dcfcb; }
#9dcfcb Text Font Color
<p style="color:#9dcfcb">Text here</p>
This sample text font color is #9dcfcb
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.
#9dcfcb Background Color
<div style="background-color:#9dcfcb">
Div content here</div>
This div background color is #9dcfcb
#9dcfcb Border Color
<div style="border:3px solid #9dcfcb">
Div here</div>
This div border color is #9dcfcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(157,207,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9dcfcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9dcfcb; -webkit-box-shadow: 1px 1px 3px 2px #9dcfcb; box-shadow: 1px 1px 3px 2px #9dcfcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(157,207,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 #9dcfcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9dcfcb; -webkit-box-shadow: 1px 1px 3px 2px #9dcfcb; box-shadow: 1px 1px 3px 2px #9dcfcb;">
Div content here</div>
This div box has shadow with color #9dcfcb
Comments
No comments written yet.
Please login to write comment.