color details

Color Details
#B4DD1E Color Hex

#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
Color spaces of #B4DD1EValue
RGB180, 221, 30
HSL0.2, 0.76, 0.49
HSV73°, 86°, 87°
XYZ44.91, 61.51, 10.73
Base Numbers
Base Red Green Blue
Binary 10110100 11011101 11110
Octal 264 335 36
Decimal 180 221 30
Hex B4 DD 1E

RGB Percentages for Color #B4DD1E

41.76%
51.28%
6.96%

CMYK Percentages of the Color #B4DD1E

18.55%
86.43%
13.33%
CSS Codes for Color #B4DD1E
.mybgColor {background-color: #B4DD1E;}
.myforeColor {color: #B4DD1E;}
.myborderColor {border:3px solid #B4DD1E;}
Text Font Color #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,

Background Color #B4DD1E

<div style="background-color:#B4DD1E">Div content here</div>

The background color of this div is #B4DD1E
Border Color #B4DD1E

<div style="border:3px solid #B4DD1E">Div here</div>

The border color of this div is #B4DD1E
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180, 221, 30, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #B4DD1E;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #B4DD1E

Scroll to Top