Color Hex Logo

#e3facf Color Hex

#E3FACF
(227,250,207)
0 Favorites   0 Comments

Color spaces of #e3facf

RGB 227250207
HSL0.260.810.90
HSV92°17°98°
CMYK 0.090.000.17   0.02
XYZ77.126689.207172.1852
Yxy89.20710.32340.3740
Hunter Lab94.4495-19.525220.8009
CIE-Lab95.6669-14.958618.1374

#e3facf color RGB value is (227,250,207).

#e3facf hex color red value is 227, green value is 250 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e3facf hue: 0.26 , saturation: 0.81 and the lightness value of e3facf is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11111010 11001111
Octal 343 372 317
Decimal 227 250 207
Hex E3 FA CF

RGB Percentages of Color #e3facf

%33.19
%36.55
%30.26

CMYK Percentages of Color #e3facf

%9
%0
%17
%2

Triadic Colors of #e3facf

#e3facf #cfe3fa #facfe3

Analogous Colors of #e3facf

#e3facf #cffad1 #f9facf

Monochromatic Colors of #e3facf

#e3facf

Complementary Color

#e3facf #e6cffa

#e3facf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3facf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3facf Color CSS Codes

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

#e3facf Text Font Color

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

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


#e3facf Background Color

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

This div background color is #e3facf


#e3facf Border Color

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

This div border color is #e3facf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3facf


Comments

No comments written yet.

Please login to write comment.