Color Hex Logo

#eec0be Color Hex

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

Color spaces of #eec0be

RGB 238192190
HSL0.010.590.84
HSV20°93°
CMYK 0.000.190.20   0.07
XYZ63.403859.594156.8763
Yxy59.59410.35250.3313
Hunter Lab77.197211.510910.3552
CIE-Lab81.617116.11697.2331

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

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

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

Base Numbers

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

RGB Percentages of Color #eec0be

%38.39
%30.97
%30.65

CMYK Percentages of Color #eec0be

%0
%19
%20
%7

Triadic Colors of #eec0be

#eec0be #beeec0 #c0beee

Analogous Colors of #eec0be

#eec0be #eed8be #eebed4

Monochromatic Colors of #eec0be

#eec0be

Complementary Color

#eec0be #beecee

#eec0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec0be Color CSS Codes

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

#eec0be Text Font Color

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

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


#eec0be Background Color

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

This div background color is #eec0be


#eec0be Border Color

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

This div border color is #eec0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec0be


Comments

No comments written yet.

Please login to write comment.