Color spaces of #bcebeb
RGB | 188 | 235 | 235 |
---|---|---|---|
HSL | 0.50 | 0.54 | 0.83 |
HSV | 180° | 20° | 92° |
CMYK | 0.20 | 0.00 | 0.00 0.08 |
XYZ | 65.4428 | 76.1062 | 89.8380 |
Yxy | 76.1062 | 0.2828 | 0.3289 |
Hunter Lab | 87.2389 | -18.7651 | 0.0108 |
CIE-Lab | 89.9086 | -14.9887 | -4.9833 |
#bcebeb color RGB value is (188,235,235).
#bcebeb hex color red value is 188, green value is 235 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bcebeb hue: 0.50 , saturation: 0.54 and the lightness value of bcebeb is 0.83.
The process color (four color CMYK) of #bcebeb color hex is 0.20, 0.00, 0.00, 0.08. Web safe color of #bcebeb is #ccffff. Color #bcebeb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11101011 | 11101011 |
Octal | 274 | 353 | 353 |
Decimal | 188 | 235 | 235 |
Hex | BC | EB | EB |
Shades of #bcebeb
Tints of #bcebeb
RGB Percentages of Color #bcebeb
CMYK Percentages of Color #bcebeb
Complementary Color
#bcebeb | #ebbcbc |
#bcebeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcebeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcebeb Color CSS Codes
.mybgcolor {background-color:#bcebeb; } .myforecolor {color:#bcebeb; } .mybordercolor {border:3px solid #bcebeb; }
#bcebeb Text Font Color
<p style="color:#bcebeb">Text here</p>
This sample text font color is #bcebeb
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.
#bcebeb Background Color
<div style="background-color:#bcebeb">
Div content here</div>
This div background color is #bcebeb
#bcebeb Border Color
<div style="border:3px solid #bcebeb">
Div here</div>
This div border color is #bcebeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,235,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcebeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcebeb; -webkit-box-shadow: 1px 1px 3px 2px #bcebeb; box-shadow: 1px 1px 3px 2px #bcebeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,235,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcebeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcebeb; -webkit-box-shadow: 1px 1px 3px 2px #bcebeb; box-shadow: 1px 1px 3px 2px #bcebeb;">
Div content here</div>
This div box has shadow with color #bcebeb
Comments
No comments written yet.
Please login to write comment.