Color Hex Logo

#e1dfcb Color Hex

#E1DFCB
(225,223,203)
0 Favorites   0 Comments

Color spaces of #e1dfcb

RGB 225223203
HSL0.150.270.84
HSV55°10°88°
CMYK 0.000.010.10   0.12
XYZ68.218573.094767.0131
Yxy73.09470.32750.3509
Hunter Lab85.4954-7.188313.3741
CIE-Lab88.4929-2.730310.0370

#e1dfcb color RGB value is (225,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011111 11001011
Octal 341 337 313
Decimal 225 223 203
Hex E1 DF CB

RGB Percentages of Color #e1dfcb

%34.56
%34.25
%31.18

CMYK Percentages of Color #e1dfcb

%0
%1
%10
%12

Triadic Colors of #e1dfcb

#e1dfcb #cbe1df #dfcbe1

Analogous Colors of #e1dfcb

#e1dfcb #d8e1cb #e1d4cb

Monochromatic Colors of #e1dfcb

#e1dfcb

Complementary Color

#e1dfcb #cbcde1

#e1dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dfcb Color CSS Codes

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

#e1dfcb Text Font Color

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

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


#e1dfcb Background Color

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

This div background color is #e1dfcb


#e1dfcb Border Color

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

This div border color is #e1dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dfcb


Comments

No comments written yet.

Please login to write comment.