Color spaces of #bde176
RGB | 189 | 225 | 118 |
---|---|---|---|
HSL | 0.22 | 0.64 | 0.67 |
HSV | 80° | 48° | 88° |
CMYK | 0.16 | 0.00 | 0.48 0.12 |
XYZ | 51.1815 | 65.9773 | 27.1769 |
Yxy | 65.9773 | 0.3546 | 0.4571 |
Hunter Lab | 81.2264 | -29.6717 | 37.0211 |
CIE-Lab | 84.9848 | -28.4976 | 48.1874 |
#bde176 color RGB value is (189,225,118).
#bde176 hex color red value is 189, green value is 225 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bde176 hue: 0.22 , saturation: 0.64 and the lightness value of bde176 is 0.67.
The process color (four color CMYK) of #bde176 color hex is 0.16, 0.00, 0.48, 0.12. Web safe color of #bde176 is #cccc66. Color #bde176 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11100001 | 01110110 |
Octal | 275 | 341 | 166 |
Decimal | 189 | 225 | 118 |
Hex | BD | E1 | 76 |
Shades of #bde176
Tints of #bde176
RGB Percentages of Color #bde176
CMYK Percentages of Color #bde176
Complementary Color
#bde176 | #9a76e1 |
#bde176 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bde176 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bde176 Color CSS Codes
.mybgcolor {background-color:#bde176; } .myforecolor {color:#bde176; } .mybordercolor {border:3px solid #bde176; }
#bde176 Text Font Color
<p style="color:#bde176">Text here</p>
This sample text font color is #bde176
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.
#bde176 Background Color
<div style="background-color:#bde176">
Div content here</div>
This div background color is #bde176
#bde176 Border Color
<div style="border:3px solid #bde176">
Div here</div>
This div border color is #bde176
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,225,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bde176; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bde176; -webkit-box-shadow: 1px 1px 3px 2px #bde176; box-shadow: 1px 1px 3px 2px #bde176; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,225,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bde176">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bde176; -webkit-box-shadow: 1px 1px 3px 2px #bde176; box-shadow: 1px 1px 3px 2px #bde176;">
Div content here</div>
This div box has shadow with color #bde176
Comments
No comments written yet.
Please login to write comment.