Color Hex Logo

#e1bfbd Color Hex

#E1BFBD
(225,191,189)
0 Favorites   0 Comments

Color spaces of #e1bfbd

RGB 225191189
HSL0.010.380.81
HSV16°88°
CMYK 0.000.150.16   0.12
XYZ58.867456.943356.0326
Yxy56.94330.34260.3314
Hunter Lab75.46087.19258.7974
CIE-Lab80.147711.77235.5002

#e1bfbd color RGB value is (225,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111111 10111101
Octal 341 277 275
Decimal 225 191 189
Hex E1 BF BD

RGB Percentages of Color #e1bfbd

%37.19
%31.57
%31.24

CMYK Percentages of Color #e1bfbd

%0
%15
%16
%12

Triadic Colors of #e1bfbd

#e1bfbd #bde1bf #bfbde1

Analogous Colors of #e1bfbd

#e1bfbd #e1d1bd #e1bdcd

Monochromatic Colors of #e1bfbd

#e1bfbd

Complementary Color

#e1bfbd #bddfe1

#e1bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bfbd Color CSS Codes

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

#e1bfbd Text Font Color

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

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


#e1bfbd Background Color

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

This div background color is #e1bfbd


#e1bfbd Border Color

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

This div border color is #e1bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bfbd


Comments

No comments written yet.

Please login to write comment.