Color spaces of #bcefcb
RGB | 188 | 239 | 203 |
---|---|---|---|
HSL | 0.38 | 0.61 | 0.84 |
HSV | 138° | 21° | 94° |
CMYK | 0.21 | 0.00 | 0.15 0.06 |
XYZ | 62.3850 | 76.7362 | 68.0234 |
Yxy | 76.7362 | 0.3012 | 0.3704 |
Hunter Lab | 87.5992 | -26.1773 | 15.2790 |
CIE-Lab | 90.2001 | -23.2314 | 12.1298 |
#bcefcb color RGB value is (188,239,203).
#bcefcb hex color red value is 188, green value is 239 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bcefcb hue: 0.38 , saturation: 0.61 and the lightness value of bcefcb is 0.84.
The process color (four color CMYK) of #bcefcb color hex is 0.21, 0.00, 0.15, 0.06. Web safe color of #bcefcb is #ccffcc. Color #bcefcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11101111 | 11001011 |
Octal | 274 | 357 | 313 |
Decimal | 188 | 239 | 203 |
Hex | BC | EF | CB |
Shades of #bcefcb
Tints of #bcefcb
RGB Percentages of Color #bcefcb
CMYK Percentages of Color #bcefcb
Complementary Color
#bcefcb | #efbce0 |
#bcefcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcefcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcefcb Color CSS Codes
.mybgcolor {background-color:#bcefcb; } .myforecolor {color:#bcefcb; } .mybordercolor {border:3px solid #bcefcb; }
#bcefcb Text Font Color
<p style="color:#bcefcb">Text here</p>
This sample text font color is #bcefcb
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.
#bcefcb Background Color
<div style="background-color:#bcefcb">
Div content here</div>
This div background color is #bcefcb
#bcefcb Border Color
<div style="border:3px solid #bcefcb">
Div here</div>
This div border color is #bcefcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,239,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcefcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcefcb; -webkit-box-shadow: 1px 1px 3px 2px #bcefcb; box-shadow: 1px 1px 3px 2px #bcefcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,239,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcefcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcefcb; -webkit-box-shadow: 1px 1px 3px 2px #bcefcb; box-shadow: 1px 1px 3px 2px #bcefcb;">
Div content here</div>
This div box has shadow with color #bcefcb
Comments
No comments written yet.
Please login to write comment.