Color spaces of #bed268
RGB | 190 | 210 | 104 |
---|---|---|---|
HSL | 0.20 | 0.54 | 0.62 |
HSV | 71° | 50° | 82° |
CMYK | 0.10 | 0.00 | 0.50 0.18 |
XYZ | 46.7805 | 58.0398 | 21.8339 |
Yxy | 58.0398 | 0.3694 | 0.4583 |
Hunter Lab | 76.1839 | -23.7143 | 36.3365 |
CIE-Lab | 80.7609 | -22.3017 | 49.7660 |
#bed268 color RGB value is (190,210,104).
#bed268 hex color red value is 190, green value is 210 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bed268 hue: 0.20 , saturation: 0.54 and the lightness value of bed268 is 0.62.
The process color (four color CMYK) of #bed268 color hex is 0.10, 0.00, 0.50, 0.18. Web safe color of #bed268 is #cccc66. Color #bed268 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11010010 | 01101000 |
Octal | 276 | 322 | 150 |
Decimal | 190 | 210 | 104 |
Hex | BE | D2 | 68 |
Shades of #bed268
Tints of #bed268
RGB Percentages of Color #bed268
CMYK Percentages of Color #bed268
Complementary Color
#bed268 | #7c68d2 |
#bed268 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bed268 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bed268 Color CSS Codes
.mybgcolor {background-color:#bed268; } .myforecolor {color:#bed268; } .mybordercolor {border:3px solid #bed268; }
#bed268 Text Font Color
<p style="color:#bed268">Text here</p>
This sample text font color is #bed268
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.
#bed268 Background Color
<div style="background-color:#bed268">
Div content here</div>
This div background color is #bed268
#bed268 Border Color
<div style="border:3px solid #bed268">
Div here</div>
This div border color is #bed268
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,210,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bed268; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bed268; -webkit-box-shadow: 1px 1px 3px 2px #bed268; box-shadow: 1px 1px 3px 2px #bed268; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,210,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bed268">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bed268; -webkit-box-shadow: 1px 1px 3px 2px #bed268; box-shadow: 1px 1px 3px 2px #bed268;">
Div content here</div>
This div box has shadow with color #bed268
Comments
No comments written yet.
Please login to write comment.