Color Hex Logo

#e5facd Color Hex

#E5FACD
(229,250,205)
0 Favorites   0 Comments

Color spaces of #e5facd

RGB 229250205
HSL0.240.820.89
HSV88°18°98°
CMYK 0.080.000.18   0.02
XYZ77.518289.437070.9350
Yxy89.43700.32590.3760
Hunter Lab94.5711-19.186421.7281
CIE-Lab95.7627-14.583719.3153

#e5facd color RGB value is (229,250,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111010 11001101
Octal 345 372 315
Decimal 229 250 205
Hex E5 FA CD

RGB Percentages of Color #e5facd

%33.48
%36.55
%29.97

CMYK Percentages of Color #e5facd

%8
%0
%18
%2

Triadic Colors of #e5facd

#e5facd #cde5fa #facde5

Analogous Colors of #e5facd

#e5facd #cffacd #faf9cd

Monochromatic Colors of #e5facd

#e5facd

Complementary Color

#e5facd #e2cdfa

#e5facd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5facd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5facd Color CSS Codes

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

#e5facd Text Font Color

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

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


#e5facd Background Color

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

This div background color is #e5facd


#e5facd Border Color

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

This div border color is #e5facd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5facd

Related Colors


Comments

No comments written yet.

Please login to write comment.