Color Hex Logo

#e5eafd Color Hex

#E5EAFD
(229,234,253)
0 Favorites   0 Comments

Color spaces of #e5eafd

RGB 229234253
HSL0.630.860.95
HSV228°99°
CMYK 0.090.080.00   0.01
XYZ79.465582.5955104.6827
Yxy82.59550.29790.3096
Hunter Lab90.8821-2.9667-4.6759
CIE-Lab92.83711.9064-9.7444

#e5eafd color RGB value is (229,234,253).

#e5eafd hex color red value is 229, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e5eafd hue: 0.63 , saturation: 0.86 and the lightness value of e5eafd is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101010 11111101
Octal 345 352 375
Decimal 229 234 253
Hex E5 EA FD

RGB Percentages of Color #e5eafd

%31.98
%32.68
%35.34

CMYK Percentages of Color #e5eafd

%9
%8
%0
%1

Triadic Colors of #e5eafd

#e5eafd #fde5ea #eafde5

Analogous Colors of #e5eafd

#e5eafd #ece5fd #e5f6fd

Monochromatic Colors of #e5eafd

#e5eafd

Complementary Color

#e5eafd #fdf8e5

#e5eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5eafd Color CSS Codes

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

#e5eafd Text Font Color

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

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


#e5eafd Background Color

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

This div background color is #e5eafd


#e5eafd Border Color

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

This div border color is #e5eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5eafd


Comments

No comments written yet.

Please login to write comment.