Color Hex Logo

#e2ecff Color Hex

#E2ECFF
(226,236,255)
0 Favorites   0 Comments

Color spaces of #e2ecff

RGB 226236255
HSL0.611.000.94
HSV219°11°100°
CMYK 0.110.070.00   0.00
XYZ79.409583.3797106.5163
Yxy83.37970.29490.3096
Hunter Lab91.3125-4.5651-5.2432
CIE-Lab93.18040.3157-10.2982

#e2ecff color RGB value is (226,236,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101100 11111111
Octal 342 354 377
Decimal 226 236 255
Hex E2 EC FF

RGB Percentages of Color #e2ecff

%31.52
%32.91
%35.56

CMYK Percentages of Color #e2ecff

%11
%7
%0
%0

Triadic Colors of #e2ecff

#e2ecff #ffe2ec #ecffe2

Analogous Colors of #e2ecff

#e2ecff #e7e2ff #e2fbff

Monochromatic Colors of #e2ecff

#e2ecff

Complementary Color

#e2ecff #fff5e2

#e2ecff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ecff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ecff Color CSS Codes

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

#e2ecff Text Font Color

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

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


#e2ecff Background Color

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

This div background color is #e2ecff


#e2ecff Border Color

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

This div border color is #e2ecff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ecff

Related Colors


Comments

No comments written yet.

Please login to write comment.