color details

Color Details
#bedcb5 Color Hex

#bedcb5 color RGB value is (11, 237, 203).
#bedcb5 hex color red value is 11, green value is 237, and blue value is 203.
Cylindrical-coordinate representations (HSL) of color #bedcb5 hue: 170.97, saturation: 0.91 and lightness: 0.49.

The process color (four-color CMYK) of #bedcb5 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #bedcb5 is #ff9999. Color #bedcb5 contains mainly RED.

Color Spaces
Color spaces of #bedcb5Value
RGB190, 220, 181
HSL0.29, 0.36, 0.79
HSV106°, 18°, 86°
XYZ55.17, 65.47, 53.44
Base Numbers
Base Red Green Blue
Binary 10111110 11011100 10110101
Octal 276 334 265
Decimal 190 220 181
Hex BE DC B5

RGB Percentages for Color #bedcb5

32.15%
37.23%
30.63%

CMYK Percentages of the Color #bedcb5

13.64%
17.73%
13.73%
CSS Codes for Color #bedcb5
.mybgColor {background-color: #bedcb5;}
.myforeColor {color: #bedcb5;}
.myborderColor {border:3px solid #bedcb5;}
Text Font Color #bedcb5

<p style="color:#bedcb5">Text here</p>

This sample text is styled with the font color #bedcb5. 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 #bedcb5

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

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

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

The border color of this div is #bedcb5
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(190, 220, 181, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #bedcb5;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #bedcb5;
-webkit-box-shadow: 1px 1px 3px #bedcb5;
box-shadow: 1px 1px 3px #bedcb5;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190, 220, 181, 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 #bedcb5;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #bedcb5; -webkit-box-shadow: 1px 1px 3px #bedcb5; box-shadow: 1px 1px 3px #bedcb5;">Div content here</div>

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

Scroll to Top