Color spaces of #bcefcd
RGB | 188 | 239 | 205 |
---|---|---|---|
HSL | 0.39 | 0.61 | 0.84 |
HSV | 140° | 21° | 94° |
CMYK | 0.21 | 0.00 | 0.14 0.06 |
XYZ | 62.6250 | 76.8321 | 69.2870 |
Yxy | 76.8321 | 0.3000 | 0.3681 |
Hunter Lab | 87.6539 | -25.8637 | 14.4913 |
CIE-Lab | 90.2443 | -22.8655 | 11.1539 |
#bcefcd color RGB value is (188,239,205).
#bcefcd hex color red value is 188, green value is 239 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bcefcd hue: 0.39 , saturation: 0.61 and the lightness value of bcefcd is 0.84.
The process color (four color CMYK) of #bcefcd color hex is 0.21, 0.00, 0.14, 0.06. Web safe color of #bcefcd is #ccffcc. Color #bcefcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11101111 | 11001101 |
Octal | 274 | 357 | 315 |
Decimal | 188 | 239 | 205 |
Hex | BC | EF | CD |
Shades of #bcefcd
Tints of #bcefcd
RGB Percentages of Color #bcefcd
CMYK Percentages of Color #bcefcd
Complementary Color
#bcefcd | #efbcde |
#bcefcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcefcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcefcd Color CSS Codes
.mybgcolor {background-color:#bcefcd; } .myforecolor {color:#bcefcd; } .mybordercolor {border:3px solid #bcefcd; }
#bcefcd Text Font Color
<p style="color:#bcefcd">Text here</p>
This sample text font color is #bcefcd
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.
#bcefcd Background Color
<div style="background-color:#bcefcd">
Div content here</div>
This div background color is #bcefcd
#bcefcd Border Color
<div style="border:3px solid #bcefcd">
Div here</div>
This div border color is #bcefcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,239,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcefcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcefcd; -webkit-box-shadow: 1px 1px 3px 2px #bcefcd; box-shadow: 1px 1px 3px 2px #bcefcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,239,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 #bcefcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcefcd; -webkit-box-shadow: 1px 1px 3px 2px #bcefcd; box-shadow: 1px 1px 3px 2px #bcefcd;">
Div content here</div>
This div box has shadow with color #bcefcd
Comments
No comments written yet.
Please login to write comment.