Color spaces of #bafffb
RGB | 186 | 255 | 251 |
---|---|---|---|
HSL | 0.49 | 1.00 | 0.86 |
HSV | 177° | 27° | 100° |
CMYK | 0.27 | 0.00 | 0.02 0.00 |
XYZ | 73.4223 | 88.9241 | 104.5611 |
Yxy | 88.9241 | 0.2751 | 0.3332 |
Hunter Lab | 94.2996 | -26.0429 | 0.2679 |
CIE-Lab | 95.5487 | -22.0382 | -4.9927 |
#bafffb color RGB value is (186,255,251).
#bafffb hex color red value is 186, green value is 255 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bafffb hue: 0.49 , saturation: 1.00 and the lightness value of bafffb is 0.86.
The process color (four color CMYK) of #bafffb color hex is 0.27, 0.00, 0.02, 0.00. Web safe color of #bafffb is #ccffff. Color #bafffb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11111111 | 11111011 |
Octal | 272 | 377 | 373 |
Decimal | 186 | 255 | 251 |
Hex | BA | FF | FB |
Shades of #bafffb
Tints of #bafffb
RGB Percentages of Color #bafffb
CMYK Percentages of Color #bafffb
Complementary Color
#bafffb | #ffbabe |
#bafffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bafffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bafffb Color CSS Codes
.mybgcolor {background-color:#bafffb; } .myforecolor {color:#bafffb; } .mybordercolor {border:3px solid #bafffb; }
#bafffb Text Font Color
<p style="color:#bafffb">Text here</p>
This sample text font color is #bafffb
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.
#bafffb Background Color
<div style="background-color:#bafffb">
Div content here</div>
This div background color is #bafffb
#bafffb Border Color
<div style="border:3px solid #bafffb">
Div here</div>
This div border color is #bafffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,255,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bafffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bafffb; -webkit-box-shadow: 1px 1px 3px 2px #bafffb; box-shadow: 1px 1px 3px 2px #bafffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,255,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bafffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bafffb; -webkit-box-shadow: 1px 1px 3px 2px #bafffb; box-shadow: 1px 1px 3px 2px #bafffb;">
Div content here</div>
This div box has shadow with color #bafffb
#bafffb Color Palettes
Comments
No comments written yet.
Please login to write comment.