Color spaces of #badffa
RGB | 186 | 223 | 250 |
---|---|---|---|
HSL | 0.57 | 0.86 | 0.85 |
HSV | 205° | 26° | 98° |
CMYK | 0.26 | 0.11 | 0.00 0.02 |
XYZ | 63.8927 | 70.1166 | 100.6088 |
Yxy | 70.1166 | 0.2723 | 0.2989 |
Hunter Lab | 83.7357 | -10.3368 | -12.6223 |
CIE-Lab | 87.0540 | -6.1982 | -17.1205 |
#badffa color RGB value is (186,223,250).
#badffa hex color red value is 186, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #badffa hue: 0.57 , saturation: 0.86 and the lightness value of badffa is 0.85.
The process color (four color CMYK) of #badffa color hex is 0.26, 0.11, 0.00, 0.02. Web safe color of #badffa is #ccccff. Color #badffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11011111 | 11111010 |
Octal | 272 | 337 | 372 |
Decimal | 186 | 223 | 250 |
Hex | BA | DF | FA |
Shades of #badffa
Tints of #badffa
RGB Percentages of Color #badffa
CMYK Percentages of Color #badffa
Complementary Color
#badffa | #fad5ba |
#badffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#badffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#badffa Color CSS Codes
.mybgcolor {background-color:#badffa; } .myforecolor {color:#badffa; } .mybordercolor {border:3px solid #badffa; }
#badffa Text Font Color
<p style="color:#badffa">Text here</p>
This sample text font color is #badffa
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.
#badffa Background Color
<div style="background-color:#badffa">
Div content here</div>
This div background color is #badffa
#badffa Border Color
<div style="border:3px solid #badffa">
Div here</div>
This div border color is #badffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,223,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #badffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #badffa; -webkit-box-shadow: 1px 1px 3px 2px #badffa; box-shadow: 1px 1px 3px 2px #badffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,223,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #badffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #badffa; -webkit-box-shadow: 1px 1px 3px 2px #badffa; box-shadow: 1px 1px 3px 2px #badffa;">
Div content here</div>
This div box has shadow with color #badffa
Comments
No comments written yet.
Please login to write comment.