Color spaces of #bce673
RGB | 188 | 230 | 115 |
---|---|---|---|
HSL | 0.23 | 0.70 | 0.68 |
HSV | 82° | 50° | 90° |
CMYK | 0.18 | 0.00 | 0.50 0.10 |
XYZ | 52.1304 | 68.5228 | 26.6983 |
Yxy | 68.5228 | 0.3538 | 0.4650 |
Hunter Lab | 82.7785 | -32.4506 | 38.8223 |
CIE-Lab | 86.2672 | -31.5265 | 51.1419 |
#bce673 color RGB value is (188,230,115).
#bce673 hex color red value is 188, green value is 230 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bce673 hue: 0.23 , saturation: 0.70 and the lightness value of bce673 is 0.68.
The process color (four color CMYK) of #bce673 color hex is 0.18, 0.00, 0.50, 0.10. Web safe color of #bce673 is #ccff66. Color #bce673 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11100110 | 01110011 |
Octal | 274 | 346 | 163 |
Decimal | 188 | 230 | 115 |
Hex | BC | E6 | 73 |
Shades of #bce673
Tints of #bce673
RGB Percentages of Color #bce673
CMYK Percentages of Color #bce673
Complementary Color
#bce673 | #9d73e6 |
#bce673 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bce673 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bce673 Color CSS Codes
.mybgcolor {background-color:#bce673; } .myforecolor {color:#bce673; } .mybordercolor {border:3px solid #bce673; }
#bce673 Text Font Color
<p style="color:#bce673">Text here</p>
This sample text font color is #bce673
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.
#bce673 Background Color
<div style="background-color:#bce673">
Div content here</div>
This div background color is #bce673
#bce673 Border Color
<div style="border:3px solid #bce673">
Div here</div>
This div border color is #bce673
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,230,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bce673; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bce673; -webkit-box-shadow: 1px 1px 3px 2px #bce673; box-shadow: 1px 1px 3px 2px #bce673; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,230,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 #bce673">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bce673; -webkit-box-shadow: 1px 1px 3px 2px #bce673; box-shadow: 1px 1px 3px 2px #bce673;">
Div content here</div>
This div box has shadow with color #bce673
Comments
No comments written yet.
Please login to write comment.