Color spaces of #bcd8ea
RGB | 188 | 216 | 234 |
---|---|---|---|
HSL | 0.57 | 0.52 | 0.83 |
HSV | 203° | 20° | 92° |
CMYK | 0.20 | 0.08 | 0.00 0.08 |
XYZ | 60.1462 | 65.7436 | 87.3616 |
Yxy | 65.7436 | 0.2820 | 0.3083 |
Hunter Lab | 81.0824 | -9.4846 | -7.1238 |
CIE-Lab | 84.8655 | -5.4988 | -11.9387 |
#bcd8ea color RGB value is (188,216,234).
#bcd8ea hex color red value is 188, green value is 216 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bcd8ea hue: 0.57 , saturation: 0.52 and the lightness value of bcd8ea is 0.83.
The process color (four color CMYK) of #bcd8ea color hex is 0.20, 0.08, 0.00, 0.08. Web safe color of #bcd8ea is #ccccff. Color #bcd8ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11011000 | 11101010 |
Octal | 274 | 330 | 352 |
Decimal | 188 | 216 | 234 |
Hex | BC | D8 | EA |
Shades of #bcd8ea
Tints of #bcd8ea
RGB Percentages of Color #bcd8ea
CMYK Percentages of Color #bcd8ea
Complementary Color
#bcd8ea | #eacebc |
#bcd8ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcd8ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcd8ea Color CSS Codes
.mybgcolor {background-color:#bcd8ea; } .myforecolor {color:#bcd8ea; } .mybordercolor {border:3px solid #bcd8ea; }
#bcd8ea Text Font Color
<p style="color:#bcd8ea">Text here</p>
This sample text font color is #bcd8ea
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.
#bcd8ea Background Color
<div style="background-color:#bcd8ea">
Div content here</div>
This div background color is #bcd8ea
#bcd8ea Border Color
<div style="border:3px solid #bcd8ea">
Div here</div>
This div border color is #bcd8ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,216,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcd8ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcd8ea; -webkit-box-shadow: 1px 1px 3px 2px #bcd8ea; box-shadow: 1px 1px 3px 2px #bcd8ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,216,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcd8ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcd8ea; -webkit-box-shadow: 1px 1px 3px 2px #bcd8ea; box-shadow: 1px 1px 3px 2px #bcd8ea;">
Div content here</div>
This div box has shadow with color #bcd8ea
Comments
No comments written yet.
Please login to write comment.