Color spaces of #bcbeea
RGB | 188 | 190 | 234 |
---|---|---|---|
HSL | 0.66 | 0.52 | 0.83 |
HSV | 237° | 20° | 92° |
CMYK | 0.20 | 0.19 | 0.00 0.08 |
XYZ | 54.0038 | 53.4588 | 85.3142 |
Yxy | 53.4588 | 0.2801 | 0.2773 |
Hunter Lab | 73.1155 | 3.8896 | -18.0011 |
CIE-Lab | 78.1451 | 8.3277 | -22.0622 |
#bcbeea color RGB value is (188,190,234).
#bcbeea hex color red value is 188, green value is 190 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bcbeea hue: 0.66 , saturation: 0.52 and the lightness value of bcbeea is 0.83.
The process color (four color CMYK) of #bcbeea color hex is 0.20, 0.19, 0.00, 0.08. Web safe color of #bcbeea is #ccccff. Color #bcbeea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10111110 | 11101010 |
Octal | 274 | 276 | 352 |
Decimal | 188 | 190 | 234 |
Hex | BC | BE | EA |
Shades of #bcbeea
Tints of #bcbeea
RGB Percentages of Color #bcbeea
CMYK Percentages of Color #bcbeea
Complementary Color
#bcbeea | #eae8bc |
#bcbeea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcbeea Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcbeea Color CSS Codes
.mybgcolor {background-color:#bcbeea; } .myforecolor {color:#bcbeea; } .mybordercolor {border:3px solid #bcbeea; }
#bcbeea Text Font Color
<p style="color:#bcbeea">Text here</p>
This sample text font color is #bcbeea
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.
#bcbeea Background Color
<div style="background-color:#bcbeea">
Div content here</div>
This div background color is #bcbeea
#bcbeea Border Color
<div style="border:3px solid #bcbeea">
Div here</div>
This div border color is #bcbeea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,190,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcbeea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcbeea; -webkit-box-shadow: 1px 1px 3px 2px #bcbeea; box-shadow: 1px 1px 3px 2px #bcbeea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,190,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 #bcbeea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcbeea; -webkit-box-shadow: 1px 1px 3px 2px #bcbeea; box-shadow: 1px 1px 3px 2px #bcbeea;">
Div content here</div>
This div box has shadow with color #bcbeea
Comments
No comments written yet.
Please login to write comment.