Color Hex Logo

#e5ebfb Color Hex

#E5EBFB
(229,235,251)
0 Favorites   0 Comments

Color spaces of #e5ebfb

RGB 229235251
HSL0.620.730.94
HSV224°98°
CMYK 0.090.060.00   0.02
XYZ79.434083.0397103.1084
Yxy83.03970.29910.3127
Hunter Lab91.1261-3.8735-3.2978
CIE-Lab93.03181.0047-8.4140

#e5ebfb color RGB value is (229,235,251).

#e5ebfb hex color red value is 229, green value is 235 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e5ebfb hue: 0.62 , saturation: 0.73 and the lightness value of e5ebfb is 0.94.

The process color (four color CMYK) of #e5ebfb color hex is 0.09, 0.06, 0.00, 0.02. Web safe color of #e5ebfb is #ccffff. Color #e5ebfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101011 11111011
Octal 345 353 373
Decimal 229 235 251
Hex E5 EB FB

RGB Percentages of Color #e5ebfb

%32.03
%32.87
%35.10

CMYK Percentages of Color #e5ebfb

%9
%6
%0
%2

Triadic Colors of #e5ebfb

#e5ebfb #fbe5eb #ebfbe5

Analogous Colors of #e5ebfb

#e5ebfb #eae5fb #e5f6fb

Monochromatic Colors of #e5ebfb

#e5ebfb

Complementary Color

#e5ebfb #fbf5e5

#e5ebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ebfb Color CSS Codes

.mybgcolor {background-color:#e5ebfb; } 
.myforecolor {color:#e5ebfb; }
.mybordercolor {border:3px solid #e5ebfb; }

#e5ebfb Text Font Color

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

This sample text font color is #e5ebfb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e5ebfb Background Color

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

This div background color is #e5ebfb


#e5ebfb Border Color

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

This div border color is #e5ebfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,235,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5ebfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5ebfb;
  -webkit-box-shadow: 1px 1px 3px 2px #e5ebfb;
  box-shadow:         1px 1px 3px 2px #e5ebfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,235,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e5ebfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ebfb

Related Colors


Comments

No comments written yet.

Please login to write comment.