Color Hex Logo

#e1facd Color Hex

#E1FACD
(225,250,205)
0 Favorites   0 Comments

Color spaces of #e1facd

RGB 225250205
HSL0.260.820.89
HSV93°18°98°
CMYK 0.100.000.18   0.02
XYZ76.256488.786570.8760
Yxy88.78650.32320.3763
Hunter Lab94.2266-20.438721.3615
CIE-Lab95.4911-15.961518.8950

#e1facd color RGB value is (225,250,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111010 11001101
Octal 341 372 315
Decimal 225 250 205
Hex E1 FA CD

RGB Percentages of Color #e1facd

%33.09
%36.76
%30.15

CMYK Percentages of Color #e1facd

%10
%0
%18
%2

Triadic Colors of #e1facd

#e1facd #cde1fa #facde1

Analogous Colors of #e1facd

#e1facd #cdfad0 #f8facd

Monochromatic Colors of #e1facd

#e1facd

Complementary Color

#e1facd #e6cdfa

#e1facd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1facd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1facd Color CSS Codes

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

#e1facd Text Font Color

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

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


#e1facd Background Color

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

This div background color is #e1facd


#e1facd Border Color

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

This div border color is #e1facd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1facd


Comments

No comments written yet.

Please login to write comment.