Color spaces of #9dcffa
RGB | 157 | 207 | 250 |
---|---|---|---|
HSL | 0.58 | 0.90 | 0.80 |
HSV | 208° | 37° | 98° |
CMYK | 0.37 | 0.17 | 0.00 0.02 |
XYZ | 53.4728 | 58.6959 | 98.9536 |
Yxy | 58.6959 | 0.2533 | 0.2780 |
Hunter Lab | 76.6132 | -9.4878 | -22.9496 |
CIE-Lab | 81.1242 | -5.8749 | -26.2702 |
#9dcffa color RGB value is (157,207,250).
#9dcffa hex color red value is 157, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9dcffa hue: 0.58 , saturation: 0.90 and the lightness value of 9dcffa is 0.80.
The process color (four color CMYK) of #9dcffa color hex is 0.37, 0.17, 0.00, 0.02. Web safe color of #9dcffa is #99ccff. Color #9dcffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011101 | 11001111 | 11111010 |
Octal | 235 | 317 | 372 |
Decimal | 157 | 207 | 250 |
Hex | 9D | CF | FA |
Shades of #9dcffa
Tints of #9dcffa
RGB Percentages of Color #9dcffa
CMYK Percentages of Color #9dcffa
Complementary Color
#9dcffa | #fac89d |
#9dcffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9dcffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#9dcffa Color CSS Codes
.mybgcolor {background-color:#9dcffa; } .myforecolor {color:#9dcffa; } .mybordercolor {border:3px solid #9dcffa; }
#9dcffa Text Font Color
<p style="color:#9dcffa">Text here</p>
This sample text font color is #9dcffa
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.
#9dcffa Background Color
<div style="background-color:#9dcffa">
Div content here</div>
This div background color is #9dcffa
#9dcffa Border Color
<div style="border:3px solid #9dcffa">
Div here</div>
This div border color is #9dcffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(157,207,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9dcffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9dcffa; -webkit-box-shadow: 1px 1px 3px 2px #9dcffa; box-shadow: 1px 1px 3px 2px #9dcffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(157,207,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9dcffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9dcffa; -webkit-box-shadow: 1px 1px 3px 2px #9dcffa; box-shadow: 1px 1px 3px 2px #9dcffa;">
Div content here</div>
This div box has shadow with color #9dcffa
Comments
No comments written yet.
Please login to write comment.