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