color details

Color Details
#b7cf7b Color Hex

#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
Color spaces of #b7cf7bValue
RGB183, 207, 123
HSL0.21, 0.47, 0.65
HSV77°, 41°, 81°
XYZ45.42, 56.12, 27.18
Base Numbers
Base Red Green Blue
Binary 10110111 11001111 1111011
Octal 267 317 173
Decimal 183 207 123
Hex B7 CF 7B

RGB Percentages for Color #b7cf7b

35.67%
40.35%
23.98%

CMYK Percentages of the Color #b7cf7b

11.59%
40.58%
18.82%
CSS Codes for Color #b7cf7b
.mybgColor {background-color: #b7cf7b;}
.myforeColor {color: #b7cf7b;}
.myborderColor {border:3px solid #b7cf7b;}
Text Font Color #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,

Background Color #b7cf7b

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(183, 207, 123, 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 #b7cf7b;">Text here</p>

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

Shadow Div Box

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

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