Color Hex Logo

#e5dffa Color Hex

#E5DFFA
(229,223,250)
0 Favorites   0 Comments

Color spaces of #e5dffa

RGB 229223250
HSL0.700.730.93
HSV253°11°98°
CMYK 0.080.110.00   0.02
XYZ75.956176.3355101.1734
Yxy76.33550.29970.3012
Hunter Lab87.37022.2828-7.4978
CIE-Lab90.01497.0323-12.3793

#e5dffa color RGB value is (229,223,250).

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

The process color (four color CMYK) of #e5dffa color hex is 0.08, 0.11, 0.00, 0.02. Web safe color of #e5dffa is #ccccff. Color #e5dffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011111 11111010
Octal 345 337 372
Decimal 229 223 250
Hex E5 DF FA

RGB Percentages of Color #e5dffa

%32.62
%31.77
%35.61

CMYK Percentages of Color #e5dffa

%8
%11
%0
%2

Triadic Colors of #e5dffa

#e5dffa #fae5df #dffae5

Analogous Colors of #e5dffa

#e5dffa #f3dffa #dfe7fa

Monochromatic Colors of #e5dffa

#e5dffa

Complementary Color

#e5dffa #f4fadf

#e5dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dffa Color CSS Codes

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

#e5dffa Text Font Color

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

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


#e5dffa Background Color

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

This div background color is #e5dffa


#e5dffa Border Color

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

This div border color is #e5dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dffa


Comments

No comments written yet.

Please login to write comment.