Color spaces of #becfdc
RGB | 190 | 207 | 220 |
---|---|---|---|
HSL | 0.57 | 0.30 | 0.80 |
HSV | 206° | 14° | 86° |
CMYK | 0.14 | 0.06 | 0.00 0.14 |
XYZ | 56.4663 | 60.7401 | 76.4581 |
Yxy | 60.7401 | 0.2916 | 0.3136 |
Hunter Lab | 77.9359 | -7.0607 | -3.6106 |
CIE-Lab | 82.2388 | -3.1165 | -8.3897 |
#becfdc color RGB value is (190,207,220).
#becfdc hex color red value is 190, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #becfdc hue: 0.57 , saturation: 0.30 and the lightness value of becfdc is 0.80.
The process color (four color CMYK) of #becfdc color hex is 0.14, 0.06, 0.00, 0.14. Web safe color of #becfdc is #cccccc. Color #becfdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11001111 | 11011100 |
Octal | 276 | 317 | 334 |
Decimal | 190 | 207 | 220 |
Hex | BE | CF | DC |
Shades of #becfdc
Tints of #becfdc
RGB Percentages of Color #becfdc
CMYK Percentages of Color #becfdc
Complementary Color
#becfdc | #dccbbe |
#becfdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#becfdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#becfdc Color CSS Codes
.mybgcolor {background-color:#becfdc; } .myforecolor {color:#becfdc; } .mybordercolor {border:3px solid #becfdc; }
#becfdc Text Font Color
<p style="color:#becfdc">Text here</p>
This sample text font color is #becfdc
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.
#becfdc Background Color
<div style="background-color:#becfdc">
Div content here</div>
This div background color is #becfdc
#becfdc Border Color
<div style="border:3px solid #becfdc">
Div here</div>
This div border color is #becfdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,207,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #becfdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #becfdc; -webkit-box-shadow: 1px 1px 3px 2px #becfdc; box-shadow: 1px 1px 3px 2px #becfdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,207,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #becfdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #becfdc; -webkit-box-shadow: 1px 1px 3px 2px #becfdc; box-shadow: 1px 1px 3px 2px #becfdc;">
Div content here</div>
This div box has shadow with color #becfdc
Comments
No comments written yet.
Please login to write comment.