Color spaces of #babcdf
RGB | 186 | 188 | 223 |
---|---|---|---|
HSL | 0.66 | 0.37 | 0.80 |
HSV | 237° | 17° | 87° |
CMYK | 0.17 | 0.16 | 0.00 0.13 |
XYZ | 51.5522 | 51.7333 | 77.0805 |
Yxy | 51.7333 | 0.2858 | 0.2868 |
Hunter Lab | 71.9259 | 2.0680 | -13.1910 |
CIE-Lab | 77.1211 | 6.3775 | -17.6945 |
#babcdf color RGB value is (186,188,223).
#babcdf hex color red value is 186, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #babcdf hue: 0.66 , saturation: 0.37 and the lightness value of babcdf is 0.80.
The process color (four color CMYK) of #babcdf color hex is 0.17, 0.16, 0.00, 0.13. Web safe color of #babcdf is #cccccc. Color #babcdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10111100 | 11011111 |
Octal | 272 | 274 | 337 |
Decimal | 186 | 188 | 223 |
Hex | BA | BC | DF |
Shades of #babcdf
Tints of #babcdf
RGB Percentages of Color #babcdf
CMYK Percentages of Color #babcdf
Complementary Color
#babcdf | #dfddba |
#babcdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#babcdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#babcdf Color CSS Codes
.mybgcolor {background-color:#babcdf; } .myforecolor {color:#babcdf; } .mybordercolor {border:3px solid #babcdf; }
#babcdf Text Font Color
<p style="color:#babcdf">Text here</p>
This sample text font color is #babcdf
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.
#babcdf Background Color
<div style="background-color:#babcdf">
Div content here</div>
This div background color is #babcdf
#babcdf Border Color
<div style="border:3px solid #babcdf">
Div here</div>
This div border color is #babcdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,188,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #babcdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #babcdf; -webkit-box-shadow: 1px 1px 3px 2px #babcdf; box-shadow: 1px 1px 3px 2px #babcdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,188,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #babcdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #babcdf; -webkit-box-shadow: 1px 1px 3px 2px #babcdf; box-shadow: 1px 1px 3px 2px #babcdf;">
Div content here</div>
This div box has shadow with color #babcdf
Comments
No comments written yet.
Please login to write comment.