Color Hex Logo

#e7ebfe Color Hex

#E7EBFE
(231,235,254)
0 Favorites   0 Comments

Color spaces of #e7ebfe

RGB 231235254
HSL0.640.920.95
HSV230°100°
CMYK 0.090.070.00   0.00
XYZ80.552783.5613105.6493
Yxy83.56130.29860.3098
Hunter Lab91.4119-2.6755-4.5361
CIE-Lab93.25962.2234-9.6215

#e7ebfe color RGB value is (231,235,254).

#e7ebfe hex color red value is 231, green value is 235 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e7ebfe hue: 0.64 , saturation: 0.92 and the lightness value of e7ebfe is 0.95.

The process color (four color CMYK) of #e7ebfe color hex is 0.09, 0.07, 0.00, 0.00. Web safe color of #e7ebfe is #ffffff. Color #e7ebfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11101011 11111110
Octal 347 353 376
Decimal 231 235 254
Hex E7 EB FE

RGB Percentages of Color #e7ebfe

%32.08
%32.64
%35.28

CMYK Percentages of Color #e7ebfe

%9
%7
%0
%0

Triadic Colors of #e7ebfe

#e7ebfe #fee7eb #ebfee7

Analogous Colors of #e7ebfe

#e7ebfe #efe7fe #e7f7fe

Monochromatic Colors of #e7ebfe

#e7ebfe

Complementary Color

#e7ebfe #fefae7

#e7ebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7ebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7ebfe Color CSS Codes

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

#e7ebfe Text Font Color

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

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


#e7ebfe Background Color

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

This div background color is #e7ebfe


#e7ebfe Border Color

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

This div border color is #e7ebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7ebfe


Comments

No comments written yet.

Please login to write comment.