Color Hex Logo

#edecd7 Color Hex

#EDECD7
(237,236,215)
0 Favorites   0 Comments

Color spaces of #edecd7

RGB 237236215
HSL0.160.380.89
HSV57°93°
CMYK 0.000.000.09   0.07
XYZ77.186282.901776.2235
Yxy82.90170.32660.3508
Hunter Lab91.0504-8.018214.1002
CIE-Lab92.9714-3.219910.2967

#edecd7 color RGB value is (237,236,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 11010111
Octal 355 354 327
Decimal 237 236 215
Hex ED EC D7

RGB Percentages of Color #edecd7

%34.45
%34.30
%31.25

CMYK Percentages of Color #edecd7

%0
%0
%9
%7

Triadic Colors of #edecd7

#edecd7 #d7edec #ecd7ed

Analogous Colors of #edecd7

#edecd7 #e3edd7 #ede1d7

Monochromatic Colors of #edecd7

#edecd7

Complementary Color

#edecd7 #d7d8ed

#edecd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edecd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edecd7 Color CSS Codes

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

#edecd7 Text Font Color

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

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


#edecd7 Background Color

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

This div background color is #edecd7


#edecd7 Border Color

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

This div border color is #edecd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edecd7


Comments

No comments written yet.

Please login to write comment.