Color spaces of #bfeaef
RGB | 191 | 234 | 239 |
---|---|---|---|
HSL | 0.52 | 0.60 | 0.84 |
HSV | 186° | 20° | 94° |
CMYK | 0.20 | 0.02 | 0.00 0.06 |
XYZ | 66.4887 | 76.1540 | 92.8562 |
Yxy | 76.1540 | 0.2823 | 0.3234 |
Hunter Lab | 87.2663 | -16.7157 | -2.0015 |
CIE-Lab | 89.9308 | -12.7446 | -7.0227 |
#bfeaef color RGB value is (191,234,239).
#bfeaef hex color red value is 191, green value is 234 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bfeaef hue: 0.52 , saturation: 0.60 and the lightness value of bfeaef is 0.84.
The process color (four color CMYK) of #bfeaef color hex is 0.20, 0.02, 0.00, 0.06. Web safe color of #bfeaef is #ccffff. Color #bfeaef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11101010 | 11101111 |
Octal | 277 | 352 | 357 |
Decimal | 191 | 234 | 239 |
Hex | BF | EA | EF |
Shades of #bfeaef
Tints of #bfeaef
RGB Percentages of Color #bfeaef
CMYK Percentages of Color #bfeaef
Complementary Color
#bfeaef | #efc4bf |
#bfeaef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfeaef Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfeaef Color CSS Codes
.mybgcolor {background-color:#bfeaef; } .myforecolor {color:#bfeaef; } .mybordercolor {border:3px solid #bfeaef; }
#bfeaef Text Font Color
<p style="color:#bfeaef">Text here</p>
This sample text font color is #bfeaef
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.
#bfeaef Background Color
<div style="background-color:#bfeaef">
Div content here</div>
This div background color is #bfeaef
#bfeaef Border Color
<div style="border:3px solid #bfeaef">
Div here</div>
This div border color is #bfeaef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,234,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfeaef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfeaef; -webkit-box-shadow: 1px 1px 3px 2px #bfeaef; box-shadow: 1px 1px 3px 2px #bfeaef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,234,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 #bfeaef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfeaef; -webkit-box-shadow: 1px 1px 3px 2px #bfeaef; box-shadow: 1px 1px 3px 2px #bfeaef;">
Div content here</div>
This div box has shadow with color #bfeaef
Comments
No comments written yet.
Please login to write comment.