Color spaces of #bedd8e
RGB | 190 | 221 | 142 |
---|---|---|---|
HSL | 0.23 | 0.54 | 0.71 |
HSV | 84° | 36° | 87° |
CMYK | 0.14 | 0.00 | 0.36 0.13 |
XYZ | 51.9741 | 64.6130 | 35.3234 |
Yxy | 64.6130 | 0.3421 | 0.4253 |
Hunter Lab | 80.3822 | -25.2531 | 30.2130 |
CIE-Lab | 84.2839 | -23.3874 | 35.4788 |
#bedd8e color RGB value is (190,221,142).
#bedd8e hex color red value is 190, green value is 221 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bedd8e hue: 0.23 , saturation: 0.54 and the lightness value of bedd8e is 0.71.
The process color (four color CMYK) of #bedd8e color hex is 0.14, 0.00, 0.36, 0.13. Web safe color of #bedd8e is #cccc99. Color #bedd8e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11011101 | 10001110 |
Octal | 276 | 335 | 216 |
Decimal | 190 | 221 | 142 |
Hex | BE | DD | 8E |
Shades of #bedd8e
Tints of #bedd8e
RGB Percentages of Color #bedd8e
CMYK Percentages of Color #bedd8e
Complementary Color
#bedd8e | #ad8edd |
#bedd8e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bedd8e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bedd8e Color CSS Codes
.mybgcolor {background-color:#bedd8e; } .myforecolor {color:#bedd8e; } .mybordercolor {border:3px solid #bedd8e; }
#bedd8e Text Font Color
<p style="color:#bedd8e">Text here</p>
This sample text font color is #bedd8e
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.
#bedd8e Background Color
<div style="background-color:#bedd8e">
Div content here</div>
This div background color is #bedd8e
#bedd8e Border Color
<div style="border:3px solid #bedd8e">
Div here</div>
This div border color is #bedd8e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,221,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bedd8e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bedd8e; -webkit-box-shadow: 1px 1px 3px 2px #bedd8e; box-shadow: 1px 1px 3px 2px #bedd8e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,221,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bedd8e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bedd8e; -webkit-box-shadow: 1px 1px 3px 2px #bedd8e; box-shadow: 1px 1px 3px 2px #bedd8e;">
Div content here</div>
This div box has shadow with color #bedd8e
Comments
No comments written yet.
Please login to write comment.