Color Hex Logo

#e0ecfc Color Hex

#E0ECFC
(224,236,252)
0 Favorites   0 Comments

Color spaces of #e0ecfc

RGB 224236252
HSL0.600.820.93
HSV214°11°99°
CMYK 0.110.060.00   0.01
XYZ78.306682.8665103.9631
Yxy82.86650.29530.3125
Hunter Lab91.0310-5.7553-3.9911
CIE-Lab92.9560-0.9071-9.0860

#e0ecfc color RGB value is (224,236,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101100 11111100
Octal 340 354 374
Decimal 224 236 252
Hex E0 EC FC

RGB Percentages of Color #e0ecfc

%31.46
%33.15
%35.39

CMYK Percentages of Color #e0ecfc

%11
%6
%0
%1

Triadic Colors of #e0ecfc

#e0ecfc #fce0ec #ecfce0

Analogous Colors of #e0ecfc

#e0ecfc #e2e0fc #e0fafc

Monochromatic Colors of #e0ecfc

#e0ecfc

Complementary Color

#e0ecfc #fcf0e0

#e0ecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ecfc Color CSS Codes

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

#e0ecfc Text Font Color

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

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


#e0ecfc Background Color

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

This div background color is #e0ecfc


#e0ecfc Border Color

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

This div border color is #e0ecfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,236,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ecfc

#e0ecfc Color Palettes


Comments

No comments written yet.

Please login to write comment.