Color Hex Logo

#e5dbfd Color Hex

#E5DBFD
(229,219,253)
0 Favorites   0 Comments

Color spaces of #e5dbfd

RGB 229219253
HSL0.720.890.93
HSV258°13°99°
CMYK 0.090.130.00   0.01
XYZ75.374274.4129103.3190
Yxy74.41290.29780.2940
Hunter Lab86.26295.0084-10.6289
CIE-Lab89.11739.7134-15.2969

#e5dbfd color RGB value is (229,219,253).

#e5dbfd hex color red value is 229, green value is 219 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e5dbfd hue: 0.72 , saturation: 0.89 and the lightness value of e5dbfd is 0.93.

The process color (four color CMYK) of #e5dbfd color hex is 0.09, 0.13, 0.00, 0.01. Web safe color of #e5dbfd is #ccccff. Color #e5dbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011011 11111101
Octal 345 333 375
Decimal 229 219 253
Hex E5 DB FD

RGB Percentages of Color #e5dbfd

%32.67
%31.24
%36.09

CMYK Percentages of Color #e5dbfd

%9
%13
%0
%1

Triadic Colors of #e5dbfd

#e5dbfd #fde5db #dbfde5

Analogous Colors of #e5dbfd

#e5dbfd #f6dbfd #dbe2fd

Monochromatic Colors of #e5dbfd

#e5dbfd

Complementary Color

#e5dbfd #f3fddb

#e5dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dbfd Color CSS Codes

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

#e5dbfd Text Font Color

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

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


#e5dbfd Background Color

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

This div background color is #e5dbfd


#e5dbfd Border Color

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

This div border color is #e5dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.