Color spaces of #befbda
RGB | 190 | 251 | 218 |
---|---|---|---|
HSL | 0.41 | 0.88 | 0.86 |
HSV | 148° | 24° | 98° |
CMYK | 0.24 | 0.00 | 0.13 0.02 |
XYZ | 68.3873 | 85.0035 | 79.1326 |
Yxy | 85.0035 | 0.2941 | 0.3656 |
Hunter Lab | 92.1973 | -28.9431 | 13.6498 |
CIE-Lab | 93.8846 | -25.6018 | 9.6402 |
#befbda color RGB value is (190,251,218).
#befbda hex color red value is 190, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #befbda hue: 0.41 , saturation: 0.88 and the lightness value of befbda is 0.86.
The process color (four color CMYK) of #befbda color hex is 0.24, 0.00, 0.13, 0.02. Web safe color of #befbda is #ccffcc. Color #befbda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11111011 | 11011010 |
Octal | 276 | 373 | 332 |
Decimal | 190 | 251 | 218 |
Hex | BE | FB | DA |
Shades of #befbda
Tints of #befbda
RGB Percentages of Color #befbda
CMYK Percentages of Color #befbda
Complementary Color
#befbda | #fbbedf |
#befbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#befbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#befbda Color CSS Codes
.mybgcolor {background-color:#befbda; } .myforecolor {color:#befbda; } .mybordercolor {border:3px solid #befbda; }
#befbda Text Font Color
<p style="color:#befbda">Text here</p>
This sample text font color is #befbda
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.
#befbda Background Color
<div style="background-color:#befbda">
Div content here</div>
This div background color is #befbda
#befbda Border Color
<div style="border:3px solid #befbda">
Div here</div>
This div border color is #befbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,251,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #befbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #befbda; -webkit-box-shadow: 1px 1px 3px 2px #befbda; box-shadow: 1px 1px 3px 2px #befbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,251,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #befbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #befbda; -webkit-box-shadow: 1px 1px 3px 2px #befbda; box-shadow: 1px 1px 3px 2px #befbda;">
Div content here</div>
This div box has shadow with color #befbda
Comments
No comments written yet.
Please login to write comment.