Color Hex Logo

#e1bebc Color Hex

#E1BEBC
(225,190,188)
0 Favorites   0 Comments

Color spaces of #e1bebc

RGB 225190188
HSL0.010.380.81
HSV16°88°
CMYK 0.000.160.16   0.12
XYZ58.541956.465355.3904
Yxy56.46530.34360.3314
Hunter Lab75.14347.56298.8960
CIE-Lab79.877912.14825.6497

#e1bebc color RGB value is (225,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111110 10111100
Octal 341 276 274
Decimal 225 190 188
Hex E1 BE BC

RGB Percentages of Color #e1bebc

%37.31
%31.51
%31.18

CMYK Percentages of Color #e1bebc

%0
%16
%16
%12

Triadic Colors of #e1bebc

#e1bebc #bce1be #bebce1

Analogous Colors of #e1bebc

#e1bebc #e1d1bc #e1bccd

Monochromatic Colors of #e1bebc

#e1bebc

Complementary Color

#e1bebc #bcdfe1

#e1bebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bebc Color CSS Codes

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

#e1bebc Text Font Color

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

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


#e1bebc Background Color

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

This div background color is #e1bebc


#e1bebc Border Color

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

This div border color is #e1bebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bebc


Comments

No comments written yet.

Please login to write comment.