Color Hex Logo

#e9ccce Color Hex

#E9CCCE
(233,204,206)
1 Favorites   0 Comments

Color spaces of #e9ccce

RGB 233204206
HSL0.990.400.86
HSV356°12°91°
CMYK 0.000.120.12   0.09
XYZ66.337764.965667.4358
Yxy64.96560.33380.3269
Hunter Lab80.60125.85976.8153
CIE-Lab84.466010.47432.7372

#e9ccce color RGB value is (233,204,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001100 11001110
Octal 351 314 316
Decimal 233 204 206
Hex E9 CC CE

RGB Percentages of Color #e9ccce

%36.24
%31.73
%32.04

CMYK Percentages of Color #e9ccce

%0
%12
%12
%9

Triadic Colors of #e9ccce

#e9ccce #cee9cc #cccee9

Analogous Colors of #e9ccce

#e9ccce #e9d9cc #e9ccdd

Monochromatic Colors of #e9ccce

#e9ccce

Complementary Color

#e9ccce #cce9e7

#e9ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ccce Color CSS Codes

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

#e9ccce Text Font Color

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

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


#e9ccce Background Color

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

This div background color is #e9ccce


#e9ccce Border Color

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

This div border color is #e9ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ccce

#e9ccce Color Palettes


Comments

No comments written yet.

Please login to write comment.