Color spaces of #befafc
RGB | 190 | 250 | 252 |
---|---|---|---|
HSL | 0.51 | 0.91 | 0.87 |
HSV | 182° | 25° | 99° |
CMYK | 0.25 | 0.01 | 0.00 0.01 |
XYZ | 72.9915 | 86.3466 | 104.9150 |
Yxy | 86.3466 | 0.2762 | 0.3268 |
Hunter Lab | 92.9229 | -22.4022 | -1.8956 |
CIE-Lab | 94.4603 | -18.2461 | -7.0915 |
#befafc color RGB value is (190,250,252).
#befafc hex color red value is 190, green value is 250 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #befafc hue: 0.51 , saturation: 0.91 and the lightness value of befafc is 0.87.
The process color (four color CMYK) of #befafc color hex is 0.25, 0.01, 0.00, 0.01. Web safe color of #befafc is #ccffff. Color #befafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11111010 | 11111100 |
Octal | 276 | 372 | 374 |
Decimal | 190 | 250 | 252 |
Hex | BE | FA | FC |
Shades of #befafc
Tints of #befafc
RGB Percentages of Color #befafc
CMYK Percentages of Color #befafc
Complementary Color
#befafc | #fcc0be |
#befafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#befafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#befafc Color CSS Codes
.mybgcolor {background-color:#befafc; } .myforecolor {color:#befafc; } .mybordercolor {border:3px solid #befafc; }
#befafc Text Font Color
<p style="color:#befafc">Text here</p>
This sample text font color is #befafc
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.
#befafc Background Color
<div style="background-color:#befafc">
Div content here</div>
This div background color is #befafc
#befafc Border Color
<div style="border:3px solid #befafc">
Div here</div>
This div border color is #befafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,250,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #befafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #befafc; -webkit-box-shadow: 1px 1px 3px 2px #befafc; box-shadow: 1px 1px 3px 2px #befafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,250,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #befafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #befafc; -webkit-box-shadow: 1px 1px 3px 2px #befafc; box-shadow: 1px 1px 3px 2px #befafc;">
Div content here</div>
This div box has shadow with color #befafc
Related Colors
Comments
No comments written yet.
Please login to write comment.