Color spaces of #befebb
RGB | 190 | 254 | 187 |
---|---|---|---|
HSL | 0.33 | 0.97 | 0.86 |
HSV | 117° | 26° | 100° |
CMYK | 0.25 | 0.00 | 0.26 0.00 |
XYZ | 65.6467 | 85.4186 | 60.0412 |
Yxy | 85.4186 | 0.3110 | 0.4046 |
Hunter Lab | 92.4222 | -34.9518 | 26.1783 |
CIE-Lab | 94.0632 | -32.4383 | 25.7581 |
#befebb color RGB value is (190,254,187).
#befebb hex color red value is 190, green value is 254 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #befebb hue: 0.33 , saturation: 0.97 and the lightness value of befebb is 0.86.
The process color (four color CMYK) of #befebb color hex is 0.25, 0.00, 0.26, 0.00. Web safe color of #befebb is #ccffcc. Color #befebb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11111110 | 10111011 |
Octal | 276 | 376 | 273 |
Decimal | 190 | 254 | 187 |
Hex | BE | FE | BB |
Shades of #befebb
Tints of #befebb
RGB Percentages of Color #befebb
CMYK Percentages of Color #befebb
Complementary Color
#befebb | #fbbbfe |
#befebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#befebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#befebb Color CSS Codes
.mybgcolor {background-color:#befebb; } .myforecolor {color:#befebb; } .mybordercolor {border:3px solid #befebb; }
#befebb Text Font Color
<p style="color:#befebb">Text here</p>
This sample text font color is #befebb
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.
#befebb Background Color
<div style="background-color:#befebb">
Div content here</div>
This div background color is #befebb
#befebb Border Color
<div style="border:3px solid #befebb">
Div here</div>
This div border color is #befebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,254,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #befebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #befebb; -webkit-box-shadow: 1px 1px 3px 2px #befebb; box-shadow: 1px 1px 3px 2px #befebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,254,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #befebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #befebb; -webkit-box-shadow: 1px 1px 3px 2px #befebb; box-shadow: 1px 1px 3px 2px #befebb;">
Div content here</div>
This div box has shadow with color #befebb
Comments
No comments written yet.
Please login to write comment.