Color Hex Logo

#e1e6fd Color Hex

#E1E6FD
(225,230,253)
0 Favorites   0 Comments

Color spaces of #e1e6fd

RGB 225230253
HSL0.640.880.94
HSV229°11°99°
CMYK 0.110.090.00   0.01
XYZ77.077879.6930104.2484
Yxy79.69300.29530.3053
Hunter Lab89.2709-2.1047-6.7477
CIE-Lab91.54692.7015-11.6953

#e1e6fd color RGB value is (225,230,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11100110 11111101
Octal 341 346 375
Decimal 225 230 253
Hex E1 E6 FD

RGB Percentages of Color #e1e6fd

%31.78
%32.49
%35.73

CMYK Percentages of Color #e1e6fd

%11
%9
%0
%1

Triadic Colors of #e1e6fd

#e1e6fd #fde1e6 #e6fde1

Analogous Colors of #e1e6fd

#e1e6fd #eae1fd #e1f4fd

Monochromatic Colors of #e1e6fd

#e1e6fd

Complementary Color

#e1e6fd #fdf8e1

#e1e6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1e6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1e6fd Color CSS Codes

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

#e1e6fd Text Font Color

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

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


#e1e6fd Background Color

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

This div background color is #e1e6fd


#e1e6fd Border Color

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

This div border color is #e1e6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1e6fd


Comments

No comments written yet.

Please login to write comment.