Color spaces of #bfcee2
RGB | 191 | 206 | 226 |
---|---|---|---|
HSL | 0.60 | 0.38 | 0.82 |
HSV | 214° | 15° | 89° |
CMYK | 0.15 | 0.09 | 0.00 0.11 |
XYZ | 57.2846 | 60.7100 | 80.6505 |
Yxy | 60.7100 | 0.2884 | 0.3056 |
Hunter Lab | 77.9166 | -5.1202 | -6.8287 |
CIE-Lab | 82.2226 | -1.0258 | -11.6092 |
#bfcee2 color RGB value is (191,206,226).
#bfcee2 hex color red value is 191, green value is 206 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #bfcee2 hue: 0.60 , saturation: 0.38 and the lightness value of bfcee2 is 0.82.
The process color (four color CMYK) of #bfcee2 color hex is 0.15, 0.09, 0.00, 0.11. Web safe color of #bfcee2 is #cccccc. Color #bfcee2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11001110 | 11100010 |
Octal | 277 | 316 | 342 |
Decimal | 191 | 206 | 226 |
Hex | BF | CE | E2 |
Shades of #bfcee2
Tints of #bfcee2
RGB Percentages of Color #bfcee2
CMYK Percentages of Color #bfcee2
Complementary Color
#bfcee2 | #e2d3bf |
#bfcee2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfcee2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfcee2 Color CSS Codes
.mybgcolor {background-color:#bfcee2; } .myforecolor {color:#bfcee2; } .mybordercolor {border:3px solid #bfcee2; }
#bfcee2 Text Font Color
<p style="color:#bfcee2">Text here</p>
This sample text font color is #bfcee2
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.
#bfcee2 Background Color
<div style="background-color:#bfcee2">
Div content here</div>
This div background color is #bfcee2
#bfcee2 Border Color
<div style="border:3px solid #bfcee2">
Div here</div>
This div border color is #bfcee2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,206,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfcee2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfcee2; -webkit-box-shadow: 1px 1px 3px 2px #bfcee2; box-shadow: 1px 1px 3px 2px #bfcee2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,206,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfcee2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfcee2; -webkit-box-shadow: 1px 1px 3px 2px #bfcee2; box-shadow: 1px 1px 3px 2px #bfcee2;">
Div content here</div>
This div box has shadow with color #bfcee2
Comments
No comments written yet.
Please login to write comment.