Color Hex Logo

#e5dfff Color Hex

#E5DFFF
(229,223,255)
0 Favorites   0 Comments

Color spaces of #e5dfff

RGB 229223255
HSL0.701.000.94
HSV251°13°100°
CMYK 0.100.130.00   0.00
XYZ76.750876.6534105.3581
Yxy76.65340.29660.2962
Hunter Lab87.55193.2629-10.0620
CIE-Lab90.16188.0114-14.7804

#e5dfff color RGB value is (229,223,255).

#e5dfff hex color red value is 229, green value is 223 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e5dfff hue: 0.70 , saturation: 1.00 and the lightness value of e5dfff is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011111 11111111
Octal 345 337 377
Decimal 229 223 255
Hex E5 DF FF

RGB Percentages of Color #e5dfff

%32.39
%31.54
%36.07

CMYK Percentages of Color #e5dfff

%10
%13
%0
%0

Triadic Colors of #e5dfff

#e5dfff #ffe5df #dfffe5

Analogous Colors of #e5dfff

#e5dfff #f5dfff #dfe9ff

Monochromatic Colors of #e5dfff

#e5dfff

Complementary Color

#e5dfff #f9ffdf

#e5dfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dfff Color CSS Codes

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

#e5dfff Text Font Color

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

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


#e5dfff Background Color

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

This div background color is #e5dfff


#e5dfff Border Color

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

This div border color is #e5dfff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,223,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e5dfff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dfff

#e5dfff Color Palettes


Comments

No comments written yet.

Please login to write comment.