#B4DD1E color RGB value is (11, 77, 209).
#B4DD1E hex color red value is 11, green value is 77, and blue value is 209.
Cylindrical-coordinate representations (HSL) of color #B4DD1E
hue: 220,
saturation: 0.9 and lightness: 0.43.
The process color (four-color CMYK) of #B4DD1E color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #B4DD1E is #ff9999. Color #B4DD1E contains mainly RED.
| Color spaces of #B4DD1E | Value |
|---|---|
| RGB | 180, 221, 30 |
| HSL | 0.2, 0.76, 0.49 |
| HSV | 73°, 86°, 87° |
| XYZ | 44.91, 61.51, 10.73 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10110100 | 11011101 | 11110 |
| Octal | 264 | 335 | 36 |
| Decimal | 180 | 221 | 30 |
| Hex | B4 | DD | 1E |
Shades of #B4DD1E
Tints of #B4DD1E
.mybgColor {background-color: #B4DD1E;}
.myforeColor {color: #B4DD1E;}
.myborderColor {border:3px solid #B4DD1E;}
<p style="color:#B4DD1E">Text here</p>
This sample text is styled with the font color #B4DD1E. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#B4DD1E">Div content here</div>
<div style="border:3px solid #B4DD1E">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(180, 221, 30, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #B4DD1E; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #B4DD1E;
-webkit-box-shadow: 1px 1px 3px #B4DD1E;
box-shadow: 1px 1px 3px #B4DD1E; }
<p style="text-shadow: 4px 4px 2px rgba(180, 221, 30, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #B4DD1E;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #B4DD1E;
-webkit-box-shadow: 1px 1px 3px #B4DD1E;
box-shadow: 1px 1px 3px #B4DD1E;">Div content here</div>
