Color Hex Logo

#edecd8 Color Hex

#EDECD8
(237,236,216)
0 Favorites   0 Comments

Color spaces of #edecd8

RGB 237236216
HSL0.160.370.89
HSV57°93°
CMYK 0.000.000.09   0.07
XYZ77.315282.953376.9024
Yxy82.95330.32600.3498
Hunter Lab91.0787-7.862013.6935
CIE-Lab92.9940-3.05769.8100

#edecd8 color RGB value is (237,236,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 11011000
Octal 355 354 330
Decimal 237 236 216
Hex ED EC D8

RGB Percentages of Color #edecd8

%34.40
%34.25
%31.35

CMYK Percentages of Color #edecd8

%0
%0
%9
%7

Triadic Colors of #edecd8

#edecd8 #d8edec #ecd8ed

Analogous Colors of #edecd8

#edecd8 #e4edd8 #ede2d8

Monochromatic Colors of #edecd8

#edecd8

Complementary Color

#edecd8 #d8d9ed

#edecd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edecd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edecd8 Color CSS Codes

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

#edecd8 Text Font Color

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

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


#edecd8 Background Color

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

This div background color is #edecd8


#edecd8 Border Color

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

This div border color is #edecd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edecd8

#edecd8 Color Palettes


Comments

No comments written yet.

Please login to write comment.