Color Hex Logo

#e1cbce Color Hex

#E1CBCE
(225,203,206)
0 Favorites   0 Comments

Color spaces of #e1cbce

RGB 225203206
HSL0.980.270.84
HSV352°10°88°
CMYK 0.000.100.08   0.12
XYZ63.547963.175767.2373
Yxy63.17570.32760.3257
Hunter Lab79.48313.61785.4829
CIE-Lab83.53478.18181.2990

#e1cbce color RGB value is (225,203,206).

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

The process color (four color CMYK) of #e1cbce color hex is 0.00, 0.10, 0.08, 0.12. Web safe color of #e1cbce is #cccccc. Color #e1cbce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001011 11001110
Octal 341 313 316
Decimal 225 203 206
Hex E1 CB CE

RGB Percentages of Color #e1cbce

%35.49
%32.02
%32.49

CMYK Percentages of Color #e1cbce

%0
%10
%8
%12

Triadic Colors of #e1cbce

#e1cbce #cee1cb #cbcee1

Analogous Colors of #e1cbce

#e1cbce #e1d3cb #e1cbd9

Monochromatic Colors of #e1cbce

#e1cbce

Complementary Color

#e1cbce #cbe1de

#e1cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cbce Color CSS Codes

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

#e1cbce Text Font Color

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

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


#e1cbce Background Color

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

This div background color is #e1cbce


#e1cbce Border Color

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

This div border color is #e1cbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cbce


Comments

No comments written yet.

Please login to write comment.