Color spaces of #bed166
RGB | 190 | 209 | 102 |
---|---|---|---|
HSL | 0.20 | 0.54 | 0.61 |
HSV | 71° | 51° | 82° |
CMYK | 0.09 | 0.00 | 0.51 0.18 |
XYZ | 46.4339 | 57.5074 | 21.2231 |
Yxy | 57.5074 | 0.3710 | 0.4595 |
Hunter Lab | 75.8336 | -23.4110 | 36.4904 |
CIE-Lab | 80.4641 | -21.9999 | 50.3562 |
#bed166 color RGB value is (190,209,102).
#bed166 hex color red value is 190, green value is 209 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bed166 hue: 0.20 , saturation: 0.54 and the lightness value of bed166 is 0.61.
The process color (four color CMYK) of #bed166 color hex is 0.09, 0.00, 0.51, 0.18. Web safe color of #bed166 is #cccc66. Color #bed166 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11010001 | 01100110 |
Octal | 276 | 321 | 146 |
Decimal | 190 | 209 | 102 |
Hex | BE | D1 | 66 |
Shades of #bed166
Tints of #bed166
RGB Percentages of Color #bed166
CMYK Percentages of Color #bed166
Complementary Color
#bed166 | #7966d1 |
#bed166 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bed166 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bed166 Color CSS Codes
.mybgcolor {background-color:#bed166; } .myforecolor {color:#bed166; } .mybordercolor {border:3px solid #bed166; }
#bed166 Text Font Color
<p style="color:#bed166">Text here</p>
This sample text font color is #bed166
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.
#bed166 Background Color
<div style="background-color:#bed166">
Div content here</div>
This div background color is #bed166
#bed166 Border Color
<div style="border:3px solid #bed166">
Div here</div>
This div border color is #bed166
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,209,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bed166; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bed166; -webkit-box-shadow: 1px 1px 3px 2px #bed166; box-shadow: 1px 1px 3px 2px #bed166; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,209,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 #bed166">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bed166; -webkit-box-shadow: 1px 1px 3px 2px #bed166; box-shadow: 1px 1px 3px 2px #bed166;">
Div content here</div>
This div box has shadow with color #bed166
Comments
No comments written yet.
Please login to write comment.