Color Hex Logo

#e1bebd Color Hex

#E1BEBD
(225,190,189)
0 Favorites   0 Comments

Color spaces of #e1bebd

RGB 225190189
HSL0.000.380.81
HSV16°88°
CMYK 0.000.160.16   0.12
XYZ58.650156.508655.9602
Yxy56.50860.34270.3302
Hunter Lab75.17227.71618.4835
CIE-Lab79.902412.30455.1463

#e1bebd color RGB value is (225,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111110 10111101
Octal 341 276 275
Decimal 225 190 189
Hex E1 BE BD

RGB Percentages of Color #e1bebd

%37.25
%31.46
%31.29

CMYK Percentages of Color #e1bebd

%0
%16
%16
%12

Triadic Colors of #e1bebd

#e1bebd #bde1be #bebde1

Analogous Colors of #e1bebd

#e1bebd #e1d0bd #e1bdce

Monochromatic Colors of #e1bebd

#e1bebd

Complementary Color

#e1bebd #bde0e1

#e1bebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bebd Color CSS Codes

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

#e1bebd Text Font Color

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

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


#e1bebd Background Color

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

This div background color is #e1bebd


#e1bebd Border Color

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

This div border color is #e1bebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bebd


Comments

No comments written yet.

Please login to write comment.