Color Hex Logo

#e3cfce Color Hex

#E3CFCE
(227,207,206)
0 Favorites   0 Comments

Color spaces of #e3cfce

RGB 227207206
HSL0.010.270.85
HSV89°
CMYK 0.000.090.09   0.11
XYZ65.132065.412867.5856
Yxy65.41280.32870.3302
Hunter Lab80.87822.21107.0692
CIE-Lab84.69606.77953.0076

#e3cfce color RGB value is (227,207,206).

#e3cfce hex color red value is 227, green value is 207 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e3cfce hue: 0.01 , saturation: 0.27 and the lightness value of e3cfce is 0.85.

The process color (four color CMYK) of #e3cfce color hex is 0.00, 0.09, 0.09, 0.11. Web safe color of #e3cfce is #cccccc. Color #e3cfce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001111 11001110
Octal 343 317 316
Decimal 227 207 206
Hex E3 CF CE

RGB Percentages of Color #e3cfce

%35.47
%32.34
%32.19

CMYK Percentages of Color #e3cfce

%0
%9
%9
%11

Triadic Colors of #e3cfce

#e3cfce #cee3cf #cfcee3

Analogous Colors of #e3cfce

#e3cfce #e3dace #e3ced8

Monochromatic Colors of #e3cfce

#e3cfce

Complementary Color

#e3cfce #cee2e3

#e3cfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3cfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3cfce Color CSS Codes

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

#e3cfce Text Font Color

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

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


#e3cfce Background Color

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

This div background color is #e3cfce


#e3cfce Border Color

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

This div border color is #e3cfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3cfce


Comments

No comments written yet.

Please login to write comment.