Color spaces of #bcfcea
RGB | 188 | 252 | 234 |
---|---|---|---|
HSL | 0.45 | 0.91 | 0.86 |
HSV | 163° | 25° | 99° |
CMYK | 0.25 | 0.00 | 0.07 0.01 |
XYZ | 70.4007 | 86.2527 | 90.7798 |
Yxy | 86.2527 | 0.2845 | 0.3486 |
Hunter Lab | 92.8723 | -27.2169 | 7.0565 |
CIE-Lab | 94.4203 | -23.5562 | 2.1422 |
#bcfcea color RGB value is (188,252,234).
#bcfcea hex color red value is 188, green value is 252 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bcfcea hue: 0.45 , saturation: 0.91 and the lightness value of bcfcea is 0.86.
The process color (four color CMYK) of #bcfcea color hex is 0.25, 0.00, 0.07, 0.01. Web safe color of #bcfcea is #ccffff. Color #bcfcea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11111100 | 11101010 |
Octal | 274 | 374 | 352 |
Decimal | 188 | 252 | 234 |
Hex | BC | FC | EA |
Shades of #bcfcea
Tints of #bcfcea
RGB Percentages of Color #bcfcea
CMYK Percentages of Color #bcfcea
Complementary Color
#bcfcea | #fcbcce |
#bcfcea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcfcea Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcfcea Color CSS Codes
.mybgcolor {background-color:#bcfcea; } .myforecolor {color:#bcfcea; } .mybordercolor {border:3px solid #bcfcea; }
#bcfcea Text Font Color
<p style="color:#bcfcea">Text here</p>
This sample text font color is #bcfcea
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.
#bcfcea Background Color
<div style="background-color:#bcfcea">
Div content here</div>
This div background color is #bcfcea
#bcfcea Border Color
<div style="border:3px solid #bcfcea">
Div here</div>
This div border color is #bcfcea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,252,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcfcea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcfcea; -webkit-box-shadow: 1px 1px 3px 2px #bcfcea; box-shadow: 1px 1px 3px 2px #bcfcea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,252,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcfcea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcfcea; -webkit-box-shadow: 1px 1px 3px 2px #bcfcea; box-shadow: 1px 1px 3px 2px #bcfcea;">
Div content here</div>
This div box has shadow with color #bcfcea
Comments
No comments written yet.
Please login to write comment.