Color Hex Logo

#e2ccce Color Hex

#E2CCCE
(226,204,206)
0 Favorites   0 Comments

Color spaces of #e2ccce

RGB 226204206
HSL0.980.280.84
HSV355°10°89°
CMYK 0.000.100.09   0.11
XYZ64.097563.810767.3309
Yxy63.81070.32830.3268
Hunter Lab79.88163.43675.9425
CIE-Lab83.86718.00601.7931

#e2ccce color RGB value is (226,204,206).

#e2ccce hex color red value is 226, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e2ccce hue: 0.98 , saturation: 0.28 and the lightness value of e2ccce is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001100 11001110
Octal 342 314 316
Decimal 226 204 206
Hex E2 CC CE

RGB Percentages of Color #e2ccce

%35.53
%32.08
%32.39

CMYK Percentages of Color #e2ccce

%0
%10
%9
%11

Triadic Colors of #e2ccce

#e2ccce #cee2cc #cccee2

Analogous Colors of #e2ccce

#e2ccce #e2d5cc #e2ccd9

Monochromatic Colors of #e2ccce

#e2ccce

Complementary Color

#e2ccce #cce2e0

#e2ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ccce Color CSS Codes

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

#e2ccce Text Font Color

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

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


#e2ccce Background Color

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

This div background color is #e2ccce


#e2ccce Border Color

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

This div border color is #e2ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ccce


Comments

No comments written yet.

Please login to write comment.