Color spaces of #bde870
RGB | 189 | 232 | 112 |
---|---|---|---|
HSL | 0.23 | 0.72 | 0.67 |
HSV | 82° | 52° | 91° |
CMYK | 0.19 | 0.00 | 0.52 0.09 |
XYZ | 52.7675 | 69.7019 | 26.0019 |
Yxy | 69.7019 | 0.3554 | 0.4695 |
Hunter Lab | 83.4877 | -33.2844 | 39.9757 |
CIE-Lab | 86.8504 | -32.3800 | 53.2455 |
#bde870 color RGB value is (189,232,112).
#bde870 hex color red value is 189, green value is 232 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bde870 hue: 0.23 , saturation: 0.72 and the lightness value of bde870 is 0.67.
The process color (four color CMYK) of #bde870 color hex is 0.19, 0.00, 0.52, 0.09. Web safe color of #bde870 is #ccff66. Color #bde870 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11101000 | 01110000 |
Octal | 275 | 350 | 160 |
Decimal | 189 | 232 | 112 |
Hex | BD | E8 | 70 |
Shades of #bde870
Tints of #bde870
RGB Percentages of Color #bde870
CMYK Percentages of Color #bde870
Complementary Color
#bde870 | #9b70e8 |
#bde870 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bde870 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bde870 Color CSS Codes
.mybgcolor {background-color:#bde870; } .myforecolor {color:#bde870; } .mybordercolor {border:3px solid #bde870; }
#bde870 Text Font Color
<p style="color:#bde870">Text here</p>
This sample text font color is #bde870
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.
#bde870 Background Color
<div style="background-color:#bde870">
Div content here</div>
This div background color is #bde870
#bde870 Border Color
<div style="border:3px solid #bde870">
Div here</div>
This div border color is #bde870
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,232,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bde870; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bde870; -webkit-box-shadow: 1px 1px 3px 2px #bde870; box-shadow: 1px 1px 3px 2px #bde870; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,232,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bde870">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bde870; -webkit-box-shadow: 1px 1px 3px 2px #bde870; box-shadow: 1px 1px 3px 2px #bde870;">
Div content here</div>
This div box has shadow with color #bde870
Comments
No comments written yet.
Please login to write comment.