Color Hex Logo

#e1becc Color Hex

#E1BECC
(225,190,204)
0 Favorites   0 Comments

Color spaces of #e1becc

RGB 225190204
HSL0.930.370.81
HSV336°16°88°
CMYK 0.000.160.09   0.12
XYZ60.363957.194164.9848
Yxy57.19410.33070.3133
Hunter Lab75.626810.12851.9919
CIE-Lab80.288614.7461-2.3742

#e1becc color RGB value is (225,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111110 11001100
Octal 341 276 314
Decimal 225 190 204
Hex E1 BE CC

RGB Percentages of Color #e1becc

%36.35
%30.69
%32.96

CMYK Percentages of Color #e1becc

%0
%16
%9
%12

Triadic Colors of #e1becc

#e1becc #cce1be #becce1

Analogous Colors of #e1becc

#e1becc #e1c2be #e1bede

Monochromatic Colors of #e1becc

#e1becc

Complementary Color

#e1becc #bee1d3

#e1becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1becc Color CSS Codes

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

#e1becc Text Font Color

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

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


#e1becc Background Color

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

This div background color is #e1becc


#e1becc Border Color

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

This div border color is #e1becc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1becc


Comments

No comments written yet.

Please login to write comment.