Color spaces of #bafafe
RGB | 186 | 250 | 254 |
---|---|---|---|
HSL | 0.51 | 0.97 | 0.86 |
HSV | 184° | 27° | 100° |
CMYK | 0.27 | 0.02 | 0.00 0.00 |
XYZ | 72.3247 | 85.9661 | 106.5471 |
Yxy | 85.9661 | 0.2731 | 0.3246 |
Hunter Lab | 92.7179 | -23.0172 | -3.2308 |
CIE-Lab | 94.2979 | -18.9442 | -8.3907 |
#bafafe color RGB value is (186,250,254).
#bafafe hex color red value is 186, green value is 250 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bafafe hue: 0.51 , saturation: 0.97 and the lightness value of bafafe is 0.86.
The process color (four color CMYK) of #bafafe color hex is 0.27, 0.02, 0.00, 0.00. Web safe color of #bafafe is #ccffff. Color #bafafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11111010 | 11111110 |
Octal | 272 | 372 | 376 |
Decimal | 186 | 250 | 254 |
Hex | BA | FA | FE |
Shades of #bafafe
Tints of #bafafe
RGB Percentages of Color #bafafe
CMYK Percentages of Color #bafafe
Complementary Color
#bafafe | #febeba |
#bafafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bafafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#bafafe Color CSS Codes
.mybgcolor {background-color:#bafafe; } .myforecolor {color:#bafafe; } .mybordercolor {border:3px solid #bafafe; }
#bafafe Text Font Color
<p style="color:#bafafe">Text here</p>
This sample text font color is #bafafe
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.
#bafafe Background Color
<div style="background-color:#bafafe">
Div content here</div>
This div background color is #bafafe
#bafafe Border Color
<div style="border:3px solid #bafafe">
Div here</div>
This div border color is #bafafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,250,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bafafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bafafe; -webkit-box-shadow: 1px 1px 3px 2px #bafafe; box-shadow: 1px 1px 3px 2px #bafafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,250,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 #bafafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bafafe; -webkit-box-shadow: 1px 1px 3px 2px #bafafe; box-shadow: 1px 1px 3px 2px #bafafe;">
Div content here</div>
This div box has shadow with color #bafafe
Related Colors
Comments
No comments written yet.
Please login to write comment.