Color spaces of #bab7df
RGB | 186 | 183 | 223 |
---|---|---|---|
HSL | 0.68 | 0.38 | 0.80 |
HSV | 245° | 18° | 87° |
CMYK | 0.17 | 0.18 | 0.00 0.13 |
XYZ | 50.5025 | 49.6338 | 76.7306 |
Yxy | 49.6338 | 0.2855 | 0.2806 |
Hunter Lab | 70.4513 | 4.6668 | -15.2587 |
CIE-Lab | 75.8439 | 9.0959 | -19.6263 |
#bab7df color RGB value is (186,183,223).
#bab7df hex color red value is 186, green value is 183 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bab7df hue: 0.68 , saturation: 0.38 and the lightness value of bab7df is 0.80.
The process color (four color CMYK) of #bab7df color hex is 0.17, 0.18, 0.00, 0.13. Web safe color of #bab7df is #cccccc. Color #bab7df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10110111 | 11011111 |
Octal | 272 | 267 | 337 |
Decimal | 186 | 183 | 223 |
Hex | BA | B7 | DF |
Shades of #bab7df
Tints of #bab7df
RGB Percentages of Color #bab7df
CMYK Percentages of Color #bab7df
Complementary Color
#bab7df | #dcdfb7 |
#bab7df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bab7df Color Preview on White Background
Lorem ipsum dolor sit amet.
#bab7df Color CSS Codes
.mybgcolor {background-color:#bab7df; } .myforecolor {color:#bab7df; } .mybordercolor {border:3px solid #bab7df; }
#bab7df Text Font Color
<p style="color:#bab7df">Text here</p>
This sample text font color is #bab7df
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.
#bab7df Background Color
<div style="background-color:#bab7df">
Div content here</div>
This div background color is #bab7df
#bab7df Border Color
<div style="border:3px solid #bab7df">
Div here</div>
This div border color is #bab7df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,183,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bab7df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bab7df; -webkit-box-shadow: 1px 1px 3px 2px #bab7df; box-shadow: 1px 1px 3px 2px #bab7df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,183,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 #bab7df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bab7df; -webkit-box-shadow: 1px 1px 3px 2px #bab7df; box-shadow: 1px 1px 3px 2px #bab7df;">
Div content here</div>
This div box has shadow with color #bab7df
Comments
No comments written yet.
Please login to write comment.