Color Hex Logo

#e1cebf Color Hex

#E1CEBF
(225,206,191)
0 Favorites   0 Comments

Color spaces of #e1cebf

RGB 225206191
HSL0.070.360.82
HSV26°15°88°
CMYK 0.000.080.15   0.12
XYZ62.526663.911858.3309
Yxy63.91180.33840.3459
Hunter Lab79.9449-0.294812.7011
CIE-Lab83.91984.16719.8418

#e1cebf color RGB value is (225,206,191).

#e1cebf hex color red value is 225, green value is 206 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e1cebf hue: 0.07 , saturation: 0.36 and the lightness value of e1cebf is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001110 10111111
Octal 341 316 277
Decimal 225 206 191
Hex E1 CE BF

RGB Percentages of Color #e1cebf

%36.17
%33.12
%30.71

CMYK Percentages of Color #e1cebf

%0
%8
%15
%12

Triadic Colors of #e1cebf

#e1cebf #bfe1ce #cebfe1

Analogous Colors of #e1cebf

#e1cebf #e1dfbf #e1bfc1

Monochromatic Colors of #e1cebf

#e1cebf

Complementary Color

#e1cebf #bfd2e1

#e1cebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cebf Color CSS Codes

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

#e1cebf Text Font Color

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

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


#e1cebf Background Color

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

This div background color is #e1cebf


#e1cebf Border Color

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

This div border color is #e1cebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,206,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e1cebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cebf


Comments

No comments written yet.

Please login to write comment.