Color spaces of #babadb
RGB | 186 | 186 | 219 |
---|---|---|---|
HSL | 0.67 | 0.31 | 0.79 |
HSV | 240° | 15° | 86° |
CMYK | 0.15 | 0.15 | 0.00 0.14 |
XYZ | 50.5948 | 50.6714 | 74.1318 |
Yxy | 50.6714 | 0.2885 | 0.2889 |
Hunter Lab | 71.1838 | 2.2994 | -11.9167 |
CIE-Lab | 76.4795 | 6.6028 | -16.4980 |
#babadb color RGB value is (186,186,219).
#babadb hex color red value is 186, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #babadb hue: 0.67 , saturation: 0.31 and the lightness value of babadb is 0.79.
The process color (four color CMYK) of #babadb color hex is 0.15, 0.15, 0.00, 0.14. Web safe color of #babadb is #cccccc. Color #babadb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10111010 | 11011011 |
Octal | 272 | 272 | 333 |
Decimal | 186 | 186 | 219 |
Hex | BA | BA | DB |
Shades of #babadb
Tints of #babadb
RGB Percentages of Color #babadb
CMYK Percentages of Color #babadb
Complementary Color
#babadb | #dbdbba |
#babadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#babadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#babadb Color CSS Codes
.mybgcolor {background-color:#babadb; } .myforecolor {color:#babadb; } .mybordercolor {border:3px solid #babadb; }
#babadb Text Font Color
<p style="color:#babadb">Text here</p>
This sample text font color is #babadb
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.
#babadb Background Color
<div style="background-color:#babadb">
Div content here</div>
This div background color is #babadb
#babadb Border Color
<div style="border:3px solid #babadb">
Div here</div>
This div border color is #babadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,186,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #babadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #babadb; -webkit-box-shadow: 1px 1px 3px 2px #babadb; box-shadow: 1px 1px 3px 2px #babadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,186,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #babadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #babadb; -webkit-box-shadow: 1px 1px 3px 2px #babadb; box-shadow: 1px 1px 3px 2px #babadb;">
Div content here</div>
This div box has shadow with color #babadb
Comments
No comments written yet.
Please login to write comment.