Color Hex Logo

#eebfce Color Hex

#EEBFCE
(238,191,206)
0 Favorites   0 Comments

Color spaces of #eebfce

RGB 238191206
HSL0.950.580.84
HSV341°20°93°
CMYK 0.000.200.13   0.07
XYZ65.031359.895066.5259
Yxy59.89500.33970.3128
Hunter Lab77.391914.55533.2087
CIE-Lab81.781119.1165-1.1217

#eebfce color RGB value is (238,191,206).

#eebfce hex color red value is 238, green value is 191 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eebfce hue: 0.95 , saturation: 0.58 and the lightness value of eebfce is 0.84.

The process color (four color CMYK) of #eebfce color hex is 0.00, 0.20, 0.13, 0.07. Web safe color of #eebfce is #ffcccc. Color #eebfce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 11001110
Octal 356 277 316
Decimal 238 191 206
Hex EE BF CE

RGB Percentages of Color #eebfce

%37.48
%30.08
%32.44

CMYK Percentages of Color #eebfce

%0
%20
%13
%7

Triadic Colors of #eebfce

#eebfce #ceeebf #bfceee

Analogous Colors of #eebfce

#eebfce #eec8bf #eebfe6

Monochromatic Colors of #eebfce

#eebfce

Complementary Color

#eebfce #bfeedf

#eebfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebfce Color CSS Codes

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

#eebfce Text Font Color

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

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


#eebfce Background Color

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

This div background color is #eebfce


#eebfce Border Color

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

This div border color is #eebfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebfce


Comments

No comments written yet.

Please login to write comment.