Color Hex Logo

#e2dafc Color Hex

#E2DAFC
(226,218,252)
0 Favorites   0 Comments

Color spaces of #e2dafc

RGB 226218252
HSL0.710.850.92
HSV254°13°99°
CMYK 0.100.130.00   0.01
XYZ74.006173.3398102.3509
Yxy73.33980.29640.2937
Hunter Lab85.63874.3861-10.9133
CIE-Lab88.60959.0847-15.5565

#e2dafc color RGB value is (226,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011010 11111100
Octal 342 332 374
Decimal 226 218 252
Hex E2 DA FC

RGB Percentages of Color #e2dafc

%32.47
%31.32
%36.21

CMYK Percentages of Color #e2dafc

%10
%13
%0
%1

Triadic Colors of #e2dafc

#e2dafc #fce2da #dafce2

Analogous Colors of #e2dafc

#e2dafc #f3dafc #dae3fc

Monochromatic Colors of #e2dafc

#e2dafc

Complementary Color

#e2dafc #f4fcda

#e2dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dafc Color CSS Codes

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

#e2dafc Text Font Color

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

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


#e2dafc Background Color

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

This div background color is #e2dafc


#e2dafc Border Color

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

This div border color is #e2dafc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,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 #e2dafc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dafc


Comments

No comments written yet.

Please login to write comment.