Color spaces of #bfdaeb
RGB | 191 | 218 | 235 |
---|---|---|---|
HSL | 0.56 | 0.52 | 0.84 |
HSV | 203° | 19° | 92° |
CMYK | 0.19 | 0.07 | 0.00 0.08 |
XYZ | 61.5527 | 67.2173 | 88.3273 |
Yxy | 67.2173 | 0.2835 | 0.3096 |
Hunter Lab | 81.9862 | -9.4634 | -6.4854 |
CIE-Lab | 85.6136 | -5.4031 | -11.3312 |
#bfdaeb color RGB value is (191,218,235).
#bfdaeb hex color red value is 191, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bfdaeb hue: 0.56 , saturation: 0.52 and the lightness value of bfdaeb is 0.84.
The process color (four color CMYK) of #bfdaeb color hex is 0.19, 0.07, 0.00, 0.08. Web safe color of #bfdaeb is #ccccff. Color #bfdaeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011010 | 11101011 |
Octal | 277 | 332 | 353 |
Decimal | 191 | 218 | 235 |
Hex | BF | DA | EB |
Shades of #bfdaeb
Tints of #bfdaeb
RGB Percentages of Color #bfdaeb
CMYK Percentages of Color #bfdaeb
Complementary Color
#bfdaeb | #ebd0bf |
#bfdaeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfdaeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfdaeb Color CSS Codes
.mybgcolor {background-color:#bfdaeb; } .myforecolor {color:#bfdaeb; } .mybordercolor {border:3px solid #bfdaeb; }
#bfdaeb Text Font Color
<p style="color:#bfdaeb">Text here</p>
This sample text font color is #bfdaeb
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.
#bfdaeb Background Color
<div style="background-color:#bfdaeb">
Div content here</div>
This div background color is #bfdaeb
#bfdaeb Border Color
<div style="border:3px solid #bfdaeb">
Div here</div>
This div border color is #bfdaeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,218,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfdaeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfdaeb; -webkit-box-shadow: 1px 1px 3px 2px #bfdaeb; box-shadow: 1px 1px 3px 2px #bfdaeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,218,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 #bfdaeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfdaeb; -webkit-box-shadow: 1px 1px 3px 2px #bfdaeb; box-shadow: 1px 1px 3px 2px #bfdaeb;">
Div content here</div>
This div box has shadow with color #bfdaeb
Comments
No comments written yet.
Please login to write comment.