Color spaces of #bedcec
RGB | 190 | 220 | 236 |
---|---|---|---|
HSL | 0.56 | 0.55 | 0.84 |
HSV | 201° | 19° | 93° |
CMYK | 0.19 | 0.07 | 0.00 0.07 |
XYZ | 61.9687 | 68.1897 | 89.2527 |
Yxy | 68.1897 | 0.2824 | 0.3108 |
Hunter Lab | 82.5771 | -10.5572 | -6.2791 |
CIE-Lab | 86.1012 | -6.5327 | -11.1395 |
#bedcec color RGB value is (190,220,236).
#bedcec hex color red value is 190, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bedcec hue: 0.56 , saturation: 0.55 and the lightness value of bedcec is 0.84.
The process color (four color CMYK) of #bedcec color hex is 0.19, 0.07, 0.00, 0.07. Web safe color of #bedcec is #ccccff. Color #bedcec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11011100 | 11101100 |
Octal | 276 | 334 | 354 |
Decimal | 190 | 220 | 236 |
Hex | BE | DC | EC |
Shades of #bedcec
Tints of #bedcec
RGB Percentages of Color #bedcec
CMYK Percentages of Color #bedcec
Complementary Color
#bedcec | #eccebe |
#bedcec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bedcec Color Preview on White Background
Lorem ipsum dolor sit amet.
#bedcec Color CSS Codes
.mybgcolor {background-color:#bedcec; } .myforecolor {color:#bedcec; } .mybordercolor {border:3px solid #bedcec; }
#bedcec Text Font Color
<p style="color:#bedcec">Text here</p>
This sample text font color is #bedcec
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.
#bedcec Background Color
<div style="background-color:#bedcec">
Div content here</div>
This div background color is #bedcec
#bedcec Border Color
<div style="border:3px solid #bedcec">
Div here</div>
This div border color is #bedcec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,220,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bedcec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bedcec; -webkit-box-shadow: 1px 1px 3px 2px #bedcec; box-shadow: 1px 1px 3px 2px #bedcec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,220,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bedcec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bedcec; -webkit-box-shadow: 1px 1px 3px 2px #bedcec; box-shadow: 1px 1px 3px 2px #bedcec;">
Div content here</div>
This div box has shadow with color #bedcec
Comments
No comments written yet.
Please login to write comment.