Color spaces of #bde070
RGB | 189 | 224 | 112 |
---|---|---|---|
HSL | 0.22 | 0.64 | 0.66 |
HSV | 79° | 50° | 88° |
CMYK | 0.16 | 0.00 | 0.50 0.12 |
XYZ | 50.5666 | 65.3000 | 25.2683 |
Yxy | 65.3000 | 0.3583 | 0.4627 |
Hunter Lab | 80.8084 | -29.7167 | 38.0263 |
CIE-Lab | 84.6381 | -28.6387 | 50.6092 |
#bde070 color RGB value is (189,224,112).
#bde070 hex color red value is 189, green value is 224 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bde070 hue: 0.22 , saturation: 0.64 and the lightness value of bde070 is 0.66.
The process color (four color CMYK) of #bde070 color hex is 0.16, 0.00, 0.50, 0.12. Web safe color of #bde070 is #cccc66. Color #bde070 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11100000 | 01110000 |
Octal | 275 | 340 | 160 |
Decimal | 189 | 224 | 112 |
Hex | BD | E0 | 70 |
Shades of #bde070
Tints of #bde070
RGB Percentages of Color #bde070
CMYK Percentages of Color #bde070
Complementary Color
#bde070 | #9370e0 |
#bde070 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bde070 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bde070 Color CSS Codes
.mybgcolor {background-color:#bde070; } .myforecolor {color:#bde070; } .mybordercolor {border:3px solid #bde070; }
#bde070 Text Font Color
<p style="color:#bde070">Text here</p>
This sample text font color is #bde070
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.
#bde070 Background Color
<div style="background-color:#bde070">
Div content here</div>
This div background color is #bde070
#bde070 Border Color
<div style="border:3px solid #bde070">
Div here</div>
This div border color is #bde070
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,224,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bde070; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bde070; -webkit-box-shadow: 1px 1px 3px 2px #bde070; box-shadow: 1px 1px 3px 2px #bde070; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,224,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 #bde070">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bde070; -webkit-box-shadow: 1px 1px 3px 2px #bde070; box-shadow: 1px 1px 3px 2px #bde070;">
Div content here</div>
This div box has shadow with color #bde070
Comments
No comments written yet.
Please login to write comment.