Color Hex Logo

#e5eefd Color Hex

#E5EEFD
(229,238,253)
4 Favorites   0 Comments

Color spaces of #e5eefd

RGB 229238253
HSL0.600.860.95
HSV218°99°
CMYK 0.090.060.00   0.01
XYZ80.617384.8989105.0667
Yxy84.89890.29790.3138
Hunter Lab92.1406-5.0696-3.1092
CIE-Lab93.8395-0.1498-8.2570

#e5eefd color RGB value is (229,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101110 11111101
Octal 345 356 375
Decimal 229 238 253
Hex E5 EE FD

RGB Percentages of Color #e5eefd

%31.81
%33.06
%35.14

CMYK Percentages of Color #e5eefd

%9
%6
%0
%1

Triadic Colors of #e5eefd

#e5eefd #fde5ee #eefde5

Analogous Colors of #e5eefd

#e5eefd #e8e5fd #e5fafd

Monochromatic Colors of #e5eefd

#e5eefd

Complementary Color

#e5eefd #fdf4e5

#e5eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5eefd Color CSS Codes

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

#e5eefd Text Font Color

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

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


#e5eefd Background Color

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

This div background color is #e5eefd


#e5eefd Border Color

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

This div border color is #e5eefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5eefd

Related Colors

#e5eefd Color Palettes


Comments

No comments written yet.

Please login to write comment.