Color Hex Logo

#e4dbfd Color Hex

#E4DBFD
(228,219,253)
0 Favorites   0 Comments

Color spaces of #e4dbfd

RGB 228219253
HSL0.710.890.93
HSV256°13°99°
CMYK 0.100.130.00   0.01
XYZ75.056074.2489103.3041
Yxy74.24890.29710.2939
Hunter Lab86.16784.6878-10.7636
CIE-Lab89.04009.3943-15.4207

#e4dbfd color RGB value is (228,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011011 11111101
Octal 344 333 375
Decimal 228 219 253
Hex E4 DB FD

RGB Percentages of Color #e4dbfd

%32.57
%31.29
%36.14

CMYK Percentages of Color #e4dbfd

%10
%13
%0
%1

Triadic Colors of #e4dbfd

#e4dbfd #fde4db #dbfde4

Analogous Colors of #e4dbfd

#e4dbfd #f5dbfd #dbe3fd

Monochromatic Colors of #e4dbfd

#e4dbfd

Complementary Color

#e4dbfd #f4fddb

#e4dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4dbfd Color CSS Codes

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

#e4dbfd Text Font Color

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

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


#e4dbfd Background Color

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

This div background color is #e4dbfd


#e4dbfd Border Color

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

This div border color is #e4dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4dbfd


Comments

No comments written yet.

Please login to write comment.