Color spaces of #bcfdd6
RGB | 188 | 253 | 214 |
---|---|---|---|
HSL | 0.40 | 0.94 | 0.86 |
HSV | 144° | 26° | 99° |
CMYK | 0.26 | 0.00 | 0.15 0.01 |
XYZ | 68.0019 | 85.7970 | 76.5947 |
Yxy | 85.7970 | 0.2952 | 0.3724 |
Hunter Lab | 92.6267 | -31.0508 | 15.8107 |
CIE-Lab | 94.2255 | -27.9142 | 12.1711 |
#bcfdd6 color RGB value is (188,253,214).
#bcfdd6 hex color red value is 188, green value is 253 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #bcfdd6 hue: 0.40 , saturation: 0.94 and the lightness value of bcfdd6 is 0.86.
The process color (four color CMYK) of #bcfdd6 color hex is 0.26, 0.00, 0.15, 0.01. Web safe color of #bcfdd6 is #ccffcc. Color #bcfdd6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11111101 | 11010110 |
Octal | 274 | 375 | 326 |
Decimal | 188 | 253 | 214 |
Hex | BC | FD | D6 |
Shades of #bcfdd6
Tints of #bcfdd6
RGB Percentages of Color #bcfdd6
CMYK Percentages of Color #bcfdd6
Complementary Color
#bcfdd6 | #fdbce3 |
#bcfdd6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcfdd6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcfdd6 Color CSS Codes
.mybgcolor {background-color:#bcfdd6; } .myforecolor {color:#bcfdd6; } .mybordercolor {border:3px solid #bcfdd6; }
#bcfdd6 Text Font Color
<p style="color:#bcfdd6">Text here</p>
This sample text font color is #bcfdd6
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.
#bcfdd6 Background Color
<div style="background-color:#bcfdd6">
Div content here</div>
This div background color is #bcfdd6
#bcfdd6 Border Color
<div style="border:3px solid #bcfdd6">
Div here</div>
This div border color is #bcfdd6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,253,214, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcfdd6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcfdd6; -webkit-box-shadow: 1px 1px 3px 2px #bcfdd6; box-shadow: 1px 1px 3px 2px #bcfdd6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,253,214, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcfdd6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcfdd6; -webkit-box-shadow: 1px 1px 3px 2px #bcfdd6; box-shadow: 1px 1px 3px 2px #bcfdd6;">
Div content here</div>
This div box has shadow with color #bcfdd6
Comments
No comments written yet.
Please login to write comment.