Color Hex Logo

#e5edfd Color Hex

#E5EDFD
(229,237,253)
0 Favorites   0 Comments

Color spaces of #e5edfd

RGB 229237253
HSL0.610.860.95
HSV220°99°
CMYK 0.090.060.00   0.01
XYZ80.326984.3182104.9699
Yxy84.31820.29790.3127
Hunter Lab91.8249-4.5449-3.5000
CIE-Lab93.58850.3632-8.6291

#e5edfd color RGB value is (229,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101101 11111101
Octal 345 355 375
Decimal 229 237 253
Hex E5 ED FD

RGB Percentages of Color #e5edfd

%31.85
%32.96
%35.19

CMYK Percentages of Color #e5edfd

%9
%6
%0
%1

Triadic Colors of #e5edfd

#e5edfd #fde5ed #edfde5

Analogous Colors of #e5edfd

#e5edfd #e9e5fd #e5f9fd

Monochromatic Colors of #e5edfd

#e5edfd

Complementary Color

#e5edfd #fdf5e5

#e5edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5edfd Color CSS Codes

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

#e5edfd Text Font Color

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

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


#e5edfd Background Color

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

This div background color is #e5edfd


#e5edfd Border Color

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

This div border color is #e5edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5edfd


Comments

No comments written yet.

Please login to write comment.