Color Hex Logo

#e9facf Color Hex

#E9FACF
(233,250,207)
0 Favorites   0 Comments

Color spaces of #e9facf

RGB 233250207
HSL0.230.810.90
HSV84°17°98°
CMYK 0.070.000.17   0.02
XYZ79.052490.199872.2753
Yxy90.19980.32730.3735
Hunter Lab94.9736-17.627121.3616
CIE-Lab96.0796-12.887718.7764

#e9facf color RGB value is (233,250,207).

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

The process color (four color CMYK) of #e9facf color hex is 0.07, 0.00, 0.17, 0.02. Web safe color of #e9facf is #ffffcc. Color #e9facf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11111010 11001111
Octal 351 372 317
Decimal 233 250 207
Hex E9 FA CF

RGB Percentages of Color #e9facf

%33.77
%36.23
%30.00

CMYK Percentages of Color #e9facf

%7
%0
%17
%2

Triadic Colors of #e9facf

#e9facf #cfe9fa #facfe9

Analogous Colors of #e9facf

#e9facf #d4facf #faf6cf

Monochromatic Colors of #e9facf

#e9facf

Complementary Color

#e9facf #e0cffa

#e9facf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9facf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9facf Color CSS Codes

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

#e9facf Text Font Color

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

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


#e9facf Background Color

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

This div background color is #e9facf


#e9facf Border Color

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

This div border color is #e9facf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9facf

Related Colors


Comments

No comments written yet.

Please login to write comment.