Color Hex Logo

#eee6ce Color Hex

#EEE6CE
(238,230,206)
0 Favorites   0 Comments

Color spaces of #eee6ce

RGB 238230206
HSL0.130.480.87
HSV45°13°93°
CMYK 0.000.030.13   0.07
XYZ74.697379.227069.7479
Yxy79.22700.33400.3542
Hunter Lab89.0096-5.968515.8470
CIE-Lab91.3369-1.243612.6571

#eee6ce color RGB value is (238,230,206).

#eee6ce hex color red value is 238, green value is 230 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eee6ce hue: 0.13 , saturation: 0.48 and the lightness value of eee6ce is 0.87.

The process color (four color CMYK) of #eee6ce color hex is 0.00, 0.03, 0.13, 0.07. Web safe color of #eee6ce is #ffffcc. Color #eee6ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100110 11001110
Octal 356 346 316
Decimal 238 230 206
Hex EE E6 CE

RGB Percentages of Color #eee6ce

%35.31
%34.12
%30.56

CMYK Percentages of Color #eee6ce

%0
%3
%13
%7

Triadic Colors of #eee6ce

#eee6ce #ceeee6 #e6ceee

Analogous Colors of #eee6ce

#eee6ce #e6eece #eed6ce

Monochromatic Colors of #eee6ce

#eee6ce

Complementary Color

#eee6ce #ced6ee

#eee6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee6ce Color CSS Codes

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

#eee6ce Text Font Color

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

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


#eee6ce Background Color

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

This div background color is #eee6ce


#eee6ce Border Color

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

This div border color is #eee6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee6ce


Comments

No comments written yet.

Please login to write comment.