Color Hex Logo

#e1c0bf Color Hex

#E1C0BF
(225,192,191)
0 Favorites   0 Comments

Color spaces of #e1c0bf

RGB 225192191
HSL0.000.360.82
HSV15°88°
CMYK 0.000.150.15   0.12
XYZ59.304957.468457.2570
Yxy57.46840.34080.3302
Hunter Lab75.80796.97768.2844
CIE-Lab80.442311.55554.8492

#e1c0bf color RGB value is (225,192,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11000000 10111111
Octal 341 300 277
Decimal 225 192 191
Hex E1 C0 BF

RGB Percentages of Color #e1c0bf

%37.01
%31.58
%31.41

CMYK Percentages of Color #e1c0bf

%0
%15
%15
%12

Triadic Colors of #e1c0bf

#e1c0bf #bfe1c0 #c0bfe1

Analogous Colors of #e1c0bf

#e1c0bf #e1d1bf #e1bfcf

Monochromatic Colors of #e1c0bf

#e1c0bf

Complementary Color

#e1c0bf #bfe0e1

#e1c0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1c0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1c0bf Color CSS Codes

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

#e1c0bf Text Font Color

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

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


#e1c0bf Background Color

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

This div background color is #e1c0bf


#e1c0bf Border Color

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

This div border color is #e1c0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1c0bf


Comments

No comments written yet.

Please login to write comment.