Color Hex Logo

#e4e2ce Color Hex

#E4E2CE
(228,226,206)
0 Favorites   0 Comments

Color spaces of #e4e2ce

RGB 228226206
HSL0.150.290.85
HSV55°10°89°
CMYK 0.000.010.10   0.11
XYZ70.331875.342969.2283
Yxy75.34290.32730.3506
Hunter Lab86.8003-7.267013.4730
CIE-Lab89.5534-2.725710.0112

#e4e2ce color RGB value is (228,226,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11100010 11001110
Octal 344 342 316
Decimal 228 226 206
Hex E4 E2 CE

RGB Percentages of Color #e4e2ce

%34.55
%34.24
%31.21

CMYK Percentages of Color #e4e2ce

%0
%1
%10
%11

Triadic Colors of #e4e2ce

#e4e2ce #cee4e2 #e2cee4

Analogous Colors of #e4e2ce

#e4e2ce #dbe4ce #e4d7ce

Monochromatic Colors of #e4e2ce

#e4e2ce

Complementary Color

#e4e2ce #ced0e4

#e4e2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4e2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4e2ce Color CSS Codes

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

#e4e2ce Text Font Color

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

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


#e4e2ce Background Color

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

This div background color is #e4e2ce


#e4e2ce Border Color

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

This div border color is #e4e2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4e2ce

#e4e2ce Color Palettes


Comments

No comments written yet.

Please login to write comment.