Color Hex Logo

#e7edfa Color Hex

#E7EDFA
(231,237,250)
0 Favorites   0 Comments

Color spaces of #e7edfa

RGB 231237250
HSL0.610.660.94
HSV221°98°
CMYK 0.080.050.00   0.02
XYZ80.494584.4594102.5023
Yxy84.45940.30100.3158
Hunter Lab91.9018-4.4844-1.7976
CIE-Lab93.64970.4282-6.9632

#e7edfa color RGB value is (231,237,250).

#e7edfa hex color red value is 231, green value is 237 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e7edfa hue: 0.61 , saturation: 0.66 and the lightness value of e7edfa is 0.94.

The process color (four color CMYK) of #e7edfa color hex is 0.08, 0.05, 0.00, 0.02. Web safe color of #e7edfa is #ffffff. Color #e7edfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11101101 11111010
Octal 347 355 372
Decimal 231 237 250
Hex E7 ED FA

RGB Percentages of Color #e7edfa

%32.17
%33.01
%34.82

CMYK Percentages of Color #e7edfa

%8
%5
%0
%2

Triadic Colors of #e7edfa

#e7edfa #fae7ed #edfae7

Analogous Colors of #e7edfa

#e7edfa #ebe7fa #e7f7fa

Monochromatic Colors of #e7edfa

#e7edfa

Complementary Color

#e7edfa #faf4e7

#e7edfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7edfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7edfa Color CSS Codes

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

#e7edfa Text Font Color

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

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


#e7edfa Background Color

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

This div background color is #e7edfa


#e7edfa Border Color

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

This div border color is #e7edfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,237,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7edfa

Related Colors

#e7edfa Color Palettes


Comments

No comments written yet.

Please login to write comment.