Color spaces of #bcdaea
RGB | 188 | 218 | 234 |
---|---|---|---|
HSL | 0.56 | 0.52 | 0.83 |
HSV | 201° | 20° | 92° |
CMYK | 0.20 | 0.07 | 0.00 0.08 |
XYZ | 60.6617 | 66.7747 | 87.5335 |
Yxy | 66.7747 | 0.2822 | 0.3106 |
Hunter Lab | 81.7158 | -10.4932 | -6.3101 |
CIE-Lab | 85.3900 | -6.5370 | -11.1561 |
#bcdaea color RGB value is (188,218,234).
#bcdaea hex color red value is 188, green value is 218 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bcdaea hue: 0.56 , saturation: 0.52 and the lightness value of bcdaea is 0.83.
The process color (four color CMYK) of #bcdaea color hex is 0.20, 0.07, 0.00, 0.08. Web safe color of #bcdaea is #ccccff. Color #bcdaea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11011010 | 11101010 |
Octal | 274 | 332 | 352 |
Decimal | 188 | 218 | 234 |
Hex | BC | DA | EA |
Shades of #bcdaea
Tints of #bcdaea
RGB Percentages of Color #bcdaea
CMYK Percentages of Color #bcdaea
Complementary Color
#bcdaea | #eaccbc |
#bcdaea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcdaea Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcdaea Color CSS Codes
.mybgcolor {background-color:#bcdaea; } .myforecolor {color:#bcdaea; } .mybordercolor {border:3px solid #bcdaea; }
#bcdaea Text Font Color
<p style="color:#bcdaea">Text here</p>
This sample text font color is #bcdaea
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.
#bcdaea Background Color
<div style="background-color:#bcdaea">
Div content here</div>
This div background color is #bcdaea
#bcdaea Border Color
<div style="border:3px solid #bcdaea">
Div here</div>
This div border color is #bcdaea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,218,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcdaea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcdaea; -webkit-box-shadow: 1px 1px 3px 2px #bcdaea; box-shadow: 1px 1px 3px 2px #bcdaea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,218,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 #bcdaea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcdaea; -webkit-box-shadow: 1px 1px 3px 2px #bcdaea; box-shadow: 1px 1px 3px 2px #bcdaea;">
Div content here</div>
This div box has shadow with color #bcdaea
Comments
No comments written yet.
Please login to write comment.