Color spaces of #bfceeb
RGB | 191 | 206 | 235 |
---|---|---|---|
HSL | 0.61 | 0.52 | 0.84 |
HSV | 220° | 19° | 92° |
CMYK | 0.19 | 0.12 | 0.00 0.08 |
XYZ | 58.5526 | 61.2171 | 87.3273 |
Yxy | 61.2171 | 0.2827 | 0.2956 |
Hunter Lab | 78.2414 | -3.3403 | -11.4062 |
CIE-Lab | 82.4953 | 0.8922 | -16.0009 |
#bfceeb color RGB value is (191,206,235).
#bfceeb hex color red value is 191, green value is 206 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bfceeb hue: 0.61 , saturation: 0.52 and the lightness value of bfceeb is 0.84.
The process color (four color CMYK) of #bfceeb color hex is 0.19, 0.12, 0.00, 0.08. Web safe color of #bfceeb is #ccccff. Color #bfceeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11001110 | 11101011 |
Octal | 277 | 316 | 353 |
Decimal | 191 | 206 | 235 |
Hex | BF | CE | EB |
Shades of #bfceeb
Tints of #bfceeb
RGB Percentages of Color #bfceeb
CMYK Percentages of Color #bfceeb
Complementary Color
#bfceeb | #ebdcbf |
#bfceeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfceeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfceeb Color CSS Codes
.mybgcolor {background-color:#bfceeb; } .myforecolor {color:#bfceeb; } .mybordercolor {border:3px solid #bfceeb; }
#bfceeb Text Font Color
<p style="color:#bfceeb">Text here</p>
This sample text font color is #bfceeb
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.
#bfceeb Background Color
<div style="background-color:#bfceeb">
Div content here</div>
This div background color is #bfceeb
#bfceeb Border Color
<div style="border:3px solid #bfceeb">
Div here</div>
This div border color is #bfceeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,206,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfceeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfceeb; -webkit-box-shadow: 1px 1px 3px 2px #bfceeb; box-shadow: 1px 1px 3px 2px #bfceeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,206,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfceeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfceeb; -webkit-box-shadow: 1px 1px 3px 2px #bfceeb; box-shadow: 1px 1px 3px 2px #bfceeb;">
Div content here</div>
This div box has shadow with color #bfceeb
Comments
No comments written yet.
Please login to write comment.