color details

Color Details
#ebebfb Color Hex

#ebebfb color RGB value is (14, 190, 191).
#ebebfb hex color red value is 14, green value is 190, and blue value is 191.
Cylindrical-coordinate representations (HSL) of color #ebebfb hue: 180.34, saturation: 0.86 and lightness: 0.4.

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

Color Spaces
Color spaces of #ebebfbValue
RGB235, 235, 251
HSL0.67, 0.67, 0.95
HSV240°, 6°, 98°
XYZ81.38, 84.04, 103.18
Base Numbers
Base Red Green Blue
Binary 11101011 11101011 11111011
Octal 353 353 373
Decimal 235 235 251
Hex EB EB FB

RGB Percentages for Color #ebebfb

32.59%
32.59%
34.81%

CMYK Percentages of the Color #ebebfb

6.37%
6.37%
1.57%
CSS Codes for Color #ebebfb
.mybgColor {background-color: #ebebfb;}
.myforeColor {color: #ebebfb;}
.myborderColor {border:3px solid #ebebfb;}
Text Font Color #ebebfb

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(235, 235, 251, 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 #ebebfb;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top