Color Hex Logo

#eedbcf Color Hex

#EEDBCF
(238,219,207)
0 Favorites   0 Comments

Color spaces of #eedbcf

RGB 238219207
HSL0.060.480.87
HSV23°13°93°
CMYK 0.000.080.13   0.07
XYZ71.853973.345269.4014
Yxy73.34520.33480.3418
Hunter Lab85.6418-0.110811.9025
CIE-Lab88.61214.57078.2451

#eedbcf color RGB value is (238,219,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11001111
Octal 356 333 317
Decimal 238 219 207
Hex EE DB CF

RGB Percentages of Color #eedbcf

%35.84
%32.98
%31.17

CMYK Percentages of Color #eedbcf

%0
%8
%13
%7

Triadic Colors of #eedbcf

#eedbcf #cfeedb #dbcfee

Analogous Colors of #eedbcf

#eedbcf #eeebcf #eecfd3

Monochromatic Colors of #eedbcf

#eedbcf

Complementary Color

#eedbcf #cfe2ee

#eedbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbcf Color CSS Codes

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

#eedbcf Text Font Color

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

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


#eedbcf Background Color

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

This div background color is #eedbcf


#eedbcf Border Color

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

This div border color is #eedbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbcf

#eedbcf Color Palettes


Comments

No comments written yet.

Please login to write comment.