Color Hex Logo

#e7cecf Color Hex

#E7CECF
(231,206,207)
0 Favorites   0 Comments

Color spaces of #e7cecf

RGB 231206207
HSL0.990.340.86
HSV358°11°91°
CMYK 0.000.110.10   0.09
XYZ66.288865.636568.2068
Yxy65.63650.33120.3280
Hunter Lab81.01644.27286.7958
CIE-Lab84.81078.87972.6842

#e7cecf color RGB value is (231,206,207).

#e7cecf hex color red value is 231, green value is 206 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e7cecf hue: 0.99 , saturation: 0.34 and the lightness value of e7cecf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001110 11001111
Octal 347 316 317
Decimal 231 206 207
Hex E7 CE CF

RGB Percentages of Color #e7cecf

%35.87
%31.99
%32.14

CMYK Percentages of Color #e7cecf

%0
%11
%10
%9

Triadic Colors of #e7cecf

#e7cecf #cfe7ce #cecfe7

Analogous Colors of #e7cecf

#e7cecf #e7dace #e7cedc

Monochromatic Colors of #e7cecf

#e7cecf

Complementary Color

#e7cecf #cee7e6

#e7cecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cecf Color CSS Codes

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

#e7cecf Text Font Color

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

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


#e7cecf Background Color

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

This div background color is #e7cecf


#e7cecf Border Color

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

This div border color is #e7cecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cecf


Comments

No comments written yet.

Please login to write comment.