Color Hex Logo

#e2effd Color Hex

#E2EFFD
(226,239,253)
0 Favorites   0 Comments

Color spaces of #e2effd

RGB 226239253
HSL0.590.870.94
HSV211°11°99°
CMYK 0.110.060.00   0.01
XYZ79.960284.9936105.1196
Yxy84.99360.29610.3147
Hunter Lab92.1920-6.5188-3.0696
CIE-Lab93.8804-1.6152-8.2198

#e2effd color RGB value is (226,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101111 11111101
Octal 342 357 375
Decimal 226 239 253
Hex E2 EF FD

RGB Percentages of Color #e2effd

%31.48
%33.29
%35.24

CMYK Percentages of Color #e2effd

%11
%6
%0
%1

Triadic Colors of #e2effd

#e2effd #fde2ef #effde2

Analogous Colors of #e2effd

#e2effd #e3e2fd #e2fdfd

Monochromatic Colors of #e2effd

#e2effd

Complementary Color

#e2effd #fdf0e2

#e2effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2effd Color CSS Codes

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

#e2effd Text Font Color

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

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


#e2effd Background Color

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

This div background color is #e2effd


#e2effd Border Color

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

This div border color is #e2effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2effd

Related Colors


Comments

No comments written yet.

Please login to write comment.