Color spaces of #bedb04
RGB | 190 | 219 | 4 |
---|---|---|---|
HSL | 0.19 | 0.96 | 0.44 |
HSV | 68° | 98° | 86° |
CMYK | 0.13 | 0.00 | 0.98 0.14 |
XYZ | 46.5886 | 61.6190 | 9.5530 |
Yxy | 61.6190 | 0.3956 | 0.5233 |
Hunter Lab | 78.4978 | -31.4310 | 47.7330 |
CIE-Lab | 82.7104 | -31.2451 | 81.3200 |
#bedb04 color RGB value is (190,219,4).
#bedb04 hex color red value is 190, green value is 219 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #bedb04 hue: 0.19 , saturation: 0.96 and the lightness value of bedb04 is 0.44.
The process color (four color CMYK) of #bedb04 color hex is 0.13, 0.00, 0.98, 0.14. Web safe color of #bedb04 is #cccc00. Color #bedb04 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11011011 | 00000100 |
Octal | 276 | 333 | 4 |
Decimal | 190 | 219 | 4 |
Hex | BE | DB | 4 |
Shades of #bedb04
Tints of #bedb04
RGB Percentages of Color #bedb04
CMYK Percentages of Color #bedb04
Complementary Color
#bedb04 | #2104db |
#bedb04 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bedb04 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bedb04 Color CSS Codes
.mybgcolor {background-color:#bedb04; } .myforecolor {color:#bedb04; } .mybordercolor {border:3px solid #bedb04; }
#bedb04 Text Font Color
<p style="color:#bedb04">Text here</p>
This sample text font color is #bedb04
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.
#bedb04 Background Color
<div style="background-color:#bedb04">
Div content here</div>
This div background color is #bedb04
#bedb04 Border Color
<div style="border:3px solid #bedb04">
Div here</div>
This div border color is #bedb04
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,219,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bedb04; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bedb04; -webkit-box-shadow: 1px 1px 3px 2px #bedb04; box-shadow: 1px 1px 3px 2px #bedb04; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,219,4, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bedb04">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bedb04; -webkit-box-shadow: 1px 1px 3px 2px #bedb04; box-shadow: 1px 1px 3px 2px #bedb04;">
Div content here</div>
This div box has shadow with color #bedb04
Comments
No comments written yet.
Please login to write comment.