Color Hex Logo

#e2bece Color Hex

#E2BECE
(226,190,206)
0 Favorites   0 Comments

Color spaces of #e2bece

RGB 226190206
HSL0.930.380.82
HSV333°16°89°
CMYK 0.000.160.09   0.11
XYZ60.918157.451966.2711
Yxy57.45190.32990.3112
Hunter Lab75.797010.81571.2193
CIE-Lab80.433115.4348-3.2289

#e2bece color RGB value is (226,190,206).

#e2bece hex color red value is 226, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e2bece hue: 0.93 , saturation: 0.38 and the lightness value of e2bece is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111110 11001110
Octal 342 276 316
Decimal 226 190 206
Hex E2 BE CE

RGB Percentages of Color #e2bece

%36.33
%30.55
%33.12

CMYK Percentages of Color #e2bece

%0
%16
%9
%11

Triadic Colors of #e2bece

#e2bece #cee2be #becee2

Analogous Colors of #e2bece

#e2bece #e2c0be #e2bee0

Monochromatic Colors of #e2bece

#e2bece

Complementary Color

#e2bece #bee2d2

#e2bece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bece Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bece Color CSS Codes

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

#e2bece Text Font Color

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

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


#e2bece Background Color

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

This div background color is #e2bece


#e2bece Border Color

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

This div border color is #e2bece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bece


Comments

No comments written yet.

Please login to write comment.