Color Hex Logo

#eebec0 Color Hex

#EEBEC0
(238,190,192)
0 Favorites   0 Comments

Color spaces of #eebec0

RGB 238190192
HSL0.990.590.84
HSV358°20°93°
CMYK 0.000.200.19   0.07
XYZ63.187858.809857.8902
Yxy58.80980.35130.3269
Hunter Lab76.687512.87448.9242
CIE-Lab81.186917.47435.5401

#eebec0 color RGB value is (238,190,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 11000000
Octal 356 276 300
Decimal 238 190 192
Hex EE BE C0

RGB Percentages of Color #eebec0

%38.39
%30.65
%30.97

CMYK Percentages of Color #eebec0

%0
%20
%19
%7

Triadic Colors of #eebec0

#eebec0 #c0eebe #bec0ee

Analogous Colors of #eebec0

#eebec0 #eed4be #eebed8

Monochromatic Colors of #eebec0

#eebec0

Complementary Color

#eebec0 #beeeec

#eebec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebec0 Color CSS Codes

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

#eebec0 Text Font Color

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

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


#eebec0 Background Color

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

This div background color is #eebec0


#eebec0 Border Color

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

This div border color is #eebec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebec0


Comments

No comments written yet.

Please login to write comment.