Color spaces of #bed23f
RGB | 190 | 210 | 63 |
---|---|---|---|
HSL | 0.19 | 0.62 | 0.54 |
HSV | 68° | 70° | 82° |
CMYK | 0.10 | 0.00 | 0.70 0.18 |
XYZ | 45.1790 | 57.3992 | 13.4006 |
Yxy | 57.3992 | 0.3895 | 0.4949 |
Hunter Lab | 75.7623 | -26.1398 | 42.5465 |
CIE-Lab | 80.4036 | -25.3189 | 66.7295 |
#bed23f color RGB value is (190,210,63).
#bed23f hex color red value is 190, green value is 210 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bed23f hue: 0.19 , saturation: 0.62 and the lightness value of bed23f is 0.54.
The process color (four color CMYK) of #bed23f color hex is 0.10, 0.00, 0.70, 0.18. Web safe color of #bed23f is #cccc33. Color #bed23f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11010010 | 00111111 |
Octal | 276 | 322 | 77 |
Decimal | 190 | 210 | 63 |
Hex | BE | D2 | 3F |
Shades of #bed23f
Tints of #bed23f
RGB Percentages of Color #bed23f
CMYK Percentages of Color #bed23f
Complementary Color
#bed23f | #533fd2 |
#bed23f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bed23f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bed23f Color CSS Codes
.mybgcolor {background-color:#bed23f; } .myforecolor {color:#bed23f; } .mybordercolor {border:3px solid #bed23f; }
#bed23f Text Font Color
<p style="color:#bed23f">Text here</p>
This sample text font color is #bed23f
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.
#bed23f Background Color
<div style="background-color:#bed23f">
Div content here</div>
This div background color is #bed23f
#bed23f Border Color
<div style="border:3px solid #bed23f">
Div here</div>
This div border color is #bed23f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,210,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bed23f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bed23f; -webkit-box-shadow: 1px 1px 3px 2px #bed23f; box-shadow: 1px 1px 3px 2px #bed23f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,210,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bed23f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bed23f; -webkit-box-shadow: 1px 1px 3px 2px #bed23f; box-shadow: 1px 1px 3px 2px #bed23f;">
Div content here</div>
This div box has shadow with color #bed23f
Comments
No comments written yet.
Please login to write comment.