Color spaces of #bdfffb
RGB | 189 | 255 | 251 |
---|---|---|---|
HSL | 0.49 | 1.00 | 0.87 |
HSV | 176° | 26° | 100° |
CMYK | 0.26 | 0.00 | 0.02 0.00 |
XYZ | 74.1589 | 89.3039 | 104.5956 |
Yxy | 89.3039 | 0.2767 | 0.3332 |
Hunter Lab | 94.5007 | -25.2995 | 0.5270 |
CIE-Lab | 95.7073 | -21.1927 | -4.7409 |
#bdfffb color RGB value is (189,255,251).
#bdfffb hex color red value is 189, green value is 255 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bdfffb hue: 0.49 , saturation: 1.00 and the lightness value of bdfffb is 0.87.
The process color (four color CMYK) of #bdfffb color hex is 0.26, 0.00, 0.02, 0.00. Web safe color of #bdfffb is #ccffff. Color #bdfffb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111111 | 11111011 |
Octal | 275 | 377 | 373 |
Decimal | 189 | 255 | 251 |
Hex | BD | FF | FB |
Shades of #bdfffb
Tints of #bdfffb
RGB Percentages of Color #bdfffb
CMYK Percentages of Color #bdfffb
Complementary Color
#bdfffb | #ffbdc1 |
#bdfffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdfffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdfffb Color CSS Codes
.mybgcolor {background-color:#bdfffb; } .myforecolor {color:#bdfffb; } .mybordercolor {border:3px solid #bdfffb; }
#bdfffb Text Font Color
<p style="color:#bdfffb">Text here</p>
This sample text font color is #bdfffb
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.
#bdfffb Background Color
<div style="background-color:#bdfffb">
Div content here</div>
This div background color is #bdfffb
#bdfffb Border Color
<div style="border:3px solid #bdfffb">
Div here</div>
This div border color is #bdfffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,255,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdfffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdfffb; -webkit-box-shadow: 1px 1px 3px 2px #bdfffb; box-shadow: 1px 1px 3px 2px #bdfffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,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 #bdfffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdfffb; -webkit-box-shadow: 1px 1px 3px 2px #bdfffb; box-shadow: 1px 1px 3px 2px #bdfffb;">
Div content here</div>
This div box has shadow with color #bdfffb
Related Colors
#bdfffb Color Palettes
Comments
No comments written yet.
Please login to write comment.