Color spaces of #bacfef
RGB | 186 | 207 | 239 |
---|---|---|---|
HSL | 0.60 | 0.62 | 0.83 |
HSV | 216° | 22° | 94° |
CMYK | 0.22 | 0.13 | 0.00 0.06 |
XYZ | 58.1425 | 61.2967 | 90.4284 |
Yxy | 61.2967 | 0.2770 | 0.2921 |
Hunter Lab | 78.2922 | -4.4511 | -13.6761 |
CIE-Lab | 82.5380 | -0.2874 | -18.1013 |
#bacfef color RGB value is (186,207,239).
#bacfef hex color red value is 186, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bacfef hue: 0.60 , saturation: 0.62 and the lightness value of bacfef is 0.83.
The process color (four color CMYK) of #bacfef color hex is 0.22, 0.13, 0.00, 0.06. Web safe color of #bacfef is #ccccff. Color #bacfef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11001111 | 11101111 |
Octal | 272 | 317 | 357 |
Decimal | 186 | 207 | 239 |
Hex | BA | CF | EF |
Shades of #bacfef
Tints of #bacfef
RGB Percentages of Color #bacfef
CMYK Percentages of Color #bacfef
Complementary Color
#bacfef | #efdaba |
#bacfef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bacfef Color Preview on White Background
Lorem ipsum dolor sit amet.
#bacfef Color CSS Codes
.mybgcolor {background-color:#bacfef; } .myforecolor {color:#bacfef; } .mybordercolor {border:3px solid #bacfef; }
#bacfef Text Font Color
<p style="color:#bacfef">Text here</p>
This sample text font color is #bacfef
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.
#bacfef Background Color
<div style="background-color:#bacfef">
Div content here</div>
This div background color is #bacfef
#bacfef Border Color
<div style="border:3px solid #bacfef">
Div here</div>
This div border color is #bacfef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,207,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bacfef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bacfef; -webkit-box-shadow: 1px 1px 3px 2px #bacfef; box-shadow: 1px 1px 3px 2px #bacfef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,207,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bacfef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bacfef; -webkit-box-shadow: 1px 1px 3px 2px #bacfef; box-shadow: 1px 1px 3px 2px #bacfef;">
Div content here</div>
This div box has shadow with color #bacfef
Comments
No comments written yet.
Please login to write comment.