Color Hex Logo

#e4ecfa Color Hex

#E4ECFA
(228,236,250)
0 Favorites   0 Comments

Color spaces of #e4ecfa

RGB 228236250
HSL0.610.690.94
HSV218°98°
CMYK 0.090.060.00   0.02
XYZ79.245783.3870102.3611
Yxy83.38700.29900.3147
Hunter Lab91.3165-4.8991-2.5395
CIE-Lab93.1836-0.0221-7.6767

#e4ecfa color RGB value is (228,236,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11101100 11111010
Octal 344 354 372
Decimal 228 236 250
Hex E4 EC FA

RGB Percentages of Color #e4ecfa

%31.93
%33.05
%35.01

CMYK Percentages of Color #e4ecfa

%9
%6
%0
%2

Triadic Colors of #e4ecfa

#e4ecfa #fae4ec #ecfae4

Analogous Colors of #e4ecfa

#e4ecfa #e7e4fa #e4f7fa

Monochromatic Colors of #e4ecfa

#e4ecfa

Complementary Color

#e4ecfa #faf2e4

#e4ecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4ecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4ecfa Color CSS Codes

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

#e4ecfa Text Font Color

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

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


#e4ecfa Background Color

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

This div background color is #e4ecfa


#e4ecfa Border Color

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

This div border color is #e4ecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4ecfa


Comments

No comments written yet.

Please login to write comment.