Color Hex Logo

#e2dfeb Color Hex

#E2DFEB
(226,223,235)
0 Favorites   0 Comments

Color spaces of #e2dfeb

RGB 226223235
HSL0.710.230.90
HSV255°92°
CMYK 0.040.050.00   0.08
XYZ72.747174.942389.2284
Yxy74.94230.30710.3163
Hunter Lab86.5692-1.4964-0.5128
CIE-Lab89.36603.2009-5.4937

#e2dfeb color RGB value is (226,223,235).

#e2dfeb hex color red value is 226, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e2dfeb hue: 0.71 , saturation: 0.23 and the lightness value of e2dfeb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011111 11101011
Octal 342 337 353
Decimal 226 223 235
Hex E2 DF EB

RGB Percentages of Color #e2dfeb

%33.04
%32.60
%34.36

CMYK Percentages of Color #e2dfeb

%4
%5
%0
%8

Triadic Colors of #e2dfeb

#e2dfeb #ebe2df #dfebe2

Analogous Colors of #e2dfeb

#e2dfeb #e8dfeb #dfe2eb

Monochromatic Colors of #e2dfeb

#e2dfeb

Complementary Color

#e2dfeb #e8ebdf

#e2dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dfeb Color CSS Codes

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

#e2dfeb Text Font Color

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

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


#e2dfeb Background Color

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

This div background color is #e2dfeb


#e2dfeb Border Color

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

This div border color is #e2dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dfeb


Comments

No comments written yet.

Please login to write comment.