Color Hex Logo

#e3dcea Color Hex

#E3DCEA
(227,220,234)
0 Favorites   0 Comments

Color spaces of #e3dcea

RGB 227220234
HSL0.750.250.89
HSV270°92°
CMYK 0.030.060.00   0.08
XYZ72.123073.457888.2194
Yxy73.45780.30850.3142
Hunter Lab85.70750.2198-1.0324
CIE-Lab88.66564.9080-5.9931

#e3dcea color RGB value is (227,220,234).

#e3dcea hex color red value is 227, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e3dcea hue: 0.75 , saturation: 0.25 and the lightness value of e3dcea is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11011100 11101010
Octal 343 334 352
Decimal 227 220 234
Hex E3 DC EA

RGB Percentages of Color #e3dcea

%33.33
%32.31
%34.36

CMYK Percentages of Color #e3dcea

%3
%6
%0
%8

Triadic Colors of #e3dcea

#e3dcea #eae3dc #dceae3

Analogous Colors of #e3dcea

#e3dcea #eadcea #dcdcea

Monochromatic Colors of #e3dcea

#e3dcea

Complementary Color

#e3dcea #e3eadc

#e3dcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3dcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3dcea Color CSS Codes

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

#e3dcea Text Font Color

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

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


#e3dcea Background Color

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

This div background color is #e3dcea


#e3dcea Border Color

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

This div border color is #e3dcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3dcea


Comments

No comments written yet.

Please login to write comment.