Color spaces of #bcfce3
RGB | 188 | 252 | 227 |
---|---|---|---|
HSL | 0.43 | 0.91 | 0.86 |
HSV | 157° | 25° | 99° |
CMYK | 0.25 | 0.00 | 0.10 0.01 |
XYZ | 69.4146 | 85.8582 | 85.5868 |
Yxy | 85.8582 | 0.2882 | 0.3565 |
Hunter Lab | 92.6597 | -28.4339 | 10.0975 |
CIE-Lab | 94.2517 | -24.9516 | 5.5116 |
#bcfce3 color RGB value is (188,252,227).
#bcfce3 hex color red value is 188, green value is 252 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #bcfce3 hue: 0.43 , saturation: 0.91 and the lightness value of bcfce3 is 0.86.
The process color (four color CMYK) of #bcfce3 color hex is 0.25, 0.00, 0.10, 0.01. Web safe color of #bcfce3 is #ccffcc. Color #bcfce3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11111100 | 11100011 |
Octal | 274 | 374 | 343 |
Decimal | 188 | 252 | 227 |
Hex | BC | FC | E3 |
Shades of #bcfce3
Tints of #bcfce3
RGB Percentages of Color #bcfce3
CMYK Percentages of Color #bcfce3
Complementary Color
#bcfce3 | #fcbcd5 |
#bcfce3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcfce3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcfce3 Color CSS Codes
.mybgcolor {background-color:#bcfce3; } .myforecolor {color:#bcfce3; } .mybordercolor {border:3px solid #bcfce3; }
#bcfce3 Text Font Color
<p style="color:#bcfce3">Text here</p>
This sample text font color is #bcfce3
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.
#bcfce3 Background Color
<div style="background-color:#bcfce3">
Div content here</div>
This div background color is #bcfce3
#bcfce3 Border Color
<div style="border:3px solid #bcfce3">
Div here</div>
This div border color is #bcfce3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,252,227, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcfce3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcfce3; -webkit-box-shadow: 1px 1px 3px 2px #bcfce3; box-shadow: 1px 1px 3px 2px #bcfce3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,252,227, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcfce3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcfce3; -webkit-box-shadow: 1px 1px 3px 2px #bcfce3; box-shadow: 1px 1px 3px 2px #bcfce3;">
Div content here</div>
This div box has shadow with color #bcfce3
Comments
No comments written yet.
Please login to write comment.