Color spaces of #bec857
RGB | 190 | 200 | 87 |
---|---|---|---|
HSL | 0.18 | 0.51 | 0.56 |
HSV | 65° | 57° | 78° |
CMYK | 0.05 | 0.00 | 0.57 0.22 |
XYZ | 43.6098 | 52.9438 | 16.9375 |
Yxy | 52.9438 | 0.3843 | 0.4665 |
Hunter Lab | 72.7625 | -20.3514 | 37.1323 |
CIE-Lab | 77.8418 | -18.8477 | 54.2340 |
#bec857 color RGB value is (190,200,87).
#bec857 hex color red value is 190, green value is 200 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #bec857 hue: 0.18 , saturation: 0.51 and the lightness value of bec857 is 0.56.
The process color (four color CMYK) of #bec857 color hex is 0.05, 0.00, 0.57, 0.22. Web safe color of #bec857 is #cccc66. Color #bec857 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11001000 | 01010111 |
Octal | 276 | 310 | 127 |
Decimal | 190 | 200 | 87 |
Hex | BE | C8 | 57 |
Shades of #bec857
Tints of #bec857
RGB Percentages of Color #bec857
CMYK Percentages of Color #bec857
Complementary Color
#bec857 | #6157c8 |
#bec857 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bec857 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bec857 Color CSS Codes
.mybgcolor {background-color:#bec857; } .myforecolor {color:#bec857; } .mybordercolor {border:3px solid #bec857; }
#bec857 Text Font Color
<p style="color:#bec857">Text here</p>
This sample text font color is #bec857
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.
#bec857 Background Color
<div style="background-color:#bec857">
Div content here</div>
This div background color is #bec857
#bec857 Border Color
<div style="border:3px solid #bec857">
Div here</div>
This div border color is #bec857
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,200,87, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bec857; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bec857; -webkit-box-shadow: 1px 1px 3px 2px #bec857; box-shadow: 1px 1px 3px 2px #bec857; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,200,87, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bec857">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bec857; -webkit-box-shadow: 1px 1px 3px 2px #bec857; box-shadow: 1px 1px 3px 2px #bec857;">
Div content here</div>
This div box has shadow with color #bec857
Comments
No comments written yet.
Please login to write comment.