Color spaces of #bbfccd
RGB | 187 | 252 | 205 |
---|---|---|---|
HSL | 0.38 | 0.92 | 0.86 |
HSV | 137° | 26° | 99° |
CMYK | 0.26 | 0.00 | 0.19 0.01 |
XYZ | 66.3234 | 84.5934 | 70.5902 |
Yxy | 84.5934 | 0.2994 | 0.3819 |
Hunter Lab | 91.9747 | -32.2384 | 18.8774 |
CIE-Lab | 93.7076 | -29.3922 | 16.0533 |
#bbfccd color RGB value is (187,252,205).
#bbfccd hex color red value is 187, green value is 252 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bbfccd hue: 0.38 , saturation: 0.92 and the lightness value of bbfccd is 0.86.
The process color (four color CMYK) of #bbfccd color hex is 0.26, 0.00, 0.19, 0.01. Web safe color of #bbfccd is #ccffcc. Color #bbfccd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11111100 | 11001101 |
Octal | 273 | 374 | 315 |
Decimal | 187 | 252 | 205 |
Hex | BB | FC | CD |
Shades of #bbfccd
Tints of #bbfccd
RGB Percentages of Color #bbfccd
CMYK Percentages of Color #bbfccd
Complementary Color
#bbfccd | #fcbbea |
#bbfccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbfccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbfccd Color CSS Codes
.mybgcolor {background-color:#bbfccd; } .myforecolor {color:#bbfccd; } .mybordercolor {border:3px solid #bbfccd; }
#bbfccd Text Font Color
<p style="color:#bbfccd">Text here</p>
This sample text font color is #bbfccd
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.
#bbfccd Background Color
<div style="background-color:#bbfccd">
Div content here</div>
This div background color is #bbfccd
#bbfccd Border Color
<div style="border:3px solid #bbfccd">
Div here</div>
This div border color is #bbfccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,252,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbfccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbfccd; -webkit-box-shadow: 1px 1px 3px 2px #bbfccd; box-shadow: 1px 1px 3px 2px #bbfccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,252,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 #bbfccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbfccd; -webkit-box-shadow: 1px 1px 3px 2px #bbfccd; box-shadow: 1px 1px 3px 2px #bbfccd;">
Div content here</div>
This div box has shadow with color #bbfccd
Comments
No comments written yet.
Please login to write comment.