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