Color spaces of #bbfacd
RGB | 187 | 250 | 205 |
---|---|---|---|
HSL | 0.38 | 0.86 | 0.86 |
HSV | 137° | 25° | 98° |
CMYK | 0.25 | 0.00 | 0.18 0.02 |
XYZ | 65.6986 | 83.3438 | 70.3819 |
Yxy | 83.3438 | 0.2994 | 0.3798 |
Hunter Lab | 91.2928 | -31.3055 | 18.1955 |
CIE-Lab | 93.1647 | -28.4492 | 15.2878 |
#bbfacd color RGB value is (187,250,205).
#bbfacd hex color red value is 187, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bbfacd hue: 0.38 , saturation: 0.86 and the lightness value of bbfacd is 0.86.
The process color (four color CMYK) of #bbfacd color hex is 0.25, 0.00, 0.18, 0.02. Web safe color of #bbfacd is #ccffcc. Color #bbfacd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11111010 | 11001101 |
Octal | 273 | 372 | 315 |
Decimal | 187 | 250 | 205 |
Hex | BB | FA | CD |
Shades of #bbfacd
Tints of #bbfacd
RGB Percentages of Color #bbfacd
CMYK Percentages of Color #bbfacd
Complementary Color
#bbfacd | #fabbe8 |
#bbfacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbfacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbfacd Color CSS Codes
.mybgcolor {background-color:#bbfacd; } .myforecolor {color:#bbfacd; } .mybordercolor {border:3px solid #bbfacd; }
#bbfacd Text Font Color
<p style="color:#bbfacd">Text here</p>
This sample text font color is #bbfacd
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.
#bbfacd Background Color
<div style="background-color:#bbfacd">
Div content here</div>
This div background color is #bbfacd
#bbfacd Border Color
<div style="border:3px solid #bbfacd">
Div here</div>
This div border color is #bbfacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,250,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbfacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbfacd; -webkit-box-shadow: 1px 1px 3px 2px #bbfacd; box-shadow: 1px 1px 3px 2px #bbfacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,250,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbfacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbfacd; -webkit-box-shadow: 1px 1px 3px 2px #bbfacd; box-shadow: 1px 1px 3px 2px #bbfacd;">
Div content here</div>
This div box has shadow with color #bbfacd
Comments
No comments written yet.
Please login to write comment.