Color Hex Logo

#e1bfbc Color Hex

#E1BFBC
(225,191,188)
0 Favorites   0 Comments

Color spaces of #e1bfbc

RGB 225191188
HSL0.010.380.81
HSV16°88°
CMYK 0.000.150.16   0.12
XYZ58.759256.900055.4628
Yxy56.90000.34340.3325
Hunter Lab75.43217.03979.2084
CIE-Lab80.123311.61616.0033

#e1bfbc color RGB value is (225,191,188).

#e1bfbc hex color red value is 225, green value is 191 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e1bfbc hue: 0.01 , saturation: 0.38 and the lightness value of e1bfbc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111111 10111100
Octal 341 277 274
Decimal 225 191 188
Hex E1 BF BC

RGB Percentages of Color #e1bfbc

%37.25
%31.62
%31.13

CMYK Percentages of Color #e1bfbc

%0
%15
%16
%12

Triadic Colors of #e1bfbc

#e1bfbc #bce1bf #bfbce1

Analogous Colors of #e1bfbc

#e1bfbc #e1d2bc #e1bccc

Monochromatic Colors of #e1bfbc

#e1bfbc

Complementary Color

#e1bfbc #bcdee1

#e1bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bfbc Color CSS Codes

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

#e1bfbc Text Font Color

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

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


#e1bfbc Background Color

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

This div background color is #e1bfbc


#e1bfbc Border Color

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

This div border color is #e1bfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bfbc


Comments

No comments written yet.

Please login to write comment.