Color Hex Logo

#eecdba Color Hex

#EECDBA
(238,205,186)
0 Favorites   0 Comments

Color spaces of #eecdba

RGB 238205186
HSL0.060.600.83
HSV22°22°93°
CMYK 0.000.140.22   0.07
XYZ65.954165.385055.5988
Yxy65.38500.35280.3498
Hunter Lab80.86104.086415.8358
CIE-Lab84.68178.687913.7322

#eecdba color RGB value is (238,205,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 10111010
Octal 356 315 272
Decimal 238 205 186
Hex EE CD BA

RGB Percentages of Color #eecdba

%37.84
%32.59
%29.57

CMYK Percentages of Color #eecdba

%0
%14
%22
%7

Triadic Colors of #eecdba

#eecdba #baeecd #cdbaee

Analogous Colors of #eecdba

#eecdba #eee7ba #eebac1

Monochromatic Colors of #eecdba

#eecdba

Complementary Color

#eecdba #badbee

#eecdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecdba Color CSS Codes

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

#eecdba Text Font Color

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

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


#eecdba Background Color

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

This div background color is #eecdba


#eecdba Border Color

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

This div border color is #eecdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecdba


Comments

No comments written yet.

Please login to write comment.