Color Hex Logo

#e4dafb Color Hex

#E4DAFB
(228,218,251)
0 Favorites   0 Comments

Color spaces of #e4dafb

RGB 228218251
HSL0.720.800.92
HSV258°13°98°
CMYK 0.090.130.00   0.02
XYZ74.478973.6018101.5479
Yxy73.60180.29840.2948
Hunter Lab85.79154.8276-10.1251
CIE-Lab88.73399.5259-14.8283

#e4dafb color RGB value is (228,218,251).

#e4dafb hex color red value is 228, green value is 218 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e4dafb hue: 0.72 , saturation: 0.80 and the lightness value of e4dafb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011010 11111011
Octal 344 332 373
Decimal 228 218 251
Hex E4 DA FB

RGB Percentages of Color #e4dafb

%32.71
%31.28
%36.01

CMYK Percentages of Color #e4dafb

%9
%13
%0
%2

Triadic Colors of #e4dafb

#e4dafb #fbe4da #dafbe4

Analogous Colors of #e4dafb

#e4dafb #f5dafb #dae1fb

Monochromatic Colors of #e4dafb

#e4dafb

Complementary Color

#e4dafb #f1fbda

#e4dafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4dafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4dafb Color CSS Codes

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

#e4dafb Text Font Color

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

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


#e4dafb Background Color

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

This div background color is #e4dafb


#e4dafb Border Color

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

This div border color is #e4dafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4dafb


Comments

No comments written yet.

Please login to write comment.