Color Hex Logo

#e4dfea Color Hex

#E4DFEA
(228,223,234)
0 Favorites   0 Comments

Color spaces of #e4dfea

RGB 228223234
HSL0.740.210.90
HSV267°92°
CMYK 0.030.050.00   0.08
XYZ73.233975.209888.4990
Yxy75.20980.30910.3174
Hunter Lab86.7236-1.03160.2027
CIE-Lab89.49123.6790-4.7664

#e4dfea color RGB value is (228,223,234).

#e4dfea hex color red value is 228, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e4dfea hue: 0.74 , saturation: 0.21 and the lightness value of e4dfea is 0.90.

The process color (four color CMYK) of #e4dfea color hex is 0.03, 0.05, 0.00, 0.08. Web safe color of #e4dfea is #ccccff. Color #e4dfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011111 11101010
Octal 344 337 352
Decimal 228 223 234
Hex E4 DF EA

RGB Percentages of Color #e4dfea

%33.28
%32.55
%34.16

CMYK Percentages of Color #e4dfea

%3
%5
%0
%8

Triadic Colors of #e4dfea

#e4dfea #eae4df #dfeae4

Analogous Colors of #e4dfea

#e4dfea #eadfea #dfe0ea

Monochromatic Colors of #e4dfea

#e4dfea

Complementary Color

#e4dfea #e5eadf

#e4dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4dfea Color CSS Codes

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

#e4dfea Text Font Color

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

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


#e4dfea Background Color

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

This div background color is #e4dfea


#e4dfea Border Color

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

This div border color is #e4dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4dfea


Comments

No comments written yet.

Please login to write comment.