Color Hex Logo

#e9dedc Color Hex

#E9DEDC
(233,222,220)
0 Favorites   0 Comments

Color spaces of #e9dedc

RGB 233222220
HSL0.030.230.89
HSV91°
CMYK 0.000.050.06   0.09
XYZ72.643874.733578.3064
Yxy74.73350.32190.3311
Hunter Lab86.4485-1.28916.8082
CIE-Lab89.26803.40642.3085

#e9dedc color RGB value is (233,222,220).

#e9dedc hex color red value is 233, green value is 222 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e9dedc hue: 0.03 , saturation: 0.23 and the lightness value of e9dedc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011110 11011100
Octal 351 336 334
Decimal 233 222 220
Hex E9 DE DC

RGB Percentages of Color #e9dedc

%34.52
%32.89
%32.59

CMYK Percentages of Color #e9dedc

%0
%5
%6
%9

Triadic Colors of #e9dedc

#e9dedc #dce9de #dedce9

Analogous Colors of #e9dedc

#e9dedc #e9e5dc #e9dce1

Monochromatic Colors of #e9dedc

#e9dedc

Complementary Color

#e9dedc #dce7e9

#e9dedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dedc Color CSS Codes

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

#e9dedc Text Font Color

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

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


#e9dedc Background Color

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

This div background color is #e9dedc


#e9dedc Border Color

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

This div border color is #e9dedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dedc


Comments

No comments written yet.

Please login to write comment.