Color spaces of #befab1
RGB | 190 | 250 | 177 |
---|---|---|---|
HSL | 0.30 | 0.88 | 0.84 |
HSV | 109° | 29° | 98° |
CMYK | 0.24 | 0.00 | 0.29 0.02 |
XYZ | 63.3566 | 82.4927 | 54.1784 |
Yxy | 82.4927 | 0.3167 | 0.4124 |
Hunter Lab | 90.8255 | -34.4294 | 28.2107 |
CIE-Lab | 92.7919 | -32.1588 | 29.0882 |
#befab1 color RGB value is (190,250,177).
#befab1 hex color red value is 190, green value is 250 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #befab1 hue: 0.30 , saturation: 0.88 and the lightness value of befab1 is 0.84.
The process color (four color CMYK) of #befab1 color hex is 0.24, 0.00, 0.29, 0.02. Web safe color of #befab1 is #ccff99. Color #befab1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11111010 | 10110001 |
Octal | 276 | 372 | 261 |
Decimal | 190 | 250 | 177 |
Hex | BE | FA | B1 |
Shades of #befab1
Tints of #befab1
RGB Percentages of Color #befab1
CMYK Percentages of Color #befab1
Complementary Color
#befab1 | #edb1fa |
#befab1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#befab1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#befab1 Color CSS Codes
.mybgcolor {background-color:#befab1; } .myforecolor {color:#befab1; } .mybordercolor {border:3px solid #befab1; }
#befab1 Text Font Color
<p style="color:#befab1">Text here</p>
This sample text font color is #befab1
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.
#befab1 Background Color
<div style="background-color:#befab1">
Div content here</div>
This div background color is #befab1
#befab1 Border Color
<div style="border:3px solid #befab1">
Div here</div>
This div border color is #befab1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,250,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #befab1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #befab1; -webkit-box-shadow: 1px 1px 3px 2px #befab1; box-shadow: 1px 1px 3px 2px #befab1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,250,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #befab1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #befab1; -webkit-box-shadow: 1px 1px 3px 2px #befab1; box-shadow: 1px 1px 3px 2px #befab1;">
Div content here</div>
This div box has shadow with color #befab1
Comments
No comments written yet.
Please login to write comment.