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