Color spaces of #bcdae4
RGB | 188 | 218 | 228 |
---|---|---|---|
HSL | 0.54 | 0.43 | 0.82 |
HSV | 195° | 18° | 89° |
CMYK | 0.18 | 0.04 | 0.00 0.11 |
XYZ | 59.8140 | 66.4356 | 83.0696 |
Yxy | 66.4356 | 0.2858 | 0.3174 |
Hunter Lab | 81.5080 | -11.6483 | -3.3703 |
CIE-Lab | 85.2181 | -7.8107 | -8.2360 |
#bcdae4 color RGB value is (188,218,228).
#bcdae4 hex color red value is 188, green value is 218 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #bcdae4 hue: 0.54 , saturation: 0.43 and the lightness value of bcdae4 is 0.82.
The process color (four color CMYK) of #bcdae4 color hex is 0.18, 0.04, 0.00, 0.11. Web safe color of #bcdae4 is #cccccc. Color #bcdae4 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11011010 | 11100100 |
Octal | 274 | 332 | 344 |
Decimal | 188 | 218 | 228 |
Hex | BC | DA | E4 |
Shades of #bcdae4
Tints of #bcdae4
RGB Percentages of Color #bcdae4
CMYK Percentages of Color #bcdae4
Complementary Color
#bcdae4 | #e4c6bc |
#bcdae4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcdae4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcdae4 Color CSS Codes
.mybgcolor {background-color:#bcdae4; } .myforecolor {color:#bcdae4; } .mybordercolor {border:3px solid #bcdae4; }
#bcdae4 Text Font Color
<p style="color:#bcdae4">Text here</p>
This sample text font color is #bcdae4
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.
#bcdae4 Background Color
<div style="background-color:#bcdae4">
Div content here</div>
This div background color is #bcdae4
#bcdae4 Border Color
<div style="border:3px solid #bcdae4">
Div here</div>
This div border color is #bcdae4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,218,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcdae4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcdae4; -webkit-box-shadow: 1px 1px 3px 2px #bcdae4; box-shadow: 1px 1px 3px 2px #bcdae4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,218,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcdae4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcdae4; -webkit-box-shadow: 1px 1px 3px 2px #bcdae4; box-shadow: 1px 1px 3px 2px #bcdae4;">
Div content here</div>
This div box has shadow with color #bcdae4
Comments
No comments written yet.
Please login to write comment.