Color Hex Logo

#e1bece Color Hex

#E1BECE
(225,190,206)
0 Favorites   0 Comments

Color spaces of #e1bece

RGB 225190206
HSL0.920.370.81
HSV333°16°88°
CMYK 0.000.160.08   0.12
XYZ60.605457.290766.2565
Yxy57.29070.32910.3111
Hunter Lab75.690610.46621.0834
CIE-Lab80.342815.0850-3.3721

#e1bece color RGB value is (225,190,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111110 11001110
Octal 341 276 316
Decimal 225 190 206
Hex E1 BE CE

RGB Percentages of Color #e1bece

%36.23
%30.60
%33.17

CMYK Percentages of Color #e1bece

%0
%16
%8
%12

Triadic Colors of #e1bece

#e1bece #cee1be #becee1

Analogous Colors of #e1bece

#e1bece #e1c0be #e1bee0

Monochromatic Colors of #e1bece

#e1bece

Complementary Color

#e1bece #bee1d1

#e1bece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bece Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bece Color CSS Codes

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

#e1bece Text Font Color

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

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


#e1bece Background Color

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

This div background color is #e1bece


#e1bece Border Color

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

This div border color is #e1bece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bece


Comments

No comments written yet.

Please login to write comment.