Color spaces of #bed848
RGB | 190 | 216 | 72 |
---|---|---|---|
HSL | 0.20 | 0.65 | 0.56 |
HSV | 71° | 67° | 85° |
CMYK | 0.12 | 0.00 | 0.67 0.15 |
XYZ | 46.9608 | 60.5268 | 15.3386 |
Yxy | 60.5268 | 0.3823 | 0.4928 |
Hunter Lab | 77.7990 | -28.4025 | 42.7699 |
CIE-Lab | 82.1237 | -27.6692 | 65.1137 |
#bed848 color RGB value is (190,216,72).
#bed848 hex color red value is 190, green value is 216 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bed848 hue: 0.20 , saturation: 0.65 and the lightness value of bed848 is 0.56.
The process color (four color CMYK) of #bed848 color hex is 0.12, 0.00, 0.67, 0.15. Web safe color of #bed848 is #cccc33. Color #bed848 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11011000 | 01001000 |
Octal | 276 | 330 | 110 |
Decimal | 190 | 216 | 72 |
Hex | BE | D8 | 48 |
Shades of #bed848
Tints of #bed848
RGB Percentages of Color #bed848
CMYK Percentages of Color #bed848
Complementary Color
#bed848 | #6248d8 |
#bed848 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bed848 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bed848 Color CSS Codes
.mybgcolor {background-color:#bed848; } .myforecolor {color:#bed848; } .mybordercolor {border:3px solid #bed848; }
#bed848 Text Font Color
<p style="color:#bed848">Text here</p>
This sample text font color is #bed848
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.
#bed848 Background Color
<div style="background-color:#bed848">
Div content here</div>
This div background color is #bed848
#bed848 Border Color
<div style="border:3px solid #bed848">
Div here</div>
This div border color is #bed848
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,216,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bed848; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bed848; -webkit-box-shadow: 1px 1px 3px 2px #bed848; box-shadow: 1px 1px 3px 2px #bed848; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,216,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bed848">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bed848; -webkit-box-shadow: 1px 1px 3px 2px #bed848; box-shadow: 1px 1px 3px 2px #bed848;">
Div content here</div>
This div box has shadow with color #bed848
Comments
No comments written yet.
Please login to write comment.