Color Hex Logo

#e0ecff Color Hex

#E0ECFF
(224,236,255)
0 Favorites   0 Comments

Color spaces of #e0ecff

RGB 224236255
HSL0.601.000.94
HSV217°12°100°
CMYK 0.120.070.00   0.00
XYZ78.785983.0582106.4871
Yxy83.05820.29360.3095
Hunter Lab91.1363-5.1780-5.4813
CIE-Lab93.0399-0.3146-10.5223

#e0ecff color RGB value is (224,236,255).

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

The process color (four color CMYK) of #e0ecff color hex is 0.12, 0.07, 0.00, 0.00. Web safe color of #e0ecff is #ccffff. Color #e0ecff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101100 11111111
Octal 340 354 377
Decimal 224 236 255
Hex E0 EC FF

RGB Percentages of Color #e0ecff

%31.33
%33.01
%35.66

CMYK Percentages of Color #e0ecff

%12
%7
%0
%0

Triadic Colors of #e0ecff

#e0ecff #ffe0ec #ecffe0

Analogous Colors of #e0ecff

#e0ecff #e4e0ff #e0fcff

Monochromatic Colors of #e0ecff

#e0ecff

Complementary Color

#e0ecff #fff3e0

#e0ecff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ecff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ecff Color CSS Codes

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

#e0ecff Text Font Color

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

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


#e0ecff Background Color

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

This div background color is #e0ecff


#e0ecff Border Color

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

This div border color is #e0ecff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ecff

#e0ecff Color Palettes


Comments

No comments written yet.

Please login to write comment.