Color spaces of #bcf3ce
RGB | 188 | 243 | 206 |
---|---|---|---|
HSL | 0.39 | 0.70 | 0.85 |
HSV | 140° | 23° | 95° |
CMYK | 0.23 | 0.00 | 0.15 0.05 |
XYZ | 63.9302 | 79.2488 | 70.3196 |
Yxy | 79.2488 | 0.2994 | 0.3712 |
Hunter Lab | 89.0218 | -27.6000 | 15.4812 |
CIE-Lab | 91.3467 | -24.6156 | 12.2043 |
#bcf3ce color RGB value is (188,243,206).
#bcf3ce hex color red value is 188, green value is 243 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bcf3ce hue: 0.39 , saturation: 0.70 and the lightness value of bcf3ce is 0.85.
The process color (four color CMYK) of #bcf3ce color hex is 0.23, 0.00, 0.15, 0.05. Web safe color of #bcf3ce is #ccffcc. Color #bcf3ce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11110011 | 11001110 |
Octal | 274 | 363 | 316 |
Decimal | 188 | 243 | 206 |
Hex | BC | F3 | CE |
Shades of #bcf3ce
Tints of #bcf3ce
RGB Percentages of Color #bcf3ce
CMYK Percentages of Color #bcf3ce
Complementary Color
#bcf3ce | #f3bce1 |
#bcf3ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcf3ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcf3ce Color CSS Codes
.mybgcolor {background-color:#bcf3ce; } .myforecolor {color:#bcf3ce; } .mybordercolor {border:3px solid #bcf3ce; }
#bcf3ce Text Font Color
<p style="color:#bcf3ce">Text here</p>
This sample text font color is #bcf3ce
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.
#bcf3ce Background Color
<div style="background-color:#bcf3ce">
Div content here</div>
This div background color is #bcf3ce
#bcf3ce Border Color
<div style="border:3px solid #bcf3ce">
Div here</div>
This div border color is #bcf3ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,243,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcf3ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcf3ce; -webkit-box-shadow: 1px 1px 3px 2px #bcf3ce; box-shadow: 1px 1px 3px 2px #bcf3ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,243,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcf3ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcf3ce; -webkit-box-shadow: 1px 1px 3px 2px #bcf3ce; box-shadow: 1px 1px 3px 2px #bcf3ce;">
Div content here</div>
This div box has shadow with color #bcf3ce
Comments
No comments written yet.
Please login to write comment.