Color spaces of #bed666
RGB | 190 | 214 | 102 |
---|---|---|---|
HSL | 0.20 | 0.58 | 0.62 |
HSV | 73° | 52° | 84° |
CMYK | 0.11 | 0.00 | 0.52 0.16 |
XYZ | 47.6800 | 59.9996 | 21.6384 |
Yxy | 59.9996 | 0.3687 | 0.4640 |
Hunter Lab | 77.4594 | -25.6786 | 37.6588 |
CIE-Lab | 81.8380 | -24.4300 | 51.9734 |
#bed666 color RGB value is (190,214,102).
#bed666 hex color red value is 190, green value is 214 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bed666 hue: 0.20 , saturation: 0.58 and the lightness value of bed666 is 0.62.
The process color (four color CMYK) of #bed666 color hex is 0.11, 0.00, 0.52, 0.16. Web safe color of #bed666 is #cccc66. Color #bed666 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11010110 | 01100110 |
Octal | 276 | 326 | 146 |
Decimal | 190 | 214 | 102 |
Hex | BE | D6 | 66 |
Shades of #bed666
Tints of #bed666
RGB Percentages of Color #bed666
CMYK Percentages of Color #bed666
Complementary Color
#bed666 | #7e66d6 |
#bed666 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bed666 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bed666 Color CSS Codes
.mybgcolor {background-color:#bed666; } .myforecolor {color:#bed666; } .mybordercolor {border:3px solid #bed666; }
#bed666 Text Font Color
<p style="color:#bed666">Text here</p>
This sample text font color is #bed666
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.
#bed666 Background Color
<div style="background-color:#bed666">
Div content here</div>
This div background color is #bed666
#bed666 Border Color
<div style="border:3px solid #bed666">
Div here</div>
This div border color is #bed666
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,214,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bed666; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bed666; -webkit-box-shadow: 1px 1px 3px 2px #bed666; box-shadow: 1px 1px 3px 2px #bed666; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,214,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bed666">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bed666; -webkit-box-shadow: 1px 1px 3px 2px #bed666; box-shadow: 1px 1px 3px 2px #bed666;">
Div content here</div>
This div box has shadow with color #bed666
Comments
No comments written yet.
Please login to write comment.