color details

Color Details
#E6BE8A Color Hex

#E6BE8A color RGB value is (14, 107, 232).
#E6BE8A hex color red value is 14, green value is 107, and blue value is 232.
Cylindrical-coordinate representations (HSL) of color #E6BE8A hue: 214.4, saturation: 0.89 and lightness: 0.48.

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

Color Spaces
Color spaces of #E6BE8AValue
RGB230, 190, 138
HSL0.09, 0.65, 0.72
HSV34°, 40°, 90°
XYZ55.64, 55.49, 31.82
Base Numbers
Base Red Green Blue
Binary 11100110 10111110 10001010
Octal 346 276 212
Decimal 230 190 138
Hex E6 BE 8A

RGB Percentages for Color #E6BE8A

41.22%
34.05%
24.73%

CMYK Percentages of the Color #E6BE8A

17.39%
40%
9.8%
CSS Codes for Color #E6BE8A
.mybgColor {background-color: #E6BE8A;}
.myforeColor {color: #E6BE8A;}
.myborderColor {border:3px solid #E6BE8A;}
Text Font Color #E6BE8A

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

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

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

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

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

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

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

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

Shadow Div Box

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

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