Color spaces of #befc98
RGB | 190 | 252 | 152 |
---|---|---|---|
HSL | 0.27 | 0.94 | 0.79 |
HSV | 97° | 40° | 99° |
CMYK | 0.25 | 0.00 | 0.40 0.01 |
XYZ | 61.7131 | 82.8350 | 42.4419 |
Yxy | 82.8350 | 0.3300 | 0.4430 |
Hunter Lab | 91.0137 | -38.2397 | 36.0613 |
CIE-Lab | 92.9422 | -36.6164 | 41.7342 |
#befc98 color RGB value is (190,252,152).
#befc98 hex color red value is 190, green value is 252 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #befc98 hue: 0.27 , saturation: 0.94 and the lightness value of befc98 is 0.79.
The process color (four color CMYK) of #befc98 color hex is 0.25, 0.00, 0.40, 0.01. Web safe color of #befc98 is #ccff99. Color #befc98 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11111100 | 10011000 |
Octal | 276 | 374 | 230 |
Decimal | 190 | 252 | 152 |
Hex | BE | FC | 98 |
Shades of #befc98
Tints of #befc98
RGB Percentages of Color #befc98
CMYK Percentages of Color #befc98
Complementary Color
#befc98 | #d698fc |
#befc98 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#befc98 Color Preview on White Background
Lorem ipsum dolor sit amet.
#befc98 Color CSS Codes
.mybgcolor {background-color:#befc98; } .myforecolor {color:#befc98; } .mybordercolor {border:3px solid #befc98; }
#befc98 Text Font Color
<p style="color:#befc98">Text here</p>
This sample text font color is #befc98
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.
#befc98 Background Color
<div style="background-color:#befc98">
Div content here</div>
This div background color is #befc98
#befc98 Border Color
<div style="border:3px solid #befc98">
Div here</div>
This div border color is #befc98
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,252,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #befc98; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #befc98; -webkit-box-shadow: 1px 1px 3px 2px #befc98; box-shadow: 1px 1px 3px 2px #befc98; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,252,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #befc98">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #befc98; -webkit-box-shadow: 1px 1px 3px 2px #befc98; box-shadow: 1px 1px 3px 2px #befc98;">
Div content here</div>
This div box has shadow with color #befc98
Comments
No comments written yet.
Please login to write comment.