Color Hex Logo

#eed6ce Color Hex

#EED6CE
(238,214,206)
0 Favorites   0 Comments

Color spaces of #eed6ce

RGB 238214206
HSL0.040.480.87
HSV15°13°93°
CMYK 0.000.100.13   0.07
XYZ70.447070.726568.3311
Yxy70.72650.33630.3376
Hunter Lab84.09902.350210.6958
CIE-Lab87.35207.00996.9619

#eed6ce color RGB value is (238,214,206).

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

The process color (four color CMYK) of #eed6ce color hex is 0.00, 0.10, 0.13, 0.07. Web safe color of #eed6ce is #ffcccc. Color #eed6ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 11001110
Octal 356 326 316
Decimal 238 214 206
Hex EE D6 CE

RGB Percentages of Color #eed6ce

%36.17
%32.52
%31.31

CMYK Percentages of Color #eed6ce

%0
%10
%13
%7

Triadic Colors of #eed6ce

#eed6ce #ceeed6 #d6ceee

Analogous Colors of #eed6ce

#eed6ce #eee6ce #eeced6

Monochromatic Colors of #eed6ce

#eed6ce

Complementary Color

#eed6ce #cee6ee

#eed6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed6ce Color CSS Codes

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

#eed6ce Text Font Color

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

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


#eed6ce Background Color

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

This div background color is #eed6ce


#eed6ce Border Color

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

This div border color is #eed6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed6ce


Comments

No comments written yet.

Please login to write comment.