Color Hex Logo

#e1e4fd Color Hex

#E1E4FD
(225,228,253)
0 Favorites   0 Comments

Color spaces of #e1e4fd

RGB 225228253
HSL0.650.880.94
HSV234°11°99°
CMYK 0.110.100.00   0.01
XYZ76.524478.5862104.0639
Yxy78.58620.29530.3032
Hunter Lab88.6489-1.0489-7.5457
CIE-Lab91.04673.7390-12.4414

#e1e4fd color RGB value is (225,228,253).

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

The process color (four color CMYK) of #e1e4fd color hex is 0.11, 0.10, 0.00, 0.01. Web safe color of #e1e4fd is #ccccff. Color #e1e4fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11100100 11111101
Octal 341 344 375
Decimal 225 228 253
Hex E1 E4 FD

RGB Percentages of Color #e1e4fd

%31.87
%32.29
%35.84

CMYK Percentages of Color #e1e4fd

%11
%10
%0
%1

Triadic Colors of #e1e4fd

#e1e4fd #fde1e4 #e4fde1

Analogous Colors of #e1e4fd

#e1e4fd #ece1fd #e1f2fd

Monochromatic Colors of #e1e4fd

#e1e4fd

Complementary Color

#e1e4fd #fdfae1

#e1e4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1e4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1e4fd Color CSS Codes

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

#e1e4fd Text Font Color

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

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


#e1e4fd Background Color

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

This div background color is #e1e4fd


#e1e4fd Border Color

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

This div border color is #e1e4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1e4fd

Related Colors


Comments

No comments written yet.

Please login to write comment.