#b7cf7b color RGB value is (11, 124, 247).
#b7cf7b hex color red value is 11, green value is 124, and blue value is 247.
Cylindrical-coordinate representations (HSL) of color #b7cf7b
hue: 211.27,
saturation: 0.94 and lightness: 0.51.
The process color (four-color CMYK) of #b7cf7b color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #b7cf7b is #ff9999. Color #b7cf7b contains mainly RED.
Color spaces of #b7cf7b | Value |
---|---|
RGB | 183, 207, 123 |
HSL | 0.21, 0.47, 0.65 |
HSV | 77°, 41°, 81° |
XYZ | 45.42, 56.12, 27.18 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 11001111 | 1111011 |
Octal | 267 | 317 | 173 |
Decimal | 183 | 207 | 123 |
Hex | B7 | CF | 7B |
Shades of #b7cf7b
Tints of #b7cf7b
.mybgColor {background-color: #b7cf7b;} .myforeColor {color: #b7cf7b;} .myborderColor {border:3px solid #b7cf7b;}
<p style="color:#b7cf7b">Text here</p>
This sample text is styled with the font color #b7cf7b. 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:#b7cf7b">Div content here</div>
<div style="border:3px solid #b7cf7b">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183, 207, 123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b7cf7b; } .divShadow { -moz-box-shadow: 1px 1px 3px #b7cf7b; -webkit-box-shadow: 1px 1px 3px #b7cf7b; box-shadow: 1px 1px 3px #b7cf7b; }
<p style="text-shadow: 4px 4px 2px rgba(183, 207, 123, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #b7cf7b;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #b7cf7b;
-webkit-box-shadow: 1px 1px 3px #b7cf7b;
box-shadow: 1px 1px 3px #b7cf7b;">Div content here</div>