Color Hex Logo

#e7facf Color Hex

#E7FACF
(231,250,207)
0 Favorites   0 Comments

Color spaces of #e7facf

RGB 231250207
HSL0.240.810.90
HSV87°17°98°
CMYK 0.080.000.17   0.02
XYZ78.403189.865172.2449
Yxy89.86510.32600.3736
Hunter Lab94.7972-18.264721.1732
CIE-Lab95.9408-13.580318.5615

#e7facf color RGB value is (231,250,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11111010 11001111
Octal 347 372 317
Decimal 231 250 207
Hex E7 FA CF

RGB Percentages of Color #e7facf

%33.58
%36.34
%30.09

CMYK Percentages of Color #e7facf

%8
%0
%17
%2

Triadic Colors of #e7facf

#e7facf #cfe7fa #facfe7

Analogous Colors of #e7facf

#e7facf #d2facf #faf8cf

Monochromatic Colors of #e7facf

#e7facf

Complementary Color

#e7facf #e2cffa

#e7facf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7facf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7facf Color CSS Codes

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

#e7facf Text Font Color

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

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


#e7facf Background Color

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

This div background color is #e7facf


#e7facf Border Color

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

This div border color is #e7facf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7facf

Related Colors


Comments

No comments written yet.

Please login to write comment.