Color spaces of #bfecfd
RGB | 191 | 236 | 253 |
---|---|---|---|
HSL | 0.55 | 0.94 | 0.87 |
HSV | 196° | 25° | 99° |
CMYK | 0.25 | 0.07 | 0.00 0.01 |
XYZ | 69.2109 | 78.1591 | 104.3669 |
Yxy | 78.1591 | 0.2749 | 0.3105 |
Hunter Lab | 88.4076 | -14.9727 | -8.1076 |
CIE-Lab | 90.8525 | -10.7406 | -12.9674 |
#bfecfd color RGB value is (191,236,253).
#bfecfd hex color red value is 191, green value is 236 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bfecfd hue: 0.55 , saturation: 0.94 and the lightness value of bfecfd is 0.87.
The process color (four color CMYK) of #bfecfd color hex is 0.25, 0.07, 0.00, 0.01. Web safe color of #bfecfd is #ccffff. Color #bfecfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11101100 | 11111101 |
Octal | 277 | 354 | 375 |
Decimal | 191 | 236 | 253 |
Hex | BF | EC | FD |
Shades of #bfecfd
Tints of #bfecfd
RGB Percentages of Color #bfecfd
CMYK Percentages of Color #bfecfd
Complementary Color
#bfecfd | #fdd0bf |
#bfecfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfecfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfecfd Color CSS Codes
.mybgcolor {background-color:#bfecfd; } .myforecolor {color:#bfecfd; } .mybordercolor {border:3px solid #bfecfd; }
#bfecfd Text Font Color
<p style="color:#bfecfd">Text here</p>
This sample text font color is #bfecfd
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.
#bfecfd Background Color
<div style="background-color:#bfecfd">
Div content here</div>
This div background color is #bfecfd
#bfecfd Border Color
<div style="border:3px solid #bfecfd">
Div here</div>
This div border color is #bfecfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,236,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfecfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfecfd; -webkit-box-shadow: 1px 1px 3px 2px #bfecfd; box-shadow: 1px 1px 3px 2px #bfecfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,236,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfecfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfecfd; -webkit-box-shadow: 1px 1px 3px 2px #bfecfd; box-shadow: 1px 1px 3px 2px #bfecfd;">
Div content here</div>
This div box has shadow with color #bfecfd
#bfecfd Color Palettes
Comments
No comments written yet.
Please login to write comment.