Color spaces of #bee573
RGB | 190 | 229 | 115 |
---|---|---|---|
HSL | 0.22 | 0.69 | 0.67 |
HSV | 81° | 50° | 90° |
CMYK | 0.17 | 0.00 | 0.50 0.10 |
XYZ | 52.3490 | 68.2236 | 26.6290 |
Yxy | 68.2236 | 0.3556 | 0.4635 |
Hunter Lab | 82.5976 | -31.4154 | 38.7035 |
CIE-Lab | 86.1181 | -30.3127 | 50.9933 |
#bee573 color RGB value is (190,229,115).
#bee573 hex color red value is 190, green value is 229 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bee573 hue: 0.22 , saturation: 0.69 and the lightness value of bee573 is 0.67.
The process color (four color CMYK) of #bee573 color hex is 0.17, 0.00, 0.50, 0.10. Web safe color of #bee573 is #cccc66. Color #bee573 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11100101 | 01110011 |
Octal | 276 | 345 | 163 |
Decimal | 190 | 229 | 115 |
Hex | BE | E5 | 73 |
Shades of #bee573
Tints of #bee573
RGB Percentages of Color #bee573
CMYK Percentages of Color #bee573
Complementary Color
#bee573 | #9a73e5 |
#bee573 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bee573 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bee573 Color CSS Codes
.mybgcolor {background-color:#bee573; } .myforecolor {color:#bee573; } .mybordercolor {border:3px solid #bee573; }
#bee573 Text Font Color
<p style="color:#bee573">Text here</p>
This sample text font color is #bee573
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.
#bee573 Background Color
<div style="background-color:#bee573">
Div content here</div>
This div background color is #bee573
#bee573 Border Color
<div style="border:3px solid #bee573">
Div here</div>
This div border color is #bee573
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,229,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bee573; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bee573; -webkit-box-shadow: 1px 1px 3px 2px #bee573; box-shadow: 1px 1px 3px 2px #bee573; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,229,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bee573">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bee573; -webkit-box-shadow: 1px 1px 3px 2px #bee573; box-shadow: 1px 1px 3px 2px #bee573;">
Div content here</div>
This div box has shadow with color #bee573
Comments
No comments written yet.
Please login to write comment.