Color Hex Logo

#e1effd Color Hex

#E1EFFD
(225,239,253)
0 Favorites   0 Comments

Color spaces of #e1effd

RGB 225239253
HSL0.580.880.94
HSV210°11°99°
CMYK 0.110.060.00   0.01
XYZ79.647584.8324105.1049
Yxy84.83240.29540.3147
Hunter Lab92.1045-6.8248-3.1855
CIE-Lab93.8108-1.9317-8.3304

#e1effd color RGB value is (225,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101111 11111101
Octal 341 357 375
Decimal 225 239 253
Hex E1 EF FD

RGB Percentages of Color #e1effd

%31.38
%33.33
%35.29

CMYK Percentages of Color #e1effd

%11
%6
%0
%1

Triadic Colors of #e1effd

#e1effd #fde1ef #effde1

Analogous Colors of #e1effd

#e1effd #e1e1fd #e1fdfd

Monochromatic Colors of #e1effd

#e1effd

Complementary Color

#e1effd #fdefe1

#e1effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1effd Color CSS Codes

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

#e1effd Text Font Color

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

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


#e1effd Background Color

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

This div background color is #e1effd


#e1effd Border Color

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

This div border color is #e1effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1effd

Related Colors


Comments

No comments written yet.

Please login to write comment.