#B4F8C8 color RGB value is (11, 79, 140).
#B4F8C8 hex color red value is 11, green value is 79, and blue value is 140.
Cylindrical-coordinate representations (HSL) of color #B4F8C8
hue: 208.37,
saturation: 0.85 and lightness: 0.3.
The process color (four-color CMYK) of #B4F8C8 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #B4F8C8 is #ff9999. Color #B4F8C8 contains mainly RED.
| Color spaces of #B4F8C8 | Value |
|---|---|
| RGB | 180, 248, 200 |
| HSL | 0.38, 0.83, 0.84 |
| HSV | 138°, 27°, 97° |
| XYZ | 62.81, 81.01, 66.96 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10110100 | 11111000 | 11001000 |
| Octal | 264 | 370 | 310 |
| Decimal | 180 | 248 | 200 |
| Hex | B4 | F8 | C8 |
Shades of #B4F8C8
Tints of #B4F8C8
.mybgColor {background-color: #B4F8C8;}
.myforeColor {color: #B4F8C8;}
.myborderColor {border:3px solid #B4F8C8;}
<p style="color:#B4F8C8">Text here</p>
This sample text is styled with the font color #B4F8C8. 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:#B4F8C8">Div content here</div>
<div style="border:3px solid #B4F8C8">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(180, 248, 200, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #B4F8C8; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #B4F8C8;
-webkit-box-shadow: 1px 1px 3px #B4F8C8;
box-shadow: 1px 1px 3px #B4F8C8; }
<p style="text-shadow: 4px 4px 2px rgba(180, 248, 200, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #B4F8C8;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #B4F8C8;
-webkit-box-shadow: 1px 1px 3px #B4F8C8;
box-shadow: 1px 1px 3px #B4F8C8;">Div content here</div>
