Color Hex Logo

#e5effd Color Hex

#E5EFFD
(229,239,253)
0 Favorites   0 Comments

Color spaces of #e5effd

RGB 229239253
HSL0.600.860.95
HSV215°99°
CMYK 0.090.060.00   0.01
XYZ80.909285.4829105.1640
Yxy85.48290.29790.3148
Hunter Lab92.4570-5.5941-2.7188
CIE-Lab94.0908-0.6623-7.8848

#e5effd color RGB value is (229,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101111 11111101
Octal 345 357 375
Decimal 229 239 253
Hex E5 EF FD

RGB Percentages of Color #e5effd

%31.76
%33.15
%35.09

CMYK Percentages of Color #e5effd

%9
%6
%0
%1

Triadic Colors of #e5effd

#e5effd #fde5ef #effde5

Analogous Colors of #e5effd

#e5effd #e7e5fd #e5fbfd

Monochromatic Colors of #e5effd

#e5effd

Complementary Color

#e5effd #fdf3e5

#e5effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5effd Color CSS Codes

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

#e5effd Text Font Color

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

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


#e5effd Background Color

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

This div background color is #e5effd


#e5effd Border Color

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

This div border color is #e5effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5effd

Related Colors


Comments

No comments written yet.

Please login to write comment.