Color Hex Logo

#e2dcef Color Hex

#E2DCEF
(226,220,239)
0 Favorites   0 Comments

Color spaces of #e2dcef

RGB 226220239
HSL0.720.370.90
HSV259°94°
CMYK 0.050.080.00   0.06
XYZ72.537273.587192.0420
Yxy73.58710.30460.3090
Hunter Lab85.78290.8177-3.5680
CIE-Lab88.72705.5148-8.5423

#e2dcef color RGB value is (226,220,239).

#e2dcef hex color red value is 226, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e2dcef hue: 0.72 , saturation: 0.37 and the lightness value of e2dcef is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011100 11101111
Octal 342 334 357
Decimal 226 220 239
Hex E2 DC EF

RGB Percentages of Color #e2dcef

%32.99
%32.12
%34.89

CMYK Percentages of Color #e2dcef

%5
%8
%0
%6

Triadic Colors of #e2dcef

#e2dcef #efe2dc #dcefe2

Analogous Colors of #e2dcef

#e2dcef #ecdcef #dce0ef

Monochromatic Colors of #e2dcef

#e2dcef

Complementary Color

#e2dcef #e9efdc

#e2dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dcef Color CSS Codes

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

#e2dcef Text Font Color

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

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


#e2dcef Background Color

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

This div background color is #e2dcef


#e2dcef Border Color

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

This div border color is #e2dcef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,220,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dcef

#e2dcef Color Palettes


Comments

No comments written yet.

Please login to write comment.