Color spaces of #becee8
RGB | 190 | 206 | 232 |
---|---|---|---|
HSL | 0.60 | 0.48 | 0.83 |
HSV | 217° | 18° | 91° |
CMYK | 0.18 | 0.11 | 0.00 0.09 |
XYZ | 57.8720 | 60.9160 | 85.0517 |
Yxy | 60.9160 | 0.2839 | 0.2988 |
Hunter Lab | 78.0487 | -4.2300 | -9.9758 |
CIE-Lab | 82.3336 | -0.0655 | -14.6515 |
#becee8 color RGB value is (190,206,232).
#becee8 hex color red value is 190, green value is 206 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #becee8 hue: 0.60 , saturation: 0.48 and the lightness value of becee8 is 0.83.
The process color (four color CMYK) of #becee8 color hex is 0.18, 0.11, 0.00, 0.09. Web safe color of #becee8 is #ccccff. Color #becee8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11001110 | 11101000 |
Octal | 276 | 316 | 350 |
Decimal | 190 | 206 | 232 |
Hex | BE | CE | E8 |
Shades of #becee8
Tints of #becee8
RGB Percentages of Color #becee8
CMYK Percentages of Color #becee8
Complementary Color
#becee8 | #e8d8be |
#becee8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#becee8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#becee8 Color CSS Codes
.mybgcolor {background-color:#becee8; } .myforecolor {color:#becee8; } .mybordercolor {border:3px solid #becee8; }
#becee8 Text Font Color
<p style="color:#becee8">Text here</p>
This sample text font color is #becee8
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.
#becee8 Background Color
<div style="background-color:#becee8">
Div content here</div>
This div background color is #becee8
#becee8 Border Color
<div style="border:3px solid #becee8">
Div here</div>
This div border color is #becee8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,206,232, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #becee8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #becee8; -webkit-box-shadow: 1px 1px 3px 2px #becee8; box-shadow: 1px 1px 3px 2px #becee8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,206,232, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #becee8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #becee8; -webkit-box-shadow: 1px 1px 3px 2px #becee8; box-shadow: 1px 1px 3px 2px #becee8;">
Div content here</div>
This div box has shadow with color #becee8
Comments
No comments written yet.
Please login to write comment.