Color Hex Logo

#edecd9 Color Hex

#EDECD9
(237,236,217)
0 Favorites   0 Comments

Color spaces of #edecd9

RGB 237236217
HSL0.160.360.89
HSV57°93°
CMYK 0.000.000.08   0.07
XYZ77.444983.005277.5855
Yxy83.00520.32540.3487
Hunter Lab91.1072-7.705213.2846
CIE-Lab93.0167-2.89479.3234

#edecd9 color RGB value is (237,236,217).

#edecd9 hex color red value is 237, green value is 236 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #edecd9 hue: 0.16 , saturation: 0.36 and the lightness value of edecd9 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 11011001
Octal 355 354 331
Decimal 237 236 217
Hex ED EC D9

RGB Percentages of Color #edecd9

%34.35
%34.20
%31.45

CMYK Percentages of Color #edecd9

%0
%0
%8
%7

Triadic Colors of #edecd9

#edecd9 #d9edec #ecd9ed

Analogous Colors of #edecd9

#edecd9 #e4edd9 #ede2d9

Monochromatic Colors of #edecd9

#edecd9

Complementary Color

#edecd9 #d9daed

#edecd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edecd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edecd9 Color CSS Codes

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

#edecd9 Text Font Color

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

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


#edecd9 Background Color

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

This div background color is #edecd9


#edecd9 Border Color

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

This div border color is #edecd9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,236,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edecd9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edecd9;
  -webkit-box-shadow: 1px 1px 3px 2px #edecd9;
  box-shadow:         1px 1px 3px 2px #edecd9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,236,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edecd9


Comments

No comments written yet.

Please login to write comment.