Color Hex Logo

#e9ddcc Color Hex

#E9DDCC
(233,221,204)
0 Favorites   0 Comments

Color spaces of #e9ddcc

RGB 233221204
HSL0.100.400.86
HSV35°12°91°
CMYK 0.000.050.12   0.09
XYZ70.359873.396267.5853
Yxy73.39620.33290.3473
Hunter Lab85.6716-3.327913.1969
CIE-Lab88.63631.28709.8016

#e9ddcc color RGB value is (233,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011101 11001100
Octal 351 335 314
Decimal 233 221 204
Hex E9 DD CC

RGB Percentages of Color #e9ddcc

%35.41
%33.59
%31.00

CMYK Percentages of Color #e9ddcc

%0
%5
%12
%9

Triadic Colors of #e9ddcc

#e9ddcc #cce9dd #ddcce9

Analogous Colors of #e9ddcc

#e9ddcc #e7e9cc #e9cfcc

Monochromatic Colors of #e9ddcc

#e9ddcc

Complementary Color

#e9ddcc #ccd8e9

#e9ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ddcc Color CSS Codes

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

#e9ddcc Text Font Color

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

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


#e9ddcc Background Color

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

This div background color is #e9ddcc


#e9ddcc Border Color

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

This div border color is #e9ddcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,221,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ddcc

#e9ddcc Color Palettes


Comments

No comments written yet.

Please login to write comment.