Color Hex Logo

#eed1cb Color Hex

#EED1CB
(238,209,203)
0 Favorites   0 Comments

Color spaces of #eed1cb

RGB 238209203
HSL0.030.510.86
HSV10°15°93°
CMYK 0.000.120.15   0.07
XYZ68.839968.089966.0143
Yxy68.08990.33920.3355
Hunter Lab82.51664.510510.3289
CIE-Lab86.05149.14846.6770

#eed1cb color RGB value is (238,209,203).

#eed1cb hex color red value is 238, green value is 209 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eed1cb hue: 0.03 , saturation: 0.51 and the lightness value of eed1cb is 0.86.

The process color (four color CMYK) of #eed1cb color hex is 0.00, 0.12, 0.15, 0.07. Web safe color of #eed1cb is #ffcccc. Color #eed1cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 11001011
Octal 356 321 313
Decimal 238 209 203
Hex EE D1 CB

RGB Percentages of Color #eed1cb

%36.62
%32.15
%31.23

CMYK Percentages of Color #eed1cb

%0
%12
%15
%7

Triadic Colors of #eed1cb

#eed1cb #cbeed1 #d1cbee

Analogous Colors of #eed1cb

#eed1cb #eee3cb #eecbd7

Monochromatic Colors of #eed1cb

#eed1cb

Complementary Color

#eed1cb #cbe8ee

#eed1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed1cb Color CSS Codes

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

#eed1cb Text Font Color

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

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


#eed1cb Background Color

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

This div background color is #eed1cb


#eed1cb Border Color

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

This div border color is #eed1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed1cb


Comments

No comments written yet.

Please login to write comment.