Color spaces of #bebcef
RGB | 190 | 188 | 239 |
---|---|---|---|
HSL | 0.67 | 0.61 | 0.84 |
HSV | 242° | 21° | 94° |
CMYK | 0.21 | 0.21 | 0.00 0.06 |
XYZ | 54.7984 | 53.1456 | 89.0313 |
Yxy | 53.1456 | 0.2782 | 0.2698 |
Hunter Lab | 72.9010 | 6.5985 | -21.3779 |
CIE-Lab | 77.9609 | 11.1429 | -25.0197 |
#bebcef color RGB value is (190,188,239).
#bebcef hex color red value is 190, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bebcef hue: 0.67 , saturation: 0.61 and the lightness value of bebcef is 0.84.
The process color (four color CMYK) of #bebcef color hex is 0.21, 0.21, 0.00, 0.06. Web safe color of #bebcef is #ccccff. Color #bebcef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111100 | 11101111 |
Octal | 276 | 274 | 357 |
Decimal | 190 | 188 | 239 |
Hex | BE | BC | EF |
Shades of #bebcef
Tints of #bebcef
RGB Percentages of Color #bebcef
CMYK Percentages of Color #bebcef
Complementary Color
#bebcef | #edefbc |
#bebcef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bebcef Color Preview on White Background
Lorem ipsum dolor sit amet.
#bebcef Color CSS Codes
.mybgcolor {background-color:#bebcef; } .myforecolor {color:#bebcef; } .mybordercolor {border:3px solid #bebcef; }
#bebcef Text Font Color
<p style="color:#bebcef">Text here</p>
This sample text font color is #bebcef
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.
#bebcef Background Color
<div style="background-color:#bebcef">
Div content here</div>
This div background color is #bebcef
#bebcef Border Color
<div style="border:3px solid #bebcef">
Div here</div>
This div border color is #bebcef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,188,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bebcef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bebcef; -webkit-box-shadow: 1px 1px 3px 2px #bebcef; box-shadow: 1px 1px 3px 2px #bebcef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,188,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bebcef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bebcef; -webkit-box-shadow: 1px 1px 3px 2px #bebcef; box-shadow: 1px 1px 3px 2px #bebcef;">
Div content here</div>
This div box has shadow with color #bebcef
Comments
No comments written yet.
Please login to write comment.