color details

Color Details
#B4F8C8 Color Hex

#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
Color spaces of #B4F8C8Value
RGB180, 248, 200
HSL0.38, 0.83, 0.84
HSV138°, 27°, 97°
XYZ62.81, 81.01, 66.96
Base Numbers
Base Red Green Blue
Binary 10110100 11111000 11001000
Octal 264 370 310
Decimal 180 248 200
Hex B4 F8 C8

RGB Percentages for Color #B4F8C8

28.66%
39.49%
31.85%

CMYK Percentages of the Color #B4F8C8

27.42%
19.35%
2.75%
CSS Codes for Color #B4F8C8
.mybgColor {background-color: #B4F8C8;}
.myforeColor {color: #B4F8C8;}
.myborderColor {border:3px solid #B4F8C8;}
Text Font Color #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,

Background Color #B4F8C8

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(180, 248, 200, 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 #B4F8C8;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #B4F8C8
Scroll to Top