Color Hex Logo

#e0ecfa Color Hex

#E0ECFA
(224,236,250)
0 Favorites   0 Comments

Color spaces of #e0ecfa

RGB 224236250
HSL0.590.720.93
HSV212°10°98°
CMYK 0.100.060.00   0.02
XYZ77.991282.7403102.3024
Yxy82.74030.29650.3146
Hunter Lab90.9617-6.1358-3.0088
CIE-Lab92.9006-1.2988-8.1271

#e0ecfa color RGB value is (224,236,250).

#e0ecfa hex color red value is 224, green value is 236 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e0ecfa hue: 0.59 , saturation: 0.72 and the lightness value of e0ecfa is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101100 11111010
Octal 340 354 372
Decimal 224 236 250
Hex E0 EC FA

RGB Percentages of Color #e0ecfa

%31.55
%33.24
%35.21

CMYK Percentages of Color #e0ecfa

%10
%6
%0
%2

Triadic Colors of #e0ecfa

#e0ecfa #fae0ec #ecfae0

Analogous Colors of #e0ecfa

#e0ecfa #e1e0fa #e0f9fa

Monochromatic Colors of #e0ecfa

#e0ecfa

Complementary Color

#e0ecfa #faeee0

#e0ecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ecfa Color CSS Codes

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

#e0ecfa Text Font Color

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

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


#e0ecfa Background Color

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

This div background color is #e0ecfa


#e0ecfa Border Color

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

This div border color is #e0ecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ecfa


Comments

No comments written yet.

Please login to write comment.