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