Color spaces of #bfdeef
RGB | 191 | 222 | 239 |
---|---|---|---|
HSL | 0.56 | 0.60 | 0.84 |
HSV | 201° | 20° | 94° |
CMYK | 0.20 | 0.07 | 0.00 0.06 |
XYZ | 63.1871 | 69.5509 | 91.7557 |
Yxy | 69.5509 | 0.2815 | 0.3098 |
Hunter Lab | 83.3972 | -10.7019 | -6.8543 |
CIE-Lab | 86.7761 | -6.6187 | -11.7095 |
#bfdeef color RGB value is (191,222,239).
#bfdeef hex color red value is 191, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bfdeef hue: 0.56 , saturation: 0.60 and the lightness value of bfdeef is 0.84.
The process color (four color CMYK) of #bfdeef color hex is 0.20, 0.07, 0.00, 0.06. Web safe color of #bfdeef is #ccccff. Color #bfdeef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011110 | 11101111 |
Octal | 277 | 336 | 357 |
Decimal | 191 | 222 | 239 |
Hex | BF | DE | EF |
Shades of #bfdeef
Tints of #bfdeef
RGB Percentages of Color #bfdeef
CMYK Percentages of Color #bfdeef
Complementary Color
#bfdeef | #efd0bf |
#bfdeef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfdeef Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfdeef Color CSS Codes
.mybgcolor {background-color:#bfdeef; } .myforecolor {color:#bfdeef; } .mybordercolor {border:3px solid #bfdeef; }
#bfdeef Text Font Color
<p style="color:#bfdeef">Text here</p>
This sample text font color is #bfdeef
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.
#bfdeef Background Color
<div style="background-color:#bfdeef">
Div content here</div>
This div background color is #bfdeef
#bfdeef Border Color
<div style="border:3px solid #bfdeef">
Div here</div>
This div border color is #bfdeef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,222,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfdeef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfdeef; -webkit-box-shadow: 1px 1px 3px 2px #bfdeef; box-shadow: 1px 1px 3px 2px #bfdeef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,222,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfdeef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfdeef; -webkit-box-shadow: 1px 1px 3px 2px #bfdeef; box-shadow: 1px 1px 3px 2px #bfdeef;">
Div content here</div>
This div box has shadow with color #bfdeef
Comments
No comments written yet.
Please login to write comment.