Color spaces of #babcfb
RGB | 186 | 188 | 251 |
---|---|---|---|
HSL | 0.66 | 0.89 | 0.86 |
HSV | 238° | 26° | 98° |
CMYK | 0.26 | 0.25 | 0.00 0.02 |
XYZ | 55.6455 | 53.3706 | 98.6355 |
Yxy | 53.3706 | 0.2680 | 0.2570 |
Hunter Lab | 73.0552 | 8.1153 | -28.9118 |
CIE-Lab | 78.0933 | 12.7056 | -31.2880 |
#babcfb color RGB value is (186,188,251).
#babcfb hex color red value is 186, green value is 188 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #babcfb hue: 0.66 , saturation: 0.89 and the lightness value of babcfb is 0.86.
The process color (four color CMYK) of #babcfb color hex is 0.26, 0.25, 0.00, 0.02. Web safe color of #babcfb is #ccccff. Color #babcfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10111100 | 11111011 |
Octal | 272 | 274 | 373 |
Decimal | 186 | 188 | 251 |
Hex | BA | BC | FB |
Shades of #babcfb
Tints of #babcfb
RGB Percentages of Color #babcfb
CMYK Percentages of Color #babcfb
Complementary Color
#babcfb | #fbf9ba |
#babcfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#babcfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#babcfb Color CSS Codes
.mybgcolor {background-color:#babcfb; } .myforecolor {color:#babcfb; } .mybordercolor {border:3px solid #babcfb; }
#babcfb Text Font Color
<p style="color:#babcfb">Text here</p>
This sample text font color is #babcfb
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.
#babcfb Background Color
<div style="background-color:#babcfb">
Div content here</div>
This div background color is #babcfb
#babcfb Border Color
<div style="border:3px solid #babcfb">
Div here</div>
This div border color is #babcfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,188,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #babcfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #babcfb; -webkit-box-shadow: 1px 1px 3px 2px #babcfb; box-shadow: 1px 1px 3px 2px #babcfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,188,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #babcfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #babcfb; -webkit-box-shadow: 1px 1px 3px 2px #babcfb; box-shadow: 1px 1px 3px 2px #babcfb;">
Div content here</div>
This div box has shadow with color #babcfb
#babcfb Color Palettes
Comments
No comments written yet.
Please login to write comment.