Color spaces of #bedd2d
RGB | 190 | 221 | 45 |
---|---|---|---|
HSL | 0.20 | 0.72 | 0.52 |
HSV | 71° | 80° | 87° |
CMYK | 0.14 | 0.00 | 0.80 0.13 |
XYZ | 47.5653 | 62.8495 | 12.1068 |
Yxy | 62.8495 | 0.3882 | 0.5130 |
Hunter Lab | 79.2777 | -31.6389 | 46.4400 |
CIE-Lab | 83.3631 | -31.3228 | 75.1428 |
#bedd2d color RGB value is (190,221,45).
#bedd2d hex color red value is 190, green value is 221 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bedd2d hue: 0.20 , saturation: 0.72 and the lightness value of bedd2d is 0.52.
The process color (four color CMYK) of #bedd2d color hex is 0.14, 0.00, 0.80, 0.13. Web safe color of #bedd2d is #cccc33. Color #bedd2d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11011101 | 00101101 |
Octal | 276 | 335 | 55 |
Decimal | 190 | 221 | 45 |
Hex | BE | DD | 2D |
Shades of #bedd2d
Tints of #bedd2d
RGB Percentages of Color #bedd2d
CMYK Percentages of Color #bedd2d
Complementary Color
#bedd2d | #4c2ddd |
#bedd2d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bedd2d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bedd2d Color CSS Codes
.mybgcolor {background-color:#bedd2d; } .myforecolor {color:#bedd2d; } .mybordercolor {border:3px solid #bedd2d; }
#bedd2d Text Font Color
<p style="color:#bedd2d">Text here</p>
This sample text font color is #bedd2d
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.
#bedd2d Background Color
<div style="background-color:#bedd2d">
Div content here</div>
This div background color is #bedd2d
#bedd2d Border Color
<div style="border:3px solid #bedd2d">
Div here</div>
This div border color is #bedd2d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,221,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bedd2d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bedd2d; -webkit-box-shadow: 1px 1px 3px 2px #bedd2d; box-shadow: 1px 1px 3px 2px #bedd2d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,221,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bedd2d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bedd2d; -webkit-box-shadow: 1px 1px 3px 2px #bedd2d; box-shadow: 1px 1px 3px 2px #bedd2d;">
Div content here</div>
This div box has shadow with color #bedd2d
Comments
No comments written yet.
Please login to write comment.