Color spaces of #bde37a
RGB | 189 | 227 | 122 |
---|---|---|---|
HSL | 0.23 | 0.65 | 0.68 |
HSV | 82° | 46° | 89° |
CMYK | 0.17 | 0.00 | 0.46 0.11 |
XYZ | 51.9682 | 67.1621 | 28.6369 |
Yxy | 67.1621 | 0.3517 | 0.4545 |
Hunter Lab | 81.9525 | -30.2254 | 36.6489 |
CIE-Lab | 85.5857 | -29.0141 | 47.0077 |
#bde37a color RGB value is (189,227,122).
#bde37a hex color red value is 189, green value is 227 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bde37a hue: 0.23 , saturation: 0.65 and the lightness value of bde37a is 0.68.
The process color (four color CMYK) of #bde37a color hex is 0.17, 0.00, 0.46, 0.11. Web safe color of #bde37a is #cccc66. Color #bde37a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11100011 | 01111010 |
Octal | 275 | 343 | 172 |
Decimal | 189 | 227 | 122 |
Hex | BD | E3 | 7A |
Shades of #bde37a
Tints of #bde37a
RGB Percentages of Color #bde37a
CMYK Percentages of Color #bde37a
Complementary Color
#bde37a | #a07ae3 |
#bde37a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bde37a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bde37a Color CSS Codes
.mybgcolor {background-color:#bde37a; } .myforecolor {color:#bde37a; } .mybordercolor {border:3px solid #bde37a; }
#bde37a Text Font Color
<p style="color:#bde37a">Text here</p>
This sample text font color is #bde37a
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.
#bde37a Background Color
<div style="background-color:#bde37a">
Div content here</div>
This div background color is #bde37a
#bde37a Border Color
<div style="border:3px solid #bde37a">
Div here</div>
This div border color is #bde37a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,227,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bde37a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bde37a; -webkit-box-shadow: 1px 1px 3px 2px #bde37a; box-shadow: 1px 1px 3px 2px #bde37a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,227,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bde37a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bde37a; -webkit-box-shadow: 1px 1px 3px 2px #bde37a; box-shadow: 1px 1px 3px 2px #bde37a;">
Div content here</div>
This div box has shadow with color #bde37a
Comments
No comments written yet.
Please login to write comment.