Color spaces of #bdffcb
RGB | 189 | 255 | 203 |
---|---|---|---|
HSL | 0.37 | 1.00 | 0.87 |
HSV | 133° | 26° | 100° |
CMYK | 0.26 | 0.00 | 0.20 0.00 |
XYZ | 67.5258 | 86.6506 | 69.6662 |
Yxy | 86.6506 | 0.3017 | 0.3871 |
Hunter Lab | 93.0863 | -33.4152 | 20.7875 |
CIE-Lab | 94.5898 | -30.5308 | 18.3329 |
#bdffcb color RGB value is (189,255,203).
#bdffcb hex color red value is 189, green value is 255 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bdffcb hue: 0.37 , saturation: 1.00 and the lightness value of bdffcb is 0.87.
The process color (four color CMYK) of #bdffcb color hex is 0.26, 0.00, 0.20, 0.00. Web safe color of #bdffcb is #ccffcc. Color #bdffcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111111 | 11001011 |
Octal | 275 | 377 | 313 |
Decimal | 189 | 255 | 203 |
Hex | BD | FF | CB |
Shades of #bdffcb
Tints of #bdffcb
RGB Percentages of Color #bdffcb
CMYK Percentages of Color #bdffcb
Complementary Color
#bdffcb | #ffbdf1 |
#bdffcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdffcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdffcb Color CSS Codes
.mybgcolor {background-color:#bdffcb; } .myforecolor {color:#bdffcb; } .mybordercolor {border:3px solid #bdffcb; }
#bdffcb Text Font Color
<p style="color:#bdffcb">Text here</p>
This sample text font color is #bdffcb
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.
#bdffcb Background Color
<div style="background-color:#bdffcb">
Div content here</div>
This div background color is #bdffcb
#bdffcb Border Color
<div style="border:3px solid #bdffcb">
Div here</div>
This div border color is #bdffcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,255,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdffcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdffcb; -webkit-box-shadow: 1px 1px 3px 2px #bdffcb; box-shadow: 1px 1px 3px 2px #bdffcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,255,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdffcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdffcb; -webkit-box-shadow: 1px 1px 3px 2px #bdffcb; box-shadow: 1px 1px 3px 2px #bdffcb;">
Div content here</div>
This div box has shadow with color #bdffcb
Comments
No comments written yet.
Please login to write comment.