Color spaces of #bde575
RGB | 189 | 229 | 117 |
---|---|---|---|
HSL | 0.23 | 0.68 | 0.68 |
HSV | 81° | 49° | 90° |
CMYK | 0.17 | 0.00 | 0.49 0.10 |
XYZ | 52.2165 | 68.1418 | 27.2302 |
Yxy | 68.1418 | 0.3538 | 0.4617 |
Hunter Lab | 82.5480 | -31.5473 | 38.2256 |
CIE-Lab | 86.0773 | -30.4828 | 49.9887 |
#bde575 color RGB value is (189,229,117).
#bde575 hex color red value is 189, green value is 229 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bde575 hue: 0.23 , saturation: 0.68 and the lightness value of bde575 is 0.68.
The process color (four color CMYK) of #bde575 color hex is 0.17, 0.00, 0.49, 0.10. Web safe color of #bde575 is #cccc66. Color #bde575 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11100101 | 01110101 |
Octal | 275 | 345 | 165 |
Decimal | 189 | 229 | 117 |
Hex | BD | E5 | 75 |
Shades of #bde575
Tints of #bde575
RGB Percentages of Color #bde575
CMYK Percentages of Color #bde575
Complementary Color
#bde575 | #9d75e5 |
#bde575 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bde575 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bde575 Color CSS Codes
.mybgcolor {background-color:#bde575; } .myforecolor {color:#bde575; } .mybordercolor {border:3px solid #bde575; }
#bde575 Text Font Color
<p style="color:#bde575">Text here</p>
This sample text font color is #bde575
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.
#bde575 Background Color
<div style="background-color:#bde575">
Div content here</div>
This div background color is #bde575
#bde575 Border Color
<div style="border:3px solid #bde575">
Div here</div>
This div border color is #bde575
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,229,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bde575; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bde575; -webkit-box-shadow: 1px 1px 3px 2px #bde575; box-shadow: 1px 1px 3px 2px #bde575; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,229,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bde575">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bde575; -webkit-box-shadow: 1px 1px 3px 2px #bde575; box-shadow: 1px 1px 3px 2px #bde575;">
Div content here</div>
This div box has shadow with color #bde575
Comments
No comments written yet.
Please login to write comment.