Color Hex Logo

#e3dafc Color Hex

#E3DAFC
(227,218,252)
0 Favorites   0 Comments

Color spaces of #e3dafc

RGB 227218252
HSL0.710.850.92
HSV256°13°99°
CMYK 0.100.130.00   0.01
XYZ74.320673.5020102.3656
Yxy73.50200.29710.2938
Hunter Lab85.73334.7050-10.7790
CIE-Lab88.68669.4032-15.4330

#e3dafc color RGB value is (227,218,252).

#e3dafc hex color red value is 227, green value is 218 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e3dafc hue: 0.71 , saturation: 0.85 and the lightness value of e3dafc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11011010 11111100
Octal 343 332 374
Decimal 227 218 252
Hex E3 DA FC

RGB Percentages of Color #e3dafc

%32.57
%31.28
%36.15

CMYK Percentages of Color #e3dafc

%10
%13
%0
%1

Triadic Colors of #e3dafc

#e3dafc #fce3da #dafce3

Analogous Colors of #e3dafc

#e3dafc #f4dafc #dae2fc

Monochromatic Colors of #e3dafc

#e3dafc

Complementary Color

#e3dafc #f3fcda

#e3dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3dafc Color CSS Codes

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

#e3dafc Text Font Color

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

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


#e3dafc Background Color

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

This div background color is #e3dafc


#e3dafc Border Color

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

This div border color is #e3dafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3dafc


Comments

No comments written yet.

Please login to write comment.