Color Hex Logo

#e4cfce Color Hex

#E4CFCE
(228,207,206)
0 Favorites   0 Comments

Color spaces of #e4cfce

RGB 228207206
HSL0.010.290.85
HSV10°89°
CMYK 0.000.090.10   0.11
XYZ65.448365.575967.6004
Yxy65.57590.32950.3301
Hunter Lab80.97892.55307.1906
CIE-Lab84.77967.13143.1394

#e4cfce color RGB value is (228,207,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001111 11001110
Octal 344 317 316
Decimal 228 207 206
Hex E4 CF CE

RGB Percentages of Color #e4cfce

%35.57
%32.29
%32.14

CMYK Percentages of Color #e4cfce

%0
%9
%10
%11

Triadic Colors of #e4cfce

#e4cfce #cee4cf #cfcee4

Analogous Colors of #e4cfce

#e4cfce #e4dace #e4ced8

Monochromatic Colors of #e4cfce

#e4cfce

Complementary Color

#e4cfce #cee3e4

#e4cfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4cfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4cfce Color CSS Codes

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

#e4cfce Text Font Color

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

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


#e4cfce Background Color

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

This div background color is #e4cfce


#e4cfce Border Color

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

This div border color is #e4cfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4cfce


Comments

No comments written yet.

Please login to write comment.