Color spaces of #9dbfca
RGB | 157 | 191 | 202 |
---|---|---|---|
HSL | 0.54 | 0.30 | 0.70 |
HSV | 195° | 22° | 79° |
CMYK | 0.22 | 0.05 | 0.00 0.21 |
XYZ | 43.1961 | 48.6940 | 62.9993 |
Yxy | 48.6940 | 0.2789 | 0.3144 |
Hunter Lab | 69.7811 | -11.6213 | -4.6810 |
CIE-Lab | 75.2606 | -8.9450 | -9.3106 |
#9dbfca color RGB value is (157,191,202).
#9dbfca hex color red value is 157, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9dbfca hue: 0.54 , saturation: 0.30 and the lightness value of 9dbfca is 0.70.
The process color (four color CMYK) of #9dbfca color hex is 0.22, 0.05, 0.00, 0.21. Web safe color of #9dbfca is #99cccc. Color #9dbfca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011101 | 10111111 | 11001010 |
Octal | 235 | 277 | 312 |
Decimal | 157 | 191 | 202 |
Hex | 9D | BF | CA |
Shades of #9dbfca
Tints of #9dbfca
RGB Percentages of Color #9dbfca
CMYK Percentages of Color #9dbfca
Complementary Color
#9dbfca | #caa89d |
#9dbfca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9dbfca Color Preview on White Background
Lorem ipsum dolor sit amet.
#9dbfca Color CSS Codes
.mybgcolor {background-color:#9dbfca; } .myforecolor {color:#9dbfca; } .mybordercolor {border:3px solid #9dbfca; }
#9dbfca Text Font Color
<p style="color:#9dbfca">Text here</p>
This sample text font color is #9dbfca
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.
#9dbfca Background Color
<div style="background-color:#9dbfca">
Div content here</div>
This div background color is #9dbfca
#9dbfca Border Color
<div style="border:3px solid #9dbfca">
Div here</div>
This div border color is #9dbfca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(157,191,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9dbfca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9dbfca; -webkit-box-shadow: 1px 1px 3px 2px #9dbfca; box-shadow: 1px 1px 3px 2px #9dbfca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(157,191,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9dbfca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9dbfca; -webkit-box-shadow: 1px 1px 3px 2px #9dbfca; box-shadow: 1px 1px 3px 2px #9dbfca;">
Div content here</div>
This div box has shadow with color #9dbfca
Comments
No comments written yet.
Please login to write comment.