Color spaces of #bad2fe
RGB | 186 | 210 | 254 |
---|---|---|---|
HSL | 0.61 | 0.97 | 0.86 |
HSV | 219° | 27° | 100° |
CMYK | 0.27 | 0.17 | 0.00 0.00 |
XYZ | 61.1857 | 63.6880 | 102.8341 |
Yxy | 63.6880 | 0.2687 | 0.2797 |
Hunter Lab | 79.8048 | -2.8037 | -20.5360 |
CIE-Lab | 83.8031 | 1.5394 | -24.1514 |
#bad2fe color RGB value is (186,210,254).
#bad2fe hex color red value is 186, green value is 210 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bad2fe hue: 0.61 , saturation: 0.97 and the lightness value of bad2fe is 0.86.
The process color (four color CMYK) of #bad2fe color hex is 0.27, 0.17, 0.00, 0.00. Web safe color of #bad2fe is #ccccff. Color #bad2fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11010010 | 11111110 |
Octal | 272 | 322 | 376 |
Decimal | 186 | 210 | 254 |
Hex | BA | D2 | FE |
Shades of #bad2fe
Tints of #bad2fe
RGB Percentages of Color #bad2fe
CMYK Percentages of Color #bad2fe
Complementary Color
#bad2fe | #fee6ba |
#bad2fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bad2fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#bad2fe Color CSS Codes
.mybgcolor {background-color:#bad2fe; } .myforecolor {color:#bad2fe; } .mybordercolor {border:3px solid #bad2fe; }
#bad2fe Text Font Color
<p style="color:#bad2fe">Text here</p>
This sample text font color is #bad2fe
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.
#bad2fe Background Color
<div style="background-color:#bad2fe">
Div content here</div>
This div background color is #bad2fe
#bad2fe Border Color
<div style="border:3px solid #bad2fe">
Div here</div>
This div border color is #bad2fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,210,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bad2fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bad2fe; -webkit-box-shadow: 1px 1px 3px 2px #bad2fe; box-shadow: 1px 1px 3px 2px #bad2fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,210,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bad2fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bad2fe; -webkit-box-shadow: 1px 1px 3px 2px #bad2fe; box-shadow: 1px 1px 3px 2px #bad2fe;">
Div content here</div>
This div box has shadow with color #bad2fe
Comments
No comments written yet.
Please login to write comment.