Color Hex Logo

#eebace Color Hex

#EEBACE
(238,186,206)
0 Favorites   0 Comments

Color spaces of #eebace

RGB 238186206
HSL0.940.600.83
HSV337°22°93°
CMYK 0.000.220.13   0.07
XYZ63.959457.751266.1686
Yxy57.75120.34040.3074
Hunter Lab75.994217.24201.5718
CIE-Lab80.600321.7721-2.8532

#eebace color RGB value is (238,186,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 11001110
Octal 356 272 316
Decimal 238 186 206
Hex EE BA CE

RGB Percentages of Color #eebace

%37.78
%29.52
%32.70

CMYK Percentages of Color #eebace

%0
%22
%13
%7

Triadic Colors of #eebace

#eebace #ceeeba #baceee

Analogous Colors of #eebace

#eebace #eec0ba #eebae8

Monochromatic Colors of #eebace

#eebace

Complementary Color

#eebace #baeeda

#eebace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebace Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebace Color CSS Codes

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

#eebace Text Font Color

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

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


#eebace Background Color

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

This div background color is #eebace


#eebace Border Color

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

This div border color is #eebace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebace


Comments

No comments written yet.

Please login to write comment.