Color spaces of #bde345
RGB | 189 | 227 | 69 |
---|---|---|---|
HSL | 0.21 | 0.74 | 0.58 |
HSV | 74° | 70° | 89° |
CMYK | 0.17 | 0.00 | 0.70 0.11 |
XYZ | 49.5295 | 66.1867 | 15.7950 |
Yxy | 66.1867 | 0.3766 | 0.5033 |
Hunter Lab | 81.3552 | -33.6998 | 45.4376 |
CIE-Lab | 85.0916 | -33.3822 | 69.2086 |
#bde345 color RGB value is (189,227,69).
#bde345 hex color red value is 189, green value is 227 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #bde345 hue: 0.21 , saturation: 0.74 and the lightness value of bde345 is 0.58.
The process color (four color CMYK) of #bde345 color hex is 0.17, 0.00, 0.70, 0.11. Web safe color of #bde345 is #cccc33. Color #bde345 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11100011 | 01000101 |
Octal | 275 | 343 | 105 |
Decimal | 189 | 227 | 69 |
Hex | BD | E3 | 45 |
Shades of #bde345
Tints of #bde345
RGB Percentages of Color #bde345
CMYK Percentages of Color #bde345
Complementary Color
#bde345 | #6b45e3 |
#bde345 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bde345 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bde345 Color CSS Codes
.mybgcolor {background-color:#bde345; } .myforecolor {color:#bde345; } .mybordercolor {border:3px solid #bde345; }
#bde345 Text Font Color
<p style="color:#bde345">Text here</p>
This sample text font color is #bde345
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.
#bde345 Background Color
<div style="background-color:#bde345">
Div content here</div>
This div background color is #bde345
#bde345 Border Color
<div style="border:3px solid #bde345">
Div here</div>
This div border color is #bde345
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,227,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bde345; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bde345; -webkit-box-shadow: 1px 1px 3px 2px #bde345; box-shadow: 1px 1px 3px 2px #bde345; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,227,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bde345">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bde345; -webkit-box-shadow: 1px 1px 3px 2px #bde345; box-shadow: 1px 1px 3px 2px #bde345;">
Div content here</div>
This div box has shadow with color #bde345
Comments
No comments written yet.
Please login to write comment.