Color spaces of #bed086
RGB | 190 | 208 | 134 |
---|---|---|---|
HSL | 0.21 | 0.44 | 0.67 |
HSV | 75° | 36° | 82° |
CMYK | 0.09 | 0.00 | 0.36 0.18 |
XYZ | 48.0942 | 57.7801 | 31.1721 |
Yxy | 57.7801 | 0.3509 | 0.4216 |
Hunter Lab | 76.0132 | -20.0847 | 28.8951 |
CIE-Lab | 80.6164 | -18.0174 | 34.7648 |
#bed086 color RGB value is (190,208,134).
#bed086 hex color red value is 190, green value is 208 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bed086 hue: 0.21 , saturation: 0.44 and the lightness value of bed086 is 0.67.
The process color (four color CMYK) of #bed086 color hex is 0.09, 0.00, 0.36, 0.18. Web safe color of #bed086 is #cccc99. Color #bed086 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11010000 | 10000110 |
Octal | 276 | 320 | 206 |
Decimal | 190 | 208 | 134 |
Hex | BE | D0 | 86 |
Shades of #bed086
Tints of #bed086
RGB Percentages of Color #bed086
CMYK Percentages of Color #bed086
Complementary Color
#bed086 | #9886d0 |
#bed086 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bed086 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bed086 Color CSS Codes
.mybgcolor {background-color:#bed086; } .myforecolor {color:#bed086; } .mybordercolor {border:3px solid #bed086; }
#bed086 Text Font Color
<p style="color:#bed086">Text here</p>
This sample text font color is #bed086
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.
#bed086 Background Color
<div style="background-color:#bed086">
Div content here</div>
This div background color is #bed086
#bed086 Border Color
<div style="border:3px solid #bed086">
Div here</div>
This div border color is #bed086
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,208,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bed086; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bed086; -webkit-box-shadow: 1px 1px 3px 2px #bed086; box-shadow: 1px 1px 3px 2px #bed086; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,208,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bed086">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bed086; -webkit-box-shadow: 1px 1px 3px 2px #bed086; box-shadow: 1px 1px 3px 2px #bed086;">
Div content here</div>
This div box has shadow with color #bed086
Comments
No comments written yet.
Please login to write comment.