Color Hex Logo

#eebacc Color Hex

#EEBACC
(238,186,204)
0 Favorites   0 Comments

Color spaces of #eebacc

RGB 238186204
HSL0.940.600.83
HSV339°22°93°
CMYK 0.000.220.14   0.07
XYZ63.717957.654664.8969
Yxy57.65460.34210.3095
Hunter Lab75.930616.91142.4771
CIE-Lab80.546421.4522-1.8538

#eebacc color RGB value is (238,186,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 11001100
Octal 356 272 314
Decimal 238 186 204
Hex EE BA CC

RGB Percentages of Color #eebacc

%37.90
%29.62
%32.48

CMYK Percentages of Color #eebacc

%0
%22
%14
%7

Triadic Colors of #eebacc

#eebacc #cceeba #baccee

Analogous Colors of #eebacc

#eebacc #eec2ba #eebae6

Monochromatic Colors of #eebacc

#eebacc

Complementary Color

#eebacc #baeedc

#eebacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebacc Color CSS Codes

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

#eebacc Text Font Color

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

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


#eebacc Background Color

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

This div background color is #eebacc


#eebacc Border Color

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

This div border color is #eebacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,186,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebacc


Comments

No comments written yet.

Please login to write comment.