Color spaces of #bad1ff
RGB | 186 | 209 | 255 |
---|---|---|---|
HSL | 0.61 | 1.00 | 0.86 |
HSV | 220° | 27° | 100° |
CMYK | 0.27 | 0.18 | 0.00 0.00 |
XYZ | 61.1002 | 63.2600 | 103.5978 |
Yxy | 63.2600 | 0.2680 | 0.2775 |
Hunter Lab | 79.5362 | -2.0634 | -21.5514 |
CIE-Lab | 83.5790 | 2.3040 | -25.0223 |
#bad1ff color RGB value is (186,209,255).
#bad1ff hex color red value is 186, green value is 209 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bad1ff hue: 0.61 , saturation: 1.00 and the lightness value of bad1ff is 0.86.
The process color (four color CMYK) of #bad1ff color hex is 0.27, 0.18, 0.00, 0.00. Web safe color of #bad1ff is #ccccff. Color #bad1ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11010001 | 11111111 |
Octal | 272 | 321 | 377 |
Decimal | 186 | 209 | 255 |
Hex | BA | D1 | FF |
Shades of #bad1ff
Tints of #bad1ff
RGB Percentages of Color #bad1ff
CMYK Percentages of Color #bad1ff
Complementary Color
#bad1ff | #ffe8ba |
#bad1ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bad1ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#bad1ff Color CSS Codes
.mybgcolor {background-color:#bad1ff; } .myforecolor {color:#bad1ff; } .mybordercolor {border:3px solid #bad1ff; }
#bad1ff Text Font Color
<p style="color:#bad1ff">Text here</p>
This sample text font color is #bad1ff
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.
#bad1ff Background Color
<div style="background-color:#bad1ff">
Div content here</div>
This div background color is #bad1ff
#bad1ff Border Color
<div style="border:3px solid #bad1ff">
Div here</div>
This div border color is #bad1ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,209,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bad1ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bad1ff; -webkit-box-shadow: 1px 1px 3px 2px #bad1ff; box-shadow: 1px 1px 3px 2px #bad1ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,209,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bad1ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bad1ff; -webkit-box-shadow: 1px 1px 3px 2px #bad1ff; box-shadow: 1px 1px 3px 2px #bad1ff;">
Div content here</div>
This div box has shadow with color #bad1ff
Comments
No comments written yet.
Please login to write comment.