Color Hex Logo

#eebdce Color Hex

#EEBDCE
(238,189,206)
0 Favorites   0 Comments

Color spaces of #eebdce

RGB 238189206
HSL0.940.590.84
HSV339°21°93°
CMYK 0.000.210.13   0.07
XYZ64.598159.028666.3815
Yxy59.02860.34000.3107
Hunter Lab76.830115.62872.5542
CIE-Lab81.307320.1781-1.8157

#eebdce color RGB value is (238,189,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 11001110
Octal 356 275 316
Decimal 238 189 206
Hex EE BD CE

RGB Percentages of Color #eebdce

%37.60
%29.86
%32.54

CMYK Percentages of Color #eebdce

%0
%21
%13
%7

Triadic Colors of #eebdce

#eebdce #ceeebd #bdceee

Analogous Colors of #eebdce

#eebdce #eec5bd #eebde7

Monochromatic Colors of #eebdce

#eebdce

Complementary Color

#eebdce #bdeedd

#eebdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdce Color CSS Codes

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

#eebdce Text Font Color

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

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


#eebdce Background Color

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

This div background color is #eebdce


#eebdce Border Color

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

This div border color is #eebdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdce

#eebdce Color Palettes


Comments

No comments written yet.

Please login to write comment.