Color spaces of #beccff
RGB | 190 | 204 | 255 |
---|---|---|---|
HSL | 0.63 | 1.00 | 0.87 |
HSV | 227° | 25° | 100° |
CMYK | 0.25 | 0.20 | 0.00 0.00 |
XYZ | 60.8781 | 61.3529 | 103.2414 |
Yxy | 61.3529 | 0.2700 | 0.2721 |
Hunter Lab | 78.3281 | 1.6595 | -23.3183 |
CIE-Lab | 82.5681 | 6.1378 | -26.5393 |
#beccff color RGB value is (190,204,255).
#beccff hex color red value is 190, green value is 204 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #beccff hue: 0.63 , saturation: 1.00 and the lightness value of beccff is 0.87.
The process color (four color CMYK) of #beccff color hex is 0.25, 0.20, 0.00, 0.00. Web safe color of #beccff is #ccccff. Color #beccff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11001100 | 11111111 |
Octal | 276 | 314 | 377 |
Decimal | 190 | 204 | 255 |
Hex | BE | CC | FF |
Shades of #beccff
Tints of #beccff
RGB Percentages of Color #beccff
CMYK Percentages of Color #beccff
Complementary Color
#beccff | #fff1be |
#beccff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beccff Color Preview on White Background
Lorem ipsum dolor sit amet.
#beccff Color CSS Codes
.mybgcolor {background-color:#beccff; } .myforecolor {color:#beccff; } .mybordercolor {border:3px solid #beccff; }
#beccff Text Font Color
<p style="color:#beccff">Text here</p>
This sample text font color is #beccff
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.
#beccff Background Color
<div style="background-color:#beccff">
Div content here</div>
This div background color is #beccff
#beccff Border Color
<div style="border:3px solid #beccff">
Div here</div>
This div border color is #beccff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,204,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beccff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beccff; -webkit-box-shadow: 1px 1px 3px 2px #beccff; box-shadow: 1px 1px 3px 2px #beccff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,204,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beccff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beccff; -webkit-box-shadow: 1px 1px 3px 2px #beccff; box-shadow: 1px 1px 3px 2px #beccff;">
Div content here</div>
This div box has shadow with color #beccff
Comments
No comments written yet.
Please login to write comment.