Color Hex Logo

#e4ebfd Color Hex

#E4EBFD
(228,235,253)
0 Favorites   0 Comments

Color spaces of #e4ebfd

RGB 228235253
HSL0.620.860.94
HSV223°10°99°
CMYK 0.100.070.00   0.01
XYZ79.432983.0025104.7630
Yxy83.00250.29730.3106
Hunter Lab91.1057-3.8051-4.4039
CIE-Lab93.01551.0727-9.4871

#e4ebfd color RGB value is (228,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11101011 11111101
Octal 344 353 375
Decimal 228 235 253
Hex E4 EB FD

RGB Percentages of Color #e4ebfd

%31.84
%32.82
%35.34

CMYK Percentages of Color #e4ebfd

%10
%7
%0
%1

Triadic Colors of #e4ebfd

#e4ebfd #fde4eb #ebfde4

Analogous Colors of #e4ebfd

#e4ebfd #eae4fd #e4f8fd

Monochromatic Colors of #e4ebfd

#e4ebfd

Complementary Color

#e4ebfd #fdf6e4

#e4ebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4ebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4ebfd Color CSS Codes

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

#e4ebfd Text Font Color

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

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


#e4ebfd Background Color

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

This div background color is #e4ebfd


#e4ebfd Border Color

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

This div border color is #e4ebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4ebfd

Related Colors


Comments

No comments written yet.

Please login to write comment.