Color Hex Logo

#e3ebfe Color Hex

#E3EBFE
(227,235,254)
0 Favorites   0 Comments

Color spaces of #e3ebfe

RGB 227235254
HSL0.620.930.94
HSV222°11°100°
CMYK 0.110.070.00   0.00
XYZ79.276382.9033105.5896
Yxy82.90330.29610.3096
Hunter Lab91.0512-3.9237-5.0211
CIE-Lab92.97210.9502-10.0799

#e3ebfe color RGB value is (227,235,254).

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

The process color (four color CMYK) of #e3ebfe color hex is 0.11, 0.07, 0.00, 0.00. Web safe color of #e3ebfe is #ccffff. Color #e3ebfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11101011 11111110
Octal 343 353 376
Decimal 227 235 254
Hex E3 EB FE

RGB Percentages of Color #e3ebfe

%31.70
%32.82
%35.47

CMYK Percentages of Color #e3ebfe

%11
%7
%0
%0

Triadic Colors of #e3ebfe

#e3ebfe #fee3eb #ebfee3

Analogous Colors of #e3ebfe

#e3ebfe #e9e3fe #e3f9fe

Monochromatic Colors of #e3ebfe

#e3ebfe

Complementary Color

#e3ebfe #fef6e3

#e3ebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3ebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3ebfe Color CSS Codes

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

#e3ebfe Text Font Color

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

This sample text font color is #e3ebfe
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.


#e3ebfe Background Color

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

This div background color is #e3ebfe


#e3ebfe Border Color

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

This div border color is #e3ebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3ebfe


Comments

No comments written yet.

Please login to write comment.