Color Hex Logo

#e2ecfd Color Hex

#E2ECFD
(226,236,253)
0 Favorites   0 Comments

Color spaces of #e2ecfd

RGB 226236253
HSL0.600.870.94
HSV218°11°99°
CMYK 0.110.070.00   0.01
XYZ79.089183.2515104.8292
Yxy83.25150.29600.3116
Hunter Lab91.2423-4.9496-4.2493
CIE-Lab93.1244-0.0772-9.3409

#e2ecfd color RGB value is (226,236,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101100 11111101
Octal 342 354 375
Decimal 226 236 253
Hex E2 EC FD

RGB Percentages of Color #e2ecfd

%31.61
%33.01
%35.38

CMYK Percentages of Color #e2ecfd

%11
%7
%0
%1

Triadic Colors of #e2ecfd

#e2ecfd #fde2ec #ecfde2

Analogous Colors of #e2ecfd

#e2ecfd #e6e2fd #e2fafd

Monochromatic Colors of #e2ecfd

#e2ecfd

Complementary Color

#e2ecfd #fdf3e2

#e2ecfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ecfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ecfd Color CSS Codes

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

#e2ecfd Text Font Color

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

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


#e2ecfd Background Color

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

This div background color is #e2ecfd


#e2ecfd Border Color

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

This div border color is #e2ecfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ecfd


Comments

No comments written yet.

Please login to write comment.