Color Hex Logo

#e9ddcf Color Hex

#E9DDCF
(233,221,207)
0 Favorites   0 Comments

Color spaces of #e9ddcf

RGB 233221207
HSL0.090.370.86
HSV32°11°91°
CMYK 0.000.050.11   0.09
XYZ70.723273.541569.4989
Yxy73.54150.33080.3440
Hunter Lab85.7563-2.864811.9795
CIE-Lab88.70531.76708.3253

#e9ddcf color RGB value is (233,221,207).

#e9ddcf hex color red value is 233, green value is 221 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e9ddcf hue: 0.09 , saturation: 0.37 and the lightness value of e9ddcf is 0.86.

The process color (four color CMYK) of #e9ddcf color hex is 0.00, 0.05, 0.11, 0.09. Web safe color of #e9ddcf is #ffcccc. Color #e9ddcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011101 11001111
Octal 351 335 317
Decimal 233 221 207
Hex E9 DD CF

RGB Percentages of Color #e9ddcf

%35.25
%33.43
%31.32

CMYK Percentages of Color #e9ddcf

%0
%5
%11
%9

Triadic Colors of #e9ddcf

#e9ddcf #cfe9dd #ddcfe9

Analogous Colors of #e9ddcf

#e9ddcf #e8e9cf #e9d0cf

Monochromatic Colors of #e9ddcf

#e9ddcf

Complementary Color

#e9ddcf #cfdbe9

#e9ddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ddcf Color CSS Codes

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

#e9ddcf Text Font Color

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

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


#e9ddcf Background Color

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

This div background color is #e9ddcf


#e9ddcf Border Color

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

This div border color is #e9ddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ddcf


Comments

No comments written yet.

Please login to write comment.