Color Hex Logo

#e3facd Color Hex

#E3FACD
(227,250,205)
0 Favorites   0 Comments

Color spaces of #e3facd

RGB 227250205
HSL0.250.820.89
HSV91°18°98°
CMYK 0.090.000.18   0.02
XYZ76.883689.109970.9053
Yxy89.10990.32450.3762
Hunter Lab94.3980-19.815121.5441
CIE-Lab95.6263-15.274019.1043

#e3facd color RGB value is (227,250,205).

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

The process color (four color CMYK) of #e3facd color hex is 0.09, 0.00, 0.18, 0.02. Web safe color of #e3facd is #ccffcc. Color #e3facd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11111010 11001101
Octal 343 372 315
Decimal 227 250 205
Hex E3 FA CD

RGB Percentages of Color #e3facd

%33.28
%36.66
%30.06

CMYK Percentages of Color #e3facd

%9
%0
%18
%2

Triadic Colors of #e3facd

#e3facd #cde3fa #facde3

Analogous Colors of #e3facd

#e3facd #cdface #fafacd

Monochromatic Colors of #e3facd

#e3facd

Complementary Color

#e3facd #e4cdfa

#e3facd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3facd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3facd Color CSS Codes

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

#e3facd Text Font Color

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

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


#e3facd Background Color

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

This div background color is #e3facd


#e3facd Border Color

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

This div border color is #e3facd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3facd

Related Colors


Comments

No comments written yet.

Please login to write comment.