Color spaces of #bed184
RGB | 190 | 209 | 132 |
---|---|---|---|
HSL | 0.21 | 0.46 | 0.67 |
HSV | 75° | 37° | 82° |
CMYK | 0.09 | 0.00 | 0.37 0.18 |
XYZ | 48.2005 | 58.2140 | 30.5258 |
Yxy | 58.2140 | 0.3520 | 0.4251 |
Hunter Lab | 76.2981 | -20.7562 | 29.6876 |
CIE-Lab | 80.8576 | -18.7639 | 36.0981 |
#bed184 color RGB value is (190,209,132).
#bed184 hex color red value is 190, green value is 209 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bed184 hue: 0.21 , saturation: 0.46 and the lightness value of bed184 is 0.67.
The process color (four color CMYK) of #bed184 color hex is 0.09, 0.00, 0.37, 0.18. Web safe color of #bed184 is #cccc99. Color #bed184 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11010001 | 10000100 |
Octal | 276 | 321 | 204 |
Decimal | 190 | 209 | 132 |
Hex | BE | D1 | 84 |
Shades of #bed184
Tints of #bed184
RGB Percentages of Color #bed184
CMYK Percentages of Color #bed184
Complementary Color
#bed184 | #9784d1 |
#bed184 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bed184 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bed184 Color CSS Codes
.mybgcolor {background-color:#bed184; } .myforecolor {color:#bed184; } .mybordercolor {border:3px solid #bed184; }
#bed184 Text Font Color
<p style="color:#bed184">Text here</p>
This sample text font color is #bed184
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.
#bed184 Background Color
<div style="background-color:#bed184">
Div content here</div>
This div background color is #bed184
#bed184 Border Color
<div style="border:3px solid #bed184">
Div here</div>
This div border color is #bed184
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,209,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bed184; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bed184; -webkit-box-shadow: 1px 1px 3px 2px #bed184; box-shadow: 1px 1px 3px 2px #bed184; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,209,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bed184">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bed184; -webkit-box-shadow: 1px 1px 3px 2px #bed184; box-shadow: 1px 1px 3px 2px #bed184;">
Div content here</div>
This div box has shadow with color #bed184
Comments
No comments written yet.
Please login to write comment.