Color Hex Logo

#e6facf Color Hex

#E6FACF
(230,250,207)
0 Favorites   0 Comments

Color spaces of #e6facf

RGB 230250207
HSL0.240.810.90
HSV88°17°98°
CMYK 0.080.000.17   0.02
XYZ78.081289.699272.2298
Yxy89.69920.32530.3737
Hunter Lab94.7097-18.581721.0796
CIE-Lab95.8719-13.925818.4548

#e6facf color RGB value is (230,250,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11111010 11001111
Octal 346 372 317
Decimal 230 250 207
Hex E6 FA CF

RGB Percentages of Color #e6facf

%33.48
%36.39
%30.13

CMYK Percentages of Color #e6facf

%8
%0
%17
%2

Triadic Colors of #e6facf

#e6facf #cfe6fa #facfe6

Analogous Colors of #e6facf

#e6facf #d1facf #faf9cf

Monochromatic Colors of #e6facf

#e6facf

Complementary Color

#e6facf #e3cffa

#e6facf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6facf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6facf Color CSS Codes

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

#e6facf Text Font Color

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

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


#e6facf Background Color

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

This div background color is #e6facf


#e6facf Border Color

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

This div border color is #e6facf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6facf


Comments

No comments written yet.

Please login to write comment.